Releases: ChristopherHX/runner.server
Releases · ChristopherHX/runner.server
v3.14.0
v3.13.7
Changes
- fix yaml processing bugs of each mapping insertion
- fix yaml processing bugs of each in dependsOn due to schema checks
v3.13.6
Changes
- Fix yaml anchor insertion of objects
v3.13.5
Changes
- Fix typo by @ChristopherHX in #610
- Only show error stacktrace in Runner.Client for verbose level by @ChristopherHX in #609
- azp: fix deployment environment parsing / serializing by @ChristopherHX in #613
- Update windows test image by @ChristopherHX in #614
- azp: extension input refactoring by @ChristopherHX in #615
- azp: fix ovsx publishing by @ChristopherHX in #616
- azp: Fix rerun parameters changed button by @ChristopherHX in #618
- azp: Hide errors while you not triggered rerun by @ChristopherHX in #620
- enable yaml anchors in workflow parser by @ChristopherHX in #624
- restore net6.0 compat by @ChristopherHX in #625
- Diagnose Regression of Runner Auth by @ChristopherHX in #626
v3.13.4
Changes
- azp: fix broken parameter passing in variable template by @ChristopherHX in #574
- azp: variable template parameters by @bryanbcook in #573
- azp: refactor merge variable template in ReadTemplate by @ChristopherHX in #576
- azp: derive Build.Number from pipeline name by @ChristopherHX in #575
- azp: add more tests and fix error reporting bug by @ChristopherHX in #577
- azp: extension v0.2.13 + bunch of tests by @ChristopherHX in #578
- fix error of Unrecognized function by @ChristopherHX in #579
- azp: fix item.range in vscode needs object instance for auto completion by @ChristopherHX in #580
- fix net6.0 build by @ChristopherHX in #581
- azp: Add troubleshooting examples for Azure Pipelines in README.md by @valeryplotnik in #583
- add another batch of test workflows by @ChristopherHX in #585
- Add string list by @ChristopherHX in #588
- fix checkout hot patching by @ChristopherHX in #590
- azp: System.ServerType=OnPremises for NuGetCommand@2 by @ChristopherHX in #591
- azp: improve input prompt usability by @ChristopherHX in #592
- azp: Move to new agent cdn by @ChristopherHX in #593
- azp: enhance azure pipelines extension and publish new preview by @ChristopherHX in #594
- azp: merge Parameters before export by @ChristopherHX in #598
- azp: fix vscode extension path handling problem + add test framework by @ChristopherHX in #599
- azp: improve VSCode extension by @ChristopherHX in #604
- fix: support internal runner env overrides and keep runner folder by @ChristopherHX in #605
- Allow workflows description and model perm by @ChristopherHX in #606
v3.13.3
Changes
- azp: extension fix syntax validation showing old errors
- Disable docker pull via env
RUNNER_CONTAINER_SKIP_PULL=1 - azp: Report Expr Syntax Errors as Fatal again in if / each body
- azp: clear defcollection if disable-auto-syntax-check is on
- Load Azure Pipelines Hover info for pipeline files
- Unify auto complete
- hide directive auto complete within one (block style)
- azp: add iif and trim docs
- azp: fix links to docs and variables text
- apply workaround for queueJob for rerun failure
- Exempt live log reduction via Feature Flag (gitea-actions-runner)
- provide gitea prefixes via FeatureFlag (gitea-actions-runner)
- Go actions via feature flag
- Support Gitea Absolute Actions via Feature Flag
- allow dind via Feature Flag
- Move webconsole log into Singleton class
- Rename shared & shared2 in Message Controller
- Move some classes out of MessageController
- azp: vscode ext bump Version to v0.2.11
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-optionsfor extensions- json flag for jsonl logger
- hidden work on an experimental VSCode extension