summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2025-07-17Reapply "Merge develop into glTF mesh import"Andrey Kleshchev
To simplify merging into mesh import branch This reverts commit b0c951ffe348f478f27a85720cc7aeffea32fe73.
2025-07-02Fix link in pull_request_template.md (#4329)Signal Linden
Fix the link to CONTRIBUTING.md in the pull request template and simplify some of the checklist item language.
2025-07-02Create pull_request_template.mdSignal Linden
Provide a PR template to expedite both internal and external contributions.
2025-06-27Revert "Merge develop into glTF mesh import"Jonathan "Geenz" Goodman
2025-06-27Merge branch 'project/gltf_mesh_import' into geenz/develop-to-gltf-meshJonathan "Geenz" Goodman
2025-06-24Use latest release for changelogAndrey Lihatskiy
2025-06-12Use windows-latest runner for sign-and-package-windows (#4263)Andrey Lihatskiy
2025-06-10Resolve qatest.yaml invalid workflow errorAtlasLinden
Previous edit to allow runners to work independently caused the following error: The workflow is not valid. .github/workflows/qatest.yaml (Line: 19, Col: 10): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.runner
2025-06-10Require PR descriptions (#4233)Signal Linden
* Require PR descriptions Add a simple workflow check to ensure PRs have a description. * Potential fix for code scanning alert no. 32: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-06-05Merge pull request #4140 from secondlife/atlas-qaworkflowAtlasLinden
Allow self-hosted runners to operate independently
2025-05-31Use awk to make PV channel nameAndrey Lihatskiy
2025-05-28Merge remote-tracking branch 'origin/main' into geenz/2025.04-to-developJonathan "Geenz" Goodman
2025-05-22Allow runners to operate independentlyAtlasLinden
Currently if there are multiple workflow runs queued and a runner is offline, the online runner will wait for the offline runner to either timeout or complete the job before moving to the next job. This adjustment should allow the online runner/s to move onto new workflow runs regardless of what other runners are up to.
2025-05-14Account for further Playwright dependencies in .venvAtlasLinden
2025-05-14Added "verify repo is up-to-date" stepAtlasLinden
Local changes are stashed temporarily upon repo update and an attempt to restore them is made afterwards. If a merge conflict is hit then a new local branch is created.
2025-05-14Add virtual env setup step to qatest.yamlAtlasLinden
A step is created for both Win and Mac
2025-05-08Adjust install path for new repo nameAtlasLinden
2025-05-06Update Windows Build ID step to use pwsh syntaxAtlasLinden
2025-05-06Separate Build ID step for each OSAtlasLinden
2025-05-06Resolve qatest.yaml concurrency group errorAtlasLinden
Error: "The workflow is not valid. .github/workflows/qatest.yaml (Line: 23, Col: 10): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.runner"
2025-05-06Add permissions to QA WorkflowAtlasLinden
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-05-05Introduce workflow dispatch and mac functionality to qatest.yamlAtlasLinden
A workflow dispatch has been added in an attempt to not only manually trigger this workflow but to also test this from a different branch without having to first merge to develop. Also steps have been added to allow this workflow to run on mac runners when added. Mac runner info currently commented out.
2025-04-28Attempt to fix qatest.yaml CodeQL issues (#3987)Brad Linden
2025-04-18Fix line endings of qatest.yamlAnsariel
2025-04-15Merge pull request #3911 from secondlife/mainJonathan "Geenz" Goodman
Merge 2025.03 release into develop.
2025-03-27Allow QA workflow to run on Second_Life_X branchesAtlasLinden
Using the echos from the last run, it appears that the tagged builds have Workflow Head Branch = Second_Life_X. Edit made so the file looks for this rather than what was there previously.
2025-03-27Removed unnecessary comments in QA workflow fileAtlasLinden
GHA does not like comments inside an if statement. These have been removed.
2025-03-26Added QA workflow fileAtlasLinden
Previously in the develop archive. Recent change is to only run the workflow for tagged builds. The code to running other builds has been commented out.
2025-03-21Switch to smaller runners (#3722)Jonathan "Geenz" Goodman
* Switch to smaller runners * Make the runner conditional based upon a specific tag. Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
2025-02-19Merge branch 'develop' into release/2024.12-ForeverFPSJonathan "Geenz" Goodman
2025-02-19CLA wants a comma separated string.Jonathan "Geenz" Goodman
2025-02-19Update allow list for CLA.Jonathan "Geenz" Goodman
2025-02-13Bump macos runner to os version 15 with xcode 16.1Andrey Lihatskiy
2025-01-27Backport tag-release token fix to release/2024.12-ForeverFPS branchBrad Linden
2024-12-16Roll back to Xcode 14.0.1 to fix secondlife/viewer-private#347 (#3297)Brad Linden
2024-12-03unbreak mac build due to actions/runner-images#10721 (#3204)Brad Linden
2024-11-06Bump contributor-assistant to v2.6.1 (#3000)Andrey Lihatskiy
2024-08-22Fix usage of $branch before it was initialized in build.Brad Linden
2024-08-15ReleaseOS build fix (#2299)Andrey Lihatskiy
2024-08-14Merge pull request #2275 from secondlife/nat/edu-channelnat-goodspeed
Allow triggering an EDU build with a tag containing "edu"
2024-08-13Skip windows symbol upload if there was no Release config build. (#2280)Brad Linden
2024-08-13Merge branch 'develop' into nat/edu-channelNat Goodspeed
2024-08-13CI: Upload ReleaseOS app (#2252)Signal Linden
Upload the built app on ReleaseOS builds. Not sure why we wouldn't want this.
2024-08-13Allow triggering an EDU build with a tag containing "edu"Nat Goodspeed
2024-08-11Adopt NSIS 3.0 (#2248)Signal Linden
2024-08-09Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into developBrad Linden
# Conflicts: # .github/workflows/build.yaml # indra/llui/llscrolllistctrl.cpp
2024-08-09Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵Brad Linden
release/2024.06-atlasaurus # Conflicts: # .github/workflows/build.yaml # indra/newview/CMakeLists.txt # indra/newview/llspeakers.cpp # indra/newview/llvoicechannel.cpp # indra/newview/llvoicechannel.h # indra/newview/llvoiceclient.cpp # indra/newview/llvoiceclient.h # indra/newview/llvoicewebrtc.cpp
2024-08-08Use the secondlife-3p fork of symbol upload, which has vMAJOR tagsRoxie Linden
2024-08-08Merge branch 'roxie/webrtc-symbols' of github.com:secondlife/viewer into ↵Roxie Linden
roxie/webrtc-symbols
2024-08-08CR fixesRoxie Linden