Skip to content

0.9.0 - #216

Open
sciabarracom wants to merge 15 commits into
mainfrom
0.9.0
Open

0.9.0#216
sciabarracom wants to merge 15 commits into
mainfrom
0.9.0

Conversation

@sciabarracom

Copy link
Copy Markdown
Contributor

sync to manin

@sciabarracom
sciabarracom requested review from d4rkstar and a lite review from CopilotAugust 18, 2026 09:07

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Warning

Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.

Updates the repo to align with the latest main state while adding release/build tooling changes.

Changes:

  • Bumped multiple git submodule pointers (e.g., olaris-op, cli, build, etc.).
  • Updated build automation to derive a release/tag, initialize git metadata when missing, and add a release task.
  • Refreshed build instructions in README.md and adjusted license/ignore configuration (e.g., RELEASE file).

Reviewed changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 4 comments.

Show a summary per file
FileDescription
testingUpdates submodule commit pointer
olaris-opUpdates submodule commit pointer
olarisUpdates submodule commit pointer
cliUpdates submodule commit pointer
buildUpdates submodule commit pointer
build-and-test-ubuntu.shConfigures git identity for build scripts
Taskfile.ymlAdds release/tag derivation, gitinit, release packaging task, and formatting tweaks
README.mdUpdates instructions for using release tarballs vs cloning branches
.licenserc.yamlExpands ignored paths (e.g., .vscode/**, RELEASE, cli)
.gitignoreIgnores generated RELEASE file

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment threadbuild-and-test-ubuntu.sh Outdated
Comment on lines +102 to +103
git config --global user.name "Build OpenServerless"
git config --global user.email "noreply@example.com"
Comment threadTaskfile.yml
Comment on lines +216 to +221
cd "$i"
if ! test -e .git
then git init 2>/dev/null
git commit -m "init" --allow-empty
fi
cd ..
Comment threadTaskfile.yml
DIR=$(dirname $i)
DIR="$(dirname $i)"
echo "*** Checking license headers in $DIR"
cd $DIR
Comment threadREADME.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

@d4rkstard4rkstar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello the script build-and-test-ubuntu.sh needs a review from @sciabarracom

Trustable Userand others added 2 commits August 18, 2026 12:17
Co-authored-by: Trustable User <noreply@example.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@sciabarracom@d4rkstar