Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #74 from clementd-fretlink/service-dependenciesv2.7 | Clément Delafargue | 2020-07-03 | 10 | -18/+88 |
|\ | | | | | Service dependencies | ||||
| * | Remove compatibility code for now-unsupported clever-tools versions | Clement Delafargue | 2020-07-02 | 1 | -16/+1 |
| | | |||||
| * | Fix `clever_addons` example | Clement Delafargue | 2020-07-02 | 1 | -1/+1 |
| | | |||||
| * | Add support for linking service dependencies | Clement Delafargue | 2020-07-02 | 6 | -0/+68 |
| | | |||||
| * | Add dhall definitions for linked service dependencies | Clement Delafargue | 2020-07-02 | 3 | -1/+18 |
|/ | |||||
* | Merge pull request #72 from clementd-fretlink/noop-if-up-to-date | Clément Delafargue | 2020-06-30 | 9 | -12/+68 |
|\ | | | | | don't run `clever deploy` if the app is up-to-date | ||||
| * | 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 |
| | | |||||
| * | Don't run `clever deploy` if the app is up-to-date | Clement Delafargue | 2020-06-30 | 3 | -1/+17 |
|/ | | | | | | | | | | | Running `git push` when the remote is up-to-date no-ops (it does not trigger a deployment, but it does not fail either). Running `clever deploy` when the remote is up-to-date triggers a failure. Here, we care about the _end result_ (ie the app is deployed on the correct commit), so no-oping is more appropriate. This behaviour is not baked in `clever-tools`, but I think it should. I opened an issue. This script is a temporary workaround. (at least I hope it's temporary) https://github.com/CleverCloud/clever-tools/issues/422 | ||||
* | Merge pull request #73 from paulrbr-fl/fix-timeout-on-deploy | paulrbr-fl | 2020-06-30 | 2 | -2/+7 |
|\ | | | | | fix: prevent crash when the deployment times out | ||||
| * | ci: trying to fix nix-channel by removing unstable channel | Paul Bonaud | 2020-06-30 | 1 | -1/+6 |
| | | | | | | | | | | | | NIX_PATH used to be enough to select the channel to use, but as Travis add the nixpkgs-unstable channel we can get unexpected results when nix decides to push a new unstable version out there in the public. | ||||
| * | fix: prevent crash when the deployment times out | Paul Bonaud | 2020-06-29 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #71 from paulrbr-fl/clever-restartv2.6 | paulrbr-fl | 2020-06-23 | 1 | -0/+2 |
|\ | | | | | dhall: add missing configuration for clever_restart_only variable | ||||
| * | dhall: add missing configuration for clever_restart_only variable | Paul Bonaud | 2020-06-23 | 1 | -0/+2 |
|/ | | | | This change was forgotten in #70 | ||||
* | Merge pull request #70 from paulrbr-fl/clever-restart | paulrbr-fl | 2020-06-23 | 9 | -5/+136 |
|\ | | | | | feature: add a new 'clever_restart_only' flag to restart an app | ||||
| * | 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 | 3 | -4/+18 |
| | | |||||
| * | feature: add a new 'clever_restart_only' flag to restart an app | Paul Bonaud | 2020-06-23 | 3 | -1/+33 |
|/ | | | | | This new flag will perform a restart on the target clever cloud application instead of deploying it. | ||||
* | Merge pull request #69 from paulrbr-fl/documentation | paulrbr-fl | 2020-06-22 | 4 | -50/+43 |
|\ | | | | | core: README cleanup and test env cleanup | ||||
| * | core: define nix env for travis with a unique default.nix file | Paul Bonaud | 2020-06-22 | 3 | -26/+14 |
| | | |||||
| * | core: cleanup the README to better document the role | Paul Bonaud | 2020-06-22 | 1 | -24/+29 |
|/ | | | | Part of #66 | ||||
* | Merge pull request #67 from clementd-fretlink/scaling | Clément Delafargue | 2020-06-22 | 7 | -1/+111 |
|\ | | | | | scalability configuration | ||||
| * | add tests for scalability settings | Clement Delafargue | 2020-06-22 | 2 | -0/+38 |
| | | | | | | | | They make sure that ansible does not crash while calling `clever scale` | ||||
| * | Add support for scalability configuration | Clement Delafargue | 2020-06-22 | 5 | -1/+73 |
|/ | | | | Closes #52 | ||||
* | Merge pull request #68 from paulrbr-fl/bug-fix | paulrbr-fl | 2020-06-19 | 8 | -14/+53 |
|\ | | | | | fix: make sure not to include unecessary ENV variable | ||||
| * | fix: make sure not to include unecessary ENV variable | Paul Bonaud | 2020-06-19 | 2 | -2/+0 |
| | | | | | | | | | | | | | | This is a fix to an unfortunate bug introduced by #64 because we had a default value set to `None` on the `clever_haskell_entry_point`. Ansible considers `None` as a defined value so the `is defined` condition doesn't match our need | ||||
| * | core: fix execution mode on shell script | Paul Bonaud | 2020-06-19 | 1 | -0/+0 |
| | | |||||
| * | tests: Add more test cases | Paul Bonaud | 2020-06-19 | 5 | -12/+53 |
|/ | |||||
* | Merge pull request #55 from clementd-fretlink/build-flavor | Clément Delafargue | 2020-06-19 | 3 | -1/+13 |
|\ | | | | | Add optional build flavor configuration | ||||
| * | Update default `clever-tools` version in the readme | Clément Delafargue | 2020-06-19 | 1 | -1/+1 |
| | | | | | | Co-authored-by: paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | ||||
| * | Specify clever-tools version constaints in README | Clement Delafargue | 2020-06-19 | 1 | -0/+1 |
| | | |||||
| * | Inline `clever scale --build-flavor` command | Clement Delafargue | 2020-06-19 | 3 | -12/+1 |
| | | |||||
| * | Add optional build flavor configuration | Clement Delafargue | 2020-06-19 | 5 | -0/+22 |
|/ | |||||
* | Merge pull request #64 from clementd-fretlink/json-env | Clément Delafargue | 2020-06-19 | 5 | -10/+23 |
|\ | | | | | Use JSON import for environment variables | ||||
| * | Extract environment building tasks from the JSON template | Clement Delafargue | 2020-06-19 | 3 | -8/+12 |
| | | |||||
| * | Use JSON import for environment variables | Clement Delafargue | 2020-06-19 | 3 | -7/+16 |
|/ | | | | | | | | The env can be provided as a JSON list `[{"name": "PORT", "value": "8080"}]`. The `dict2items` filter provided by ansible is _almost_ what we want, but it keeps the value original types (a boolean is kept as a boolean in the JSON value). Since environment variables are strings and `clever-tools` does not want to make the implicit coercion for us, we need to do it ourselves. | ||||
* | Merge pull request #63 from paulrbr-fl/upgrade-clever-cliv2.5 | paulrbr-fl | 2020-06-17 | 6 | -155/+56 |
|\ | | | | | deploy: remove custom polling script now that the CLI does it for us | ||||
| * | deploy: remove custom polling script now that the CLI does it for us | Paul Bonaud | 2020-06-17 | 6 | -155/+56 |
|/ | | | | | See recent changes (https://github.com/CleverCloud/clever-tools/pull/415) introduced in 2.5.0+ version of the clever cli tools | ||||
* | Merge pull request #61 from paulrbr-fl/fix-env-filev2.4 | paulrbr-fl | 2020-03-25 | 1 | -2/+2 |
|\ | | | | | fix: there was a bug in the generate env file | ||||
| * | fix: there was a bug in the generate env file | Paul Bonaud | 2020-03-24 | 1 | -2/+2 |
|/ | | | | | Bug Introduced by #57 because the `to_json` filter quotes the given value if it's a string, so the PR was "double quoting" each values. | ||||
* | Merge pull request #60 from paulrbr-fl/fix-base-envv2.3 | paulrbr-fl | 2020-03-24 | 7 | -8/+35 |
|\ | | | | | fix `clever_base_env` by removing a variable if not necessary | ||||
| * | vars: fix `clever_base_env` by removing a variable if not necessary | Paul Bonaud | 2020-03-24 | 7 | -8/+35 |
|/ | | | | | | 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. | ||||
* | Merge pull request #59 from paulrbr-fl/add-dhall-types-addonsv2.2 | paulrbr-fl | 2020-03-23 | 1 | -2/+10 |
|\ | | | | | config(dhall): adding redis and mysql addon types | ||||
| * | config(dhall): adding redis and mysql addon types | Paul Bonaud | 2020-03-23 | 1 | -2/+10 |
|/ | |||||
* | Merge pull request #57 from clementd-fretlink/quoted-env-vars | Clément Delafargue | 2019-11-27 | 1 | -1/+1 |
|\ | | | | | Quote env vars to support multiline values | ||||
| * | Quote env vars to support multiline values | Clement Delafargue | 2019-11-27 | 1 | -1/+1 |
|/ | | | | | | | | | clever-tools now supports multiline env vars. It did so by supporting quotes in the formats it reads from. This commit quotes the exported values using the `tojson` filter. Of course, a better solution would be for clever env to directly read json value, but it's not there yet | ||||
* | Merge pull request #58 from paulrbr-fl/fix-ci | paulrbr-fl | 2019-11-26 | 1 | -3/+5 |
|\ | | | | | ci: fix nix version and nix channel version | ||||
| * | ci: fix nix version and nix channel version | Paul Bonaud | 2019-11-26 | 1 | -3/+5 |
|/ | | | | | | | In order to avoid having bad surprises with automatic updates let's fix the nix channel version. For now the default travis behavior is to use `nixpkgs-unstable` (see https://docs.travis-ci.com/user/languages/nix#overview). |