Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-05 | Build mac symbols for multiple binaries/dynamic libraries and upload them ↵ | Roxie Linden | |
all to bugsplat | |||
2024-06-11 | Merge branch 'main' of github.com:secondlife/viewer into roxie/webrtc-voice | Roxie Linden | |
2024-06-10 | Try to get sign-and-package-windows job a runner to run on | Brad Linden | |
2024-05-20 | Merge branch 'spaces-merge' into roxie/webrtc-voice | Roxie Linden | |
2024-05-16 | Merge pull request #1489 from secondlife/brad/fix-mac-channel | Brad Linden | |
Fix channel detection for mac builds | |||
2024-05-15 | Fix channel detection for mac builds | Brad Linden | |
2024-05-15 | Move all release_run logic into setvar job. | Brad Linden | |
2024-05-15 | Experiment with getting manually triggered workflow builds to optionally do ↵ | Brad Linden | |
a release | |||
2024-05-15 | Streamline the new workflow `RELEASE_RUN` logic a little. | Nat Goodspeed | |
Since downstream jobs reference the output of the new `setvar` job, instead of directly referencing global `env.RELEASE_RUN`, no need to set `RELEASE_RUN` in the global environment. | |||
2024-05-15 | Make env.RELEASE_RUN the empty string if false | Nat Goodspeed | |
not the string "false", which is true. | |||
2024-05-15 | Can't reference global env in job.if either. | Nat Goodspeed | |
2024-05-15 | Try to work around workflow YAML env setting limitation. | Nat Goodspeed | |
2024-05-13 | Run ReleaseOS builds, but only when a release page is requested. | Nat Goodspeed | |
2024-05-11 | Fix syntax error in build.yaml to enable Windows ReleaseOS | Nat Goodspeed | |
2024-05-11 | Turn on GH Windows ReleaseOS build | Nat Goodspeed | |
2024-05-06 | Merge branch 'main' of https://github.com/secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-voice | |||
2024-05-02 | Update build.yaml | Vir Linden | |
2024-05-02 | Update build.yaml | Vir Linden | |
2024-05-01 | trim trailing whitespace | Vir Linden | |
2024-05-01 | set viewer channel from branch | Vir Linden | |
2024-04-24 | Merge pull request #1323 from secondlife/main | Vir Linden | |
Update from main | |||
2024-04-19 | Update build.yaml | Vir Linden | |
2024-04-19 | https://github.com/secondlife/viewer/issues/1286 - branch var from ↵ | Vir Linden | |
github.repository | |||
2024-04-19 | https://github.com/secondlife/viewer/issues/1286 - branch var from ↵ | Vir Linden | |
github.repository | |||
2024-04-19 | https://github.com/secondlife/viewer/issues/1286 - determine viewer_channel ↵ | Vir Linden | |
from branch name in builds | |||
2024-04-16 | https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | Vir Linden | |
2024-04-11 | CI: adopt xz compression | Bennett Goble | |
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time. | |||
2024-04-11 | CI: Remove python-version from matrix | Bennett Goble | |
Drop python version from matrix configuration as it's always 3.11. | |||
2024-03-27 | Merge remote-tracking branch 'origin/main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml | |||
2024-03-26 | Merge GLTF PBR Maint 2 to main. | Nat Goodspeed | |
2024-03-12 | Fix github actions dependency deprecations | Brad Linden | |
2024-03-09 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-03-05 | To test for presence of secrets, set environment variables. | Nat Goodspeed | |
From https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow : "Secrets cannot be directly referenced in if: conditionals. Instead, consider setting secrets as job-level environment variables, then referencing the environment variables to conditionally run steps in the job." | |||
2024-03-05 | Enclose 'if:' expressions in ${{ ... }}. | Nat Goodspeed | |
The previous construct produced: Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AZURE_KEY_VAULT_URI && ... | |||
2024-03-05 | Make signing and symbol posting jobs conditional on secrets. | Nat Goodspeed | |
Specifically, when secrets aren't available (e.g. for external PRs), skip the affected steps. | |||
2024-03-04 | Do not automatically close issues (#929) | Signal Linden | |
Mark issues as stale but do not close them. | |||
2024-03-01 | Now that viewer-build-util@relnotes has merged to v1, use @v1. | Nat Goodspeed | |
2024-03-01 | Reference updated action-gh-release@v1 | Nat Goodspeed | |
instead of the branch that got pulled. (cherry picked from commit b42e01d7acf5d4c55612c3a7df0e1ff6ee5ed951) | |||
2024-03-01 | Base generated release notes on new floating tag 'release' | Nat Goodspeed | |
instead of on the current tag 7.1.2-release. (cherry picked from commit 27b298d8bc720ff315c8e74cc5bff9ff9ead0552) | |||
2024-03-01 | Leverage action-gh-release's new previous_tag input. | Nat Goodspeed | |
This should (!) allow us to generate full release notes relative to the previous viewer release, instead of letting action-gh-release guess incorrectly. Also try again to add to the release page a back-link to the specific build. (cherry picked from commit 88ebb92f05dade00cc8fc519cc062a458ecd48f2) | |||
2024-03-01 | Try basing release notes on github.sha rather than github.ref_name. | Nat Goodspeed | |
(cherry picked from commit 4edd78f2e54b3cd2e0b0a4b9300dfc669231dd98) | |||
2024-03-01 | Try basing the GH release on github.ref_name instead of github.ref. | Nat Goodspeed | |
Using github.ref as action-gh-release's target_commitish produces: ⚠️ GitHub release failed with status: 422 [{"resource":"Release","code":"invalid","field":"target_commitish"}] (cherry picked from commit c6a6db8488a8b3e7ea6534fbf5e2fe2b17864421) | |||
2024-03-01 | Try to generate release notes for this specific branch. | Nat Goodspeed | |
Also try to cross-reference release page and build page. (cherry picked from commit a908b4cfa98716d4a838fc1e5a6789faa15d16cf) | |||
2024-03-01 | Engage new viewer-build-util/which-branch with relnotes output. | Nat Goodspeed | |
Put whatever release notes we retrieve into the generated release page. (cherry picked from commit ff543b744ee0b0fd4dd90b46419ae50a570572ab) | |||
2024-03-01 | SL-20546: PyGithub was only needed for local which_branch.py. | Nat Goodspeed | |
Now that which_branch.py has moved to viewer-build-util, so has the PyGithub dependency. (cherry picked from commit dd0ec112fe5ded8ed5f69b72b3df26343ca12d35) | |||
2024-03-01 | SL-20546: Use branch for autobuild package as well as release page. | Nat Goodspeed | |
which_branch.py has moved to viewer-build-util as a reusable action. (cherry picked from commit 09f66828ba573515c3766cce32f4746b8189efcf) | |||
2024-03-01 | DRTVWR-601: Use viewer-build-util/which-branch to determine branch. | Nat Goodspeed | |
(cherry picked from commit 2c5066f1fcc0c9f145698ef3aaec72d27bce7181) (cherry picked from commit ff1741cecae0fac6d94507fa4a6e4662219af707) | |||
2024-03-01 | DRTVWR-601: Make autobuild set vcs_url, vcs_branch, vcs_revision | Nat Goodspeed | |
in viewer's autobuild-package.xml. Ensure that AUTOBUILD_VCS_BRANCH is set before the build. (cherry picked from commit b782ab73e640e434e4ed67fa8dfc951f09757585) (cherry picked from commit 6e8d4f48466a5bbad2fcc27bc2877a30e575d4ce) | |||
2024-03-01 | SL-20546: Make dependency on build job explicit, not indirect. | Nat Goodspeed | |
The release job has been dependent on sign-and-package-windows and sign-and-package-mac, each of which depends on build. But that indirect dependency doesn't convey access to ${{ needs.build.outputs.xxx }}. Add the build job to direct dependencies so release can access its outputs. (cherry picked from commit 819604d2cee6d4527cc436bebfacddf8642635ff) | |||
2024-03-01 | SL-20546: Add PyGithub to installed Python packages. | Nat Goodspeed | |
(cherry picked from commit 6654ad14eed674e894d2903e0f2ea37c4e806c0f) |