Releases: luccadibe/benchctl
Releases · luccadibe/benchctl
v0.2.1
Changelog
- a3442a2 feat: --skip a stage , or set stage.skip to true to skip it
- 1800e24 feat: execute stage on multiple hosts
- 5275673 feat: pass environment variables as -e KEY=VAR for local expansion. All other $VAR are expanded in remote hosts. add shell login as default
- f4edd4d feat: ui version 1
- 6bd6605 initial ui server impl
- 9cad96c refactor: remove local_path option . It doesn't make sense and just compicates things. The trade-off is that browsing files manually is harder if you have many files, but this is not the priority, as the UI will be meant for that
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
Changelog
- ecee3e0 feat: add generated schema
- e9b8fed feat: compare command
- dee8767 fix: remote upload for script execution; feat: append metadata at the end of a stage; test: add remote script and append metadata tests; docs: reflect newest features in readme
- 7494630 refactor: move embedded files to internal/files; feat: init command
- 5b270bb refactor: use urfave/cli for cli interaction; feat: run cmd , init cmd
v0.1.0
Changelog
- 5b8b27a chore: change go module name and add goreleaser
- ef6da48 chore: delete d
- bce89e0 feat: add seaborn based plot generation
- c5170f3 feat: license, readme
- 0829158 feat: plot generation, custom metadata, local execution
- 8d8d193 first commit
- 860620c initial types
- 31e3ebf yaml parsing and initial ssh impl