feat: dag-style execution (#108)

* feat: dag-style execution

* docs: update to reflect new context

* ensure no cycles

* remove example cycle

* linting

* lint and small fixes

* update deferred rollback

* last rollback handling

* unset max issues

* fix requeue edge case
This commit is contained in:
abelanger5
2024-01-16 08:31:24 -08:00
committed by GitHub
parent 0ad77d50cb
commit 52fde1e704
81 changed files with 3531 additions and 1325 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ jobs:
uses: golangci/golangci-lint-action@v3.2.0
with:
version: v1.55.0
args: --config .golangci.yml --timeout 5m
args: --config .golangci.yml --timeout 5m --max-issues-per-linter 0 --max-same-issues 0
only-new-issues: true
skip-cache: true