Releases: ChristopherHX/runner.server
Releases · ChristopherHX/runner.server
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
v3.11.10
Changes
- Improve error handling for un-named parameters by @bryanbcook in #243
- azp: fix-default-param-type by @ChristopherHX in #245
- vscode-ext: add var and param support by @ChristopherHX in #247
- feat: azexpand command by @ChristopherHX in #248
- feat: Debugger for Azure Pipelines by @ChristopherHX in #249
- fix: azp: required number parameter by @ChristopherHX in #251
- azp: add support for backslash by @ChristopherHX in #257
- azp: always transform filepath using RelativeTo by @ChristopherHX in #258
- azp: context filetable / wip improve error messages by @ChristopherHX in #259
- azp: check undefined parameters and report error by @ChristopherHX in #260
- feat: --input-file/allow inputs as pipeline params by @ChristopherHX in #261
- azp: improve preview + watch debugger by @ChristopherHX in #263
v3.11.9
Changes
- Possible fix for #220 by @bryanbcook in #221
- Fix each loop of null value is not an error by @ChristopherHX in #223
- use relative path within same context #224 by @bryanbcook in #225
- Fixes for azurepipeline extend variable support by @bryanbcook in #230
- Fix unit tests by @ChristopherHX in #231
- Make fileprovider async by @ChristopherHX in #232
- Azure Pipelines Extension (Prototype) by @ChristopherHX in #233
- Improve vscode extension by @ChristopherHX in #234
- prebuild vsix package in ci by @ChristopherHX in #235
- Provide errors for missing and unexpected parameters in azure pipelines by @bryanbcook in #238
- moved PipelineExtensions into SDK, IContextDataProvider by @bryanbcook in #239
- refactor: make controller swagger/openid friendly by @ChristopherHX in #240
- add remote repo config by @ChristopherHX in #241
- vscode-ext: Enable logging by @ChristopherHX in #242
v3.11.8
Changes
- cleanup taskcontroller by @ChristopherHX in #207
- cleanup ghapp integration by @ChristopherHX in #206
- improve reliability of downloading tools by @ChristopherHX in #208
- Use bootstrap for webui by @ChristopherHX in #213
- Fix job update by @ChristopherHX in #214
- Update webui icons and preview by @ChristopherHX in #216
- add new all workflows view for runner client by @ChristopherHX in #218
- cleanup env vars by @ChristopherHX in #209
- Probably the last 3.11 series, bigger changes planned for 3.12 series
v3.11.7
Changes
- Update builtin actions/runner to support node20 actions