You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(core): small adjustment in gitignore (added config for qudo), added tests for operation parse function
* chore(core): added tests for operation normalize functionality
* chore(core): moved from standard yaml package to goccy/go-yaml package, added json normalize tests
* chore(core): moved from standard json package to goccy/go-json package, tided
* chore(executor): executor and other scripts a little refactored
* chore(runner): assert package refactored, tided and styled
* chore(runner): some refactors in http executor, fixed issue with request body saving to result case, added colored coverage heatmap report generation
* feat(runner): added HTML report generation after plan execution, refactored save extractor to collect multiple results per manifest
* chore(core): moved from standard json package to goccy/go-json package, tided
* chore(cli): added semantic release configuration file
* refactor(report): restructured HTML report generation with improved templates and interface changes
* feat(runner): added V2 plan runner with dependency analysis and data passing system
* refactor(runner): enhanced dependency graph builder with smart template analysis and improved execution ordering
* refactor(runner): improved dependency graph execution order determinism with consistent sorting
* refactor(runner): replaced priority queue with simple slice queue for deterministic execution ordering
* refactor(runner): enhanced dependency graph builder with improved template analysis and deterministic execution ordering
* refactor(runner): enhanced dependency graph builder with improved template analysis and deterministic execution ordering
* test(runner): improved test case descriptions and removed redundant data in dependency graph tests
* refactor(runner): reorganized imports and removed unused variables for improved code quality
0 commit comments