Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for linking service dependencies | Clement Delafargue | 2020-07-02 | 2 | -0/+37 |
| | |||||
* | fix(tests): use `! grep` instead of `grep -v` | Clement Delafargue | 2020-06-30 | 3 | -7/+7 |
| | | | | | | `grep -v` makes sure a file contains other lines than the one that matched. This is different from `! grep` which makes sure the file does not contain a line that matched. | ||||
* | fix(test): log all commads to `$binary-commands` | Clement Delafargue | 2020-06-30 | 1 | -1/+2 |
| | | | | | Previously, only the commands not directly handled by the stub were logged. We want to log all commands instead | ||||
* | add a test for `noop-if-up-to-date` | Clement Delafargue | 2020-06-30 | 2 | -0/+36 |
| | | | | | It makes sure `clever deploy` is _not_ called if the application is up-to-date on clever cloud | ||||
* | Make commit ids overridable in the script mock | Clement Delafargue | 2020-06-30 | 1 | -3/+6 |
| | |||||
* | tests: expectations on binary stub | Paul Bonaud | 2020-06-23 | 4 | -0/+85 |
| | |||||
* | tests: Add tests for the new 'restart' feature | Paul Bonaud | 2020-06-23 | 2 | -0/+17 |
| | |||||
* | add tests for scalability settings | Clement Delafargue | 2020-06-22 | 1 | -0/+37 |
| | | | | They make sure that ansible does not crash while calling `clever scale` | ||||
* | tests: Add more test cases | Paul Bonaud | 2020-06-19 | 4 | -9/+49 |
| | |||||
* | deploy: remove custom polling script now that the CLI does it for us | Paul Bonaud | 2020-06-17 | 1 | -1/+1 |
| | | | | | See recent changes (https://github.com/CleverCloud/clever-tools/pull/415) introduced in 2.5.0+ version of the clever cli tools | ||||
* | vars: fix `clever_base_env` by removing a variable if not necessary | Paul Bonaud | 2020-03-24 | 3 | -2/+20 |
| | | | | | | The `CC_RUN_COMMAND` variable was defined in case we use haskell binary as entrypoints. However if the `clever_haskell_entry_point` variable is not defined we shouldn't define the `CC_RUN_COMMAND` env variable. | ||||
* | Migrating single tasks file to a galaxy role | Gaƫtan Duchaussois | 2018-02-22 | 2 | -0/+7 |