Skip to content

Releases: codetales/donner

0.1.1

16 Jul 07:52
Compare
Choose a tag to compare

Changelog

a945f29 Append a semicolon to aliases

0.1.0

15 Jul 19:19
Compare
Choose a tag to compare

Changelog

7620c9b Add goreleaser & travis configs
778e7e2 Exclude all variants of .donner.* from git (such as .bak)
de08ece Use syscall.Exec to run commands
768a3b0 Update README and add TODO section
6febbea Execute docker run with the -it flags
1e238fa Implement the fallback mode
70ac585 Refactor tests and handlers (#7)
c3a78bf Strip the path of the command to execute
9eb6ae5 Check unused fields for all handlers
63e7495 Add tests and validations for the docker_compose_run handler
b482635 Remove unused code and add comments
c042e3f Add a test to ensure that extra attributes in the yaml work
0ace199 Implement individual handlers
a97dbc9 Set strict mode for exec tests
29cfdce Allow interactive commands and return correct exit code
7cd3a65 Use the default strategy if the command is not defined in the config (#4)
683d079 Add initial implementation for the aliases command (#1)
17c4b08 add go report card badge
740045e unexport functions since only one package in place
6470933 add config validation & more tests
72008fc further progress on parsing/execution of commands
0c92bff add preliminary yaml parsing & test structure
3f42445 add go mod & .gitignore
c48d4ce Exit with same exit code
a90f295 Execute and interactive programm
4862ffe Execute a shell command and get the output
2be8e1a Fix alias output in README
f96ed24 Add docker run example to the README
24a4310 Update README to reflect MVP
07ca089 Add basic cli skeleton
5f5bcce Initial commit