Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-31 | SL-19243: Fix wonky 'if:' in build.yaml | Nat Goodspeed | |
2023-08-31 | SL-19243: Fix 'uses:' reference to viewer-post-bugsplat-windows | Nat Goodspeed | |
2023-08-31 | SL-19243: Fix build.yaml syntax error. | Nat Goodspeed | |
2023-08-31 | SL-19243: Try to run Windows BugSplat uploads as a separate GH job. | Nat Goodspeed | |
Upload a new Windows-exe artifact containing just the executable (needed by BugSplat) separately from the artifact containing the whole NSIS installer. This requires a new viewer_exe step output set by viewer_manifest.py. Define viewer_channel and viewer_version as build job outputs. Set viewer_channel in build.yaml when tag is interpreted. Set viewer_version in build.sh at the point when it would have posted viewer_version.txt to codeticket. Add a post-windows-symbols job dependent on the build job that engages secondlife/viewer-post-bugsplat-windows, which in turn engages secondlife/post-bugsplat-windows. We keep the actual upload code in a separate repo in case we need to modify that code before rerunning to resolve upload errors. If we kept the upload code in the viewer repo itself, rerunning the upload with modifications would necessarily require rerunning the viewer build, which would defeat the purpose of SL-19243. Because of that new upload job in build.yaml, skip Windows symbol uploads in build.sh. Use a simple (platform name) artifact name for metadata because of flatten_files.py's filename collision resolution. Use hyphens, not spaces, in remaining artifact names: apparently download-artifact doesn't much like artifacts with spaces in their names. Only run the release job when in fact there's a tag. Without that, we get errors. We need not create flatten_files.py's output directory beforehand because it will do that implicitly. | |||
2023-08-30 | SL-20242 UI overlap in object profile with DebugPermissions on | Andrey Kleshchev | |
2023-08-29 | SL-18837: Only list the downloaded artifacts. | Nat Goodspeed | |
2023-08-29 | SL-18837: Introduce flatten_files.py and use to post release assets | Nat Goodspeed | |
2023-08-29 | SL-18837: On Windows, LLLeap partial final line test failed. | Nat Goodspeed | |
Add DEBUG log output to try to diagnose. | |||
2023-08-28 | SL-18837: Experiment with download-artifact downloading all files. | Nat Goodspeed | |
2023-08-25 | SL-20199 Error creating new folder | Andrey Kleshchev | |
2023-08-23 | Merge branch main (DRTVWR-582) into DRTVWR-567 | Andrey Kleshchev | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorymodel.cpp # indra/newview/llinventoryobserver.cpp # indra/newview/llinventoryobserver.h # indra/newview/skins/default/xui/ja/floater_inventory_item_properties.xml | |||
2023-08-23 | Increment viewer version to 6.6.15 | Vir Linden | |
following promotion of DRTVWR-582 | |||
2023-08-22 | SL-20187 [AIS3] Don't fill thumbnail field if null thumbnail is set | Andrey Kleshchev | |
2023-08-21 | SL-18629 Marketplace folder creation loop avoidance | Andrey Kleshchev | |
Probably shouldn't happen since we do not allow logins without caps, but to be sure added validation. | |||
2023-08-18 | SL-19929 Minimize feature conflicts with gltf viewer | Andrey Kleshchev | |
2023-08-18 | SL-19929 Small rework of a 'feature' notification | Andrey Kleshchev | |
To make multiple parallel features possible | |||
2023-08-18 | SL-18837: Engage initial GH viewer release script. | Nat Goodspeed | |
2023-08-18 | SL-20099 Thumbnail upload scale textures to be square | Andrey Kleshchev | |
thumbnail copy&paste only allows square textures and wasn't allowing none square ones despite those already being used as thumbnails | |||
2023-08-18 | SL-20143 Alpha thumbnails should show solid color instead of checkerboard #2 | Andrey Kleshchev | |
2023-08-17 | SL-20162 Better cof version logging | Andrey Kleshchev | |
And fixed some typos | |||
2023-08-15 | SL-18629 Fix observers failing to start fetching items in some cases | Andrey Kleshchev | |
start(folder.first) ignored fetch request due to folder having version | |||
2023-08-14 | SL-20143 Alpha thumbnails should show solid color instead of checkerboard | Andrey Kleshchev | |
2023-08-10 | SL-20118 tweak the top border line | Mnikolenko Productengine | |
2023-08-09 | SL-18629 Better item fetch error handling | Andrey Kleshchev | |
2023-08-08 | SL-20131 Don't let viewer in without caps | Andrey Kleshchev | |
Previously was bounced to login screen on error only, now should be bounced back if failed too many times as well | |||
2023-08-06 | SL-20120 Fix ais depth 'body' being misplaced. | Andrey Kleshchev | |
2023-08-05 | SL-20120 Fix unneeded warnings | Andrey Kleshchev | |
- Don't Warn about unknown cof version, it's expected during fetch, Info is enough - Fix 'unexpected attachments' due to unknown cof, also should fix viewer trying to create a link before cof is ready - Fix 'accounting' warnings when getting item updates for unfetched folders (Note: viewer doesn't know folders version, if fetch is already in progress we might get an old version) | |||
2023-08-05 | SL-20120 Fix folders with unknown content being assigned a version | Andrey Kleshchev | |
2023-08-05 | SL-20120 Do not account for deltas when fetching | Andrey Kleshchev | |
Is supposed to set version and descendant info in parseCategory | |||
2023-08-02 | SL-20098 handleDoubleClick crashes in new inventory panels | Andrey Kleshchev | |
2023-08-01 | SL-20107 Detaching items from COF in gallery view didn't update COF | Andrey Kleshchev | |
2023-08-01 | SL-20101 Fix ThumbnailDimentionsLimit poping up on success | Andrey Kleshchev | |
2023-08-01 | SL-20100 remove inappropriate param to get rid of parse warning | Mnikolenko Productengine | |
2023-07-31 | SL-20096 Thumbnails shouldn't be editable for items in the library | Andrey Kleshchev | |
2023-07-27 | SL-20080 Show warning message when selecting a non square texture for thumbnails | Mnikolenko Productengine | |
2023-07-25 | SL-20068 Selecting from texture picker for thumbnail does not assign thumbnail | Andrey Kleshchev | |
2023-07-22 | SL-18837: Use 'needs' context, not 'jobs' context | Nat Goodspeed | |
in release job to reference outputs from the build job. Also mark the release as prerelease, and fail the release action if we still can't find the files we're trying to post. | |||
2023-07-22 | SL-18837: Try posting build.yaml step outputs as job outputs. | Nat Goodspeed | |
2023-07-22 | SL-20045 Texture picker should apply the exact texture inventory item | Andrey Kleshchev | |
2023-07-21 | SL-18837: Tags can't have spaces or colons. Look for valid ones. | Nat Goodspeed | |
2023-07-21 | SL-18837: Try triggering GH release for tag like "Second Life "... | Nat Goodspeed | |
2023-07-21 | SL-18837: Merge branch 'main' of secondlife/viewer into actions | Nat Goodspeed | |
2023-07-21 | SL-20040 Fix selection callback | Andrey Kleshchev | |
2023-07-21 | SL-19854: Update bugsplat to release v1.0.7-527603a. | Nat Goodspeed | |
2023-07-21 | SL-20047 Indicate when gallery items are being cut | Andrey Kleshchev | |
2023-07-21 | SL-20040 Fix selection and context menu issues | Andrey Kleshchev | |
2023-07-20 | SL-19948 Update estate manager and ban list limits to match new values from ↵ | Andrey Lihatskiy | |
simulator | |||
2023-07-19 | SL-20015 wait for the outfit items to load before wearing it | Maxim Nikolenko | |
2023-07-18 | SL-19854: Update bugsplat to release v1.0.7.86a960a. | Nat Goodspeed | |
2023-07-18 | SL-19854: Ensure BugSplat credentials are exported. | Nat Goodspeed | |