Releases: ChristopherHX/runner.server
Releases · ChristopherHX/runner.server
v3.13.2
v3.13.1
Changes
- fix if and each autocomplete schema if array is oneof by @ChristopherHX in #476
- semantic highl... and auto complete for ado condition by @ChristopherHX in #477
- Fast actions by @ChristopherHX in #478
- add musl as known alias of alpine by @ChristopherHX in #479
- add linux/386 node20 by @ChristopherHX in #482
- Ignore detail TimelineReference by @ChristopherHX in #481
- allow unsupported platform / update image by @ChristopherHX in #480
- Sync actions/runner by @ChristopherHX in #425
- fix endless loop with action cache by @ChristopherHX in #483
- update json dependency by @ChristopherHX in #484
- Allow net6.0 releases / Support single file deployment by @ChristopherHX in #487
- Document GitHub CLI Extension by @ChristopherHX in #488
- refactor wait for cancellation token code by @ChristopherHX in #489
- register cancellation token event instead of Task.Delay by @ChristopherHX in #490
- fix warning due to missing options in localcheckout by @ChristopherHX in #491
- SyncLiveLogsToDb use TryRemove directly by @ChristopherHX in #493
- Extract InvokeJobCompleted in MessageController by @ChristopherHX in #494
- extract more inter class communication by @ChristopherHX in #495
- Extract LegacyCompat code by @ChristopherHX in #496
- fix default html redirect by @ChristopherHX in #498
- Show queued vs. inprogress by @ChristopherHX in #497
- Merge ConvertYaml of azure and actions by @ChristopherHX in #499
- improve webui and experimental extension by @ChristopherHX in #500
- Fix cwd after unknown change by @ChristopherHX in #501
- continue to publish .net6 to nuget under lower revision by @ChristopherHX in #502
- upgrade cache to avoid node20 exit bug by @ChristopherHX in #503
- ext use external ip by @ChristopherHX in #504
- fix getting external ip by @ChristopherHX in #505
- ext own view container / add open in web browser by @ChristopherHX in #506
- Collect key references of context global by @ChristopherHX in #508
- Move Job Status Functions to Sdk by @ChristopherHX in #509
- move TemplateToken Equals to Sdk by @ChristopherHX in #510
- Move Actions Matrix Expansion to Sdk by @ChristopherHX in #511
- Merge GetDefaultDisplaySuffix method with Sdk by @ChristopherHX in #512
- Fix template eval of static template variables assigned dynamically by @ChristopherHX in #516
- fix report errors if conditional insertion is enabled by @ChristopherHX in #518
- cache v2 experiment by @ChristopherHX in #519
- Disallow minus for ado expressions by @ChristopherHX in #520
- ado iif and trim functions by @ChristopherHX in #521
- Blocklist upload support cache artifacts v2 by @ChristopherHX in #522
- Support native filepath / save selection by @ChristopherHX in #525
- Disable errors for autocomplete, semantic tokens and hover by @ChristopherHX in #526
- Suppress mapping schema errors while parsing if / each expressions by @ChristopherHX in #528
- azp: extension use folder button instead of doing this on empty input by @ChristopherHX in #530
- Bump Actions Workflow Dependencies by @ChristopherHX in #531
- azp: fix localcheckoutazure in single file deployment by @ChristopherHX in #533
- Gh cli auth by @ChristopherHX in #534
- Iif fix sematics by @ChristopherHX in #535
- azp: update schema for sparse checkout by @ChristopherHX in #536
v3.12.1
Changes
- improve json flag for jsonl logger to apply to more messages
- stdout of server and runners now use trace level in jsonl logger mode and verbose flag enabled
v3.12.0
Changes
--list-options
for extensions- json flag for jsonl logger
- hidden work on an experimental VSCode extension
v3.11.16
Changes
- use proper schema for extendsTemplates
- allow validate/extend azure pipelines to pass with a warning on nested templates (regression v0.1.0)
- throttle parallel syntax check tasks while typing
- statically check typed parameters passed to templates, when they can be found
- full support of isSkippable
v3.11.15
v3.11.14
Changes
- fix: add ac claim for old docker/build-push-action@v3 and make buildx gha cache work in #311
- Adjust Cache Restore Order in #313
- Fix schedule events of multiple workflows are mixed in #314
- azp: fix static template var bug in #319
- azp: fix validate each in well known mapping in #321
- azp: fix azp feature flags in #320
- fix add extension to sln file for intellisense support in #318
- Bump default external azpipelines in #315
- Bump Agent in #324
- Bump Agent in #325
- Update Changelog in #326
- fix summary in #328
- fix variable templates using expressions in #329
- add spinner to expand pipeline in #331
- azp: fix empty dependsOn and var templates in #332
- fix GITHUB_ACTION env var in #337
- Fix continue on error in #338
- listen on all interfaces by default in #339
- azp: make condition validation more strict in #341
- Fix IFileProvider Namespace in #323
- fix: accept null content-type in #348
- try to bump preferred azagent again in #344
- fix linux ctrl-c doesn't exit without enter in #349
- add attestations permission in #350
- azp: fix compare task patch to set major in #353
- Fix legacy template parameter passing in #355
v3.11.13
Changes
- Only ask on the first run of a watch task for required inputs and repositories
- Allow using / passing undeclared parameters using old template syntax
- Resolve null error when assigning an expression to the variables key directly
- Update errors while typing (no longer required to save the change)
- Improve error reporting
- Validate syntax of runtime expressions before trying to run the final pipeline ($[ ... ])
- Validate dependency tree of jobs before trying to run the final pipeline
- stages..jobs..continueOnError work with runtime expressions
- Resolve Installing the Azure Pipelines Tools Extension in a clean Desktop Session requires restart
- by incuding a node version of the extension
- Error Highlighting of yaml syntax errors with range information
- Fire ondidclose for non watching tasks to make the task show as completed
- invalid stage and job is not reported as error
- Fix Azure Pipelines Tools won't work without open a folder
- Fix using artifact v4 actions without external runner
v3.11.12
Changes
- azp: fix variable availability by @ChristopherHX in #275
- azp-ext: Add task, error diagnostics and more by @ChristopherHX in #279
- Artifactsv4 by @ChristopherHX in #287
v3.11.11
Changes
- fix nuget package to run on .net8
- azp: provide an error if an else and elseif is placed invalid in the pipeline