1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-20 19:52:06 +00:00
forgejo-runner/act/jobparser
Mathieu Fenniak 3f52c56d1e feat: improve readability of error messages from ParseRawOn (#1063)
With https://codeberg.org/forgejo/forgejo/pulls/9530, the error messages from `ParseRawOn` are user-facing and need a pass to improve their meaning.

<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- features
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/1063): <!--number 1063 --><!--line 0 --><!--description ZmVhdDogaW1wcm92ZSByZWFkYWJpbGl0eSBvZiBlcnJvciBtZXNzYWdlcyBmcm9tIFBhcnNlUmF3T24=-->feat: improve readability of error messages from ParseRawOn<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/1063
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net>
Co-committed-by: Mathieu Fenniak <mathieu@fenniak.net>
2025-10-07 14:41:55 +00:00
..
testdata feat: support evaluation of concurrency clauses in runner (#827) 2025-08-07 21:47:01 +00:00
evaluator.go chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00
interpeter.go feat: support evaluating workflow-level concurrency blocks in jobparser (#1026) 2025-09-27 04:37:36 +00:00
jobparser.go chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00
jobparser_test.go chore: replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 (#888) 2025-08-20 20:49:49 +00:00
model.go feat: improve readability of error messages from ParseRawOn (#1063) 2025-10-07 14:41:55 +00:00
model_test.go feat: improve readability of error messages from ParseRawOn (#1063) 2025-10-07 14:41:55 +00:00
testdata_test.go chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00