Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2024-03-01 | SL-20546: Try harder to infer the branch corresponding to build tag. | Nat Goodspeed | |
(cherry picked from commit 59eeaed1187e7592fd83380045916f2d8b9d58e7) | |||
2024-03-01 | SL-20546: Append generated release notes body to our explicit body. | Nat Goodspeed | |
For a tag build that generates a release page, try to deduce the git branch to which the tag we're building corresponds and add that to release notes. (cherry picked from commit 9e99bb04a32f2ecc0f0b99686ce5a7adb356596d) | |||
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 | Increment viewer version to 7.1.4 | Nat Goodspeed | |
following promotion of secondlife/viewer #673 | |||
2024-03-01 | Merge DRTVWR-489 to main on promotion of Emoji viewer (#673). | Nat Goodspeed | |
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 | Merge pull request #873 from secondlife/vir-linden-issue-template | Vir Linden | |
Create issue_template.md | |||
2024-02-22 | Create issue_template.md | Vir Linden | |
Issue template for the "blank issue" option | |||
2024-02-14 | Update cla.yaml allowlist to clear spurious errors (#804) | Brad Linden | |
2024-02-12 | #779 Emoji picker is an unintuitive UX disaster | Alexander Gavriliuk | |
2024-02-09 | #68 The 'Recently used emoji' can not be selected by the 'Tab' key | Alexander Gavriliuk | |
2024-02-09 | SL-20363 Option 'Debug Unicode' - show unicode values | Alexander Gavriliuk | |
2024-02-08 | SL-20363 Add Advanced option 'Debug Unicode' | Alexander Gavriliuk | |
2024-02-07 | Merge pull request #757 from secondlife/signal/yml | Signal Linden | |
Rename ISSUE_TEMPLATE/config.yaml to config.yml | |||
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-07 | Merge pull request #738 from secondlife/signal/feedback-link | Vir Linden | |
Add link to feedback portal | |||
2024-02-07 | Issue #56 Redirect Help>Report Bug to Canny instead of Jira | Andrey Kleshchev | |
2024-02-05 | Add link to feedback portal | Signal Linden | |
Provide a link to feedback.secondlife.com from the issue creation page. | |||
2024-02-01 | Merge pull request #702 from secondlife/signal/reduce-builds | Vir Linden | |
build.yaml: Build shared branches | |||
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-30 | Merge pull request #692 from secondlife/vir-linden-issue-templates-1 | Vir Linden | |
Update enhancement.md | |||
2024-01-29 | Merge pull request #693 from secondlife/vir-linden-issue-templates | Vir Linden | |
Update bug.yaml | |||
2024-01-29 | Update enhancement.md | Vir Linden | |
2024-01-29 | Update bug.yaml | Vir Linden | |
2024-01-29 | Merge pull request #688 from secondlife/signal/contributors | Vir Linden | |
Add a basic CONTRIBUTING.md | |||
2024-01-29 | Merge pull request #666 from secondlife/issue_templates | Vir Linden | |
Issue templates | |||
2024-01-26 | Add a basic CONTRIBUTING.md | Bennett Goble | |
Provide basic instructions in-repository for contributing to Second Life. | |||
2024-01-24 | Create enhancement.md | RunitaiLinden | |
2024-01-24 | Create bug.yaml | RunitaiLinden | |
2024-01-24 | SL-20416 Fix Crash Report 1409376 (update) | Alexander Gavriliuk | |
2024-01-24 | SL-20416 Use image from file for emoji_recent_panel_toggle_btn | Alexander Gavriliuk | |
2024-01-23 | SL-20416 Fix Crash Report 1409376 | Alexander Gavriliuk | |
2024-01-24 | SL-20416 Avoid of taking focus by EmojiPicker | Alexander Gavriliuk | |
2024-01-17 | SL-20795 Part of previously typed emojis disappear in the 'Save settings as ↵ | Alexander Gavriliuk | |
a preset...' option of the 'Preferences' floater | |||
2024-01-16 | SL-20751 Information about frequently used and recently used emojis is ↵ | Alexander Gavriliuk | |
available to all users |