Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-01 | SL-20546: Add viewer channel and full version to GitHub release page. | Nat Goodspeed | |
(cherry picked from commit f71662225eadf1589f5331e763e02e0bb1b72137) | |||
2024-03-01 | Merge branch 'main' of github.com:secondlife/viewer | Nat Goodspeed | |
on promotion of DRTVWR-489 Emoji viewer. | |||
2024-03-01 | Merge DRTVWR-489 to main on promotion of Emoji viewer (#673). | Nat Goodspeed | |
2024-02-28 | Reference updated action-gh-release@v1 | Nat Goodspeed | |
instead of the branch that got pulled. | |||
2024-02-26 | Base generated release notes on new floating tag 'release' | Nat Goodspeed | |
instead of on the current tag 7.1.2-release. | |||
2024-02-26 | 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. | |||
2024-02-26 | Try basing release notes on github.sha rather than github.ref_name. | Nat Goodspeed | |
2024-02-26 | 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"}] | |||
2024-02-26 | Try to generate release notes for this specific branch. | Nat Goodspeed | |
Also try to cross-reference release page and build page. | |||
2024-02-23 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-02-22 | Improving issue templates. (#877) | Brad Linden | |
making ordering explicit, and disabling blank issue submission to force triage label to be set. | |||
2024-02-22 | Delete .github/ISSUE_TEMPLATE/issue_template.md | Vir Linden | |
2024-02-22 | Update issue_template.md | Vir Linden | |
2024-02-22 | Update issue_template.md | Vir Linden | |
2024-02-22 | Create issue_template.md | Vir Linden | |
Issue template for the "blank issue" option | |||
2024-02-21 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-02-15 | Engage new viewer-build-util/which-branch with relnotes output. | Nat Goodspeed | |
Put whatever release notes we retrieve into the generated release page. | |||
2024-02-14 | Update cla.yaml allowlist to clear spurious errors (#804) | Brad Linden | |
2024-02-09 | Merge branch 'main' of github.com:secondlife/viewer | Nat Goodspeed | |
2024-02-07 | Rename config.yaml to config.yml | Signal Linden | |
Issue template configuration is the only github configuration file I've found which does not support both `*.yaml` and `*.yml` extensions. Drat. | |||
2024-02-05 | Add link to feedback portal | Signal Linden | |
Provide a link to feedback.secondlife.com from the issue creation page. | |||
2024-01-31 | build.yaml: Build shared branches | Bennett Goble | |
We're currently building every single commit pushed to Github. This is racking up $20k in build charges a month and is generally superfluous. This changeset alters build triggers so that builds automatically run if they are committed to a **shared branch**: - `release/*` - A release stabilization branch - `project/*` - A project viewer branch - `main/*` - The default/stable branch PR commits are also automatically built. ...need to build another commit? Developers can trigger one using a manual workflow run. | |||
2024-01-31 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-01-30 | Merge pull request #692 from secondlife/vir-linden-issue-templates-1 | Vir Linden | |
Update enhancement.md | |||
2024-01-29 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-01-29 | Update enhancement.md | Vir Linden | |
2024-01-29 | Update bug.yaml | Vir Linden | |
2024-01-24 | Create enhancement.md | RunitaiLinden | |
2024-01-24 | Create bug.yaml | RunitaiLinden | |
2024-01-18 | SL-20546: Use viewer-build-util@v1 instead of PR branch. | Nat Goodspeed | |
The fix we wanted was on the pr-branch branch of the viewer-build-util repo. Now that it's been published as v1.1.2, the updated v1 tag references the fix, so revert mention to @v1. | |||
2024-01-18 | SL-20546: Test new viewer-build-util branch pr-branch. | Nat Goodspeed | |
2024-01-18 | 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. | |||
2024-01-18 | 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. | |||
2024-01-18 | DRTVWR-601: Use viewer-build-util/which-branch to determine branch. | Nat Goodspeed | |
(cherry picked from commit 2c5066f1fcc0c9f145698ef3aaec72d27bce7181) | |||
2024-01-18 | 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) | |||
2024-01-18 | SL-20546: Merge branch 'DRTVWR-588-maint-W' into sl-20546. | Nat Goodspeed | |
2024-01-12 | Move "team:viewer" label action to labeler.yaml. | Nat Goodspeed | |
This avoids the need for a separate job step. | |||
2024-01-12 | Fold PR labeling into existing label.yaml. | Nat Goodspeed | |
2024-01-12 | Grant write permission for pull requests. | Nat Goodspeed | |
2024-01-12 | Add a workflow to auto-label new PRs with team:viewer. | Nat Goodspeed | |
When a PR appears on the QA board, QA wants to know whose team it came from. So every PR on the viewer repo should be labeled with team:viewer. | |||
2023-12-15 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/fonts/DejaVu-license.txt # indra/newview/fonts/DejaVuSans-Bold.ttf # indra/newview/fonts/DejaVuSans-BoldOblique.ttf # indra/newview/fonts/DejaVuSans-Oblique.ttf # indra/newview/fonts/DejaVuSans.ttf # indra/newview/fonts/DejaVuSansMono.ttf | |||
2023-12-14 | Merge branch 'DRTVWR-587-maint-V' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llspatialpartition.cpp | |||
2023-12-05 | Fix formatting in autobuild.xml (indents in close tags) | Alexander Gavriliuk | |
2023-12-05 | Merge branch 'main' into DRTVWR-489 | Alexander Gavriliuk | |
2023-11-21 | Merge branch 'DRTVWR-587-maint-V' into signal/simple-release | Signal Linden | |
2023-11-20 | Switch to viewer-build-util@v1 | Bennett Goble | |
Switch the build workflow from targeting the `main` branch of viewer-build-util (which may receive breaking changes) to the stable `v1` major version tag. | |||
2023-11-20 | Only download release artifacts for release | Bennett Goble | |
Only download and publish installers on public releases. This simplifies the release process, as the flatten_files utility from viewer-build-utils is not necessary this way. More importantly, it doesn't clutter public releases with files that shouldn't be published such as debug symbols. | |||
2023-11-15 | SL-20546: build-variables viewer branch no longer exists. | Nat Goodspeed | |
2023-11-15 | 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. | |||
2023-11-14 | SL-20546: Add PyGithub to installed Python packages. | Nat Goodspeed | |