aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #80 from gaetanfl/bump_nix_versionHEADmasterGaëtan2021-10-251-1/+1
|\ | | | | ci(bump): bump nix version to avoid certificate error
| * ci(bump): bump nix version to avoid certificate errorGaëtan Duchaussois2021-10-251-1/+1
|/
* Merge pull request #79 from antoine-fl/bump_clever_waiting_timev2.10antoine-fl2021-06-032-6/+6
|\ | | | | Bump clever waiting time to 1 hour
| * Bump clever waiting time to 1 hourAntoine Vandecreme2021-06-032-6/+6
|/
* Merge pull request #78 from paulrbr-fl/add-mongo-addonv2.9paulrbr-fl2020-12-084-7/+9
|\ | | | | dhall: Add the MongoDB addon type to the Addon sum type
| * dhall: upgrade minimum compatible Dhall version to at least 1.29.0Paul Bonaud2020-12-083-6/+5
| | | | | | | | | | This commit also upgrades the nix channel used in the CI to be able to test with Dhall v1.34.0
| * dhall: Add the MongoDB addon type to the Addon sum typePaul Bonaud2020-12-081-1/+4
|/
* Merge pull request #77 from paulrbr-fl/new-slack-tokenpaulrbr-fl2020-10-121-2/+6
|\ | | | | travis: Use encrypted token for slack notification
| * travis: Use encrypted token for slack notificationPaul Bonaud2020-10-051-2/+6
|/ | | | | | | | | | | | | | | | This encrypts the token used to talk with Slack (with a new generated token and the old one has been revoked) Encrypted using the repository key with the `travis` CLI: ``` travis encrypt "<user>:<token>" --add notifications.slack.rooms ``` cf documentation https://docs.travis-ci.com/user/notifications/#configuring-slack-notifications About #66
* Merge pull request #76 from paulrbr-fl/add-licensepaulrbr-fl2020-10-052-6/+23
|\ | | | | Prepare for open-source: adding license and clarification in README
| * Update README.mdpaulrbr-fl2020-10-051-1/+1
| | | | | | Co-authored-by: Clément Delafargue <39330590+clementd-fretlink@users.noreply.github.com>
| * Prepare for open-source: adding license and clarification in READMEPaul Bonaud2020-10-052-6/+23
|/ | | | About #66
* Merge pull request #75 from paulrbr-fl/clever-restart-when-askedv2.8paulrbr-fl2020-08-065-3/+65
|\ | | | | deploy: try to restart the app when the CLI asks to do it
| * deploy: try to restart the app when the CLI asks to do itPaul Bonaud2020-08-065-3/+65
|/ | | | | | | | | | | | | | | In some cases (rollback or deployment errored on clever side), clever-tools will fail when calling `clever deploy` because it thinks the currently being deployed commit is already deployed. However in some cases the git pushed commit is not the currently running commit. Leading to a failure in our deployment process. The proposed solution from the clever tools error is to launch `clever restart`. Until we wait for https://github.com/CleverCloud/clever-tools/issues/422 to be fixed, let's do what the error message say: try to restart in case of a deployment failure.
* Merge pull request #74 from clementd-fretlink/service-dependenciesv2.7Clément Delafargue2020-07-0310-18/+88
|\ | | | | Service dependencies
| * Remove compatibility code for now-unsupported clever-tools versionsClement Delafargue2020-07-021-16/+1
| |
| * Fix `clever_addons` exampleClement Delafargue2020-07-021-1/+1
| |
| * Add support for linking service dependenciesClement Delafargue2020-07-026-0/+68
| |
| * Add dhall definitions for linked service dependenciesClement Delafargue2020-07-023-1/+18
|/
* Merge pull request #72 from clementd-fretlink/noop-if-up-to-dateClément Delafargue2020-06-309-12/+68
|\ | | | | don't run `clever deploy` if the app is up-to-date
| * fix(tests): use `! grep` instead of `grep -v`Clement Delafargue2020-06-303-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 Delafargue2020-06-301-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 Delafargue2020-06-302-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 mockClement Delafargue2020-06-301-3/+6
| |
| * Don't run `clever deploy` if the app is up-to-dateClement Delafargue2020-06-303-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-deploypaulrbr-fl2020-06-302-2/+7
|\ | | | | fix: prevent crash when the deployment times out
| * ci: trying to fix nix-channel by removing unstable channelPaul Bonaud2020-06-301-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 outPaul Bonaud2020-06-291-1/+1
|/
* Merge pull request #71 from paulrbr-fl/clever-restartv2.6paulrbr-fl2020-06-231-0/+2
|\ | | | | dhall: add missing configuration for clever_restart_only variable
| * dhall: add missing configuration for clever_restart_only variablePaul Bonaud2020-06-231-0/+2
|/ | | | This change was forgotten in #70
* Merge pull request #70 from paulrbr-fl/clever-restartpaulrbr-fl2020-06-239-5/+136
|\ | | | | feature: add a new 'clever_restart_only' flag to restart an app
| * tests: expectations on binary stubPaul Bonaud2020-06-234-0/+85
| |
| * tests: Add tests for the new 'restart' featurePaul Bonaud2020-06-233-4/+18
| |
| * feature: add a new 'clever_restart_only' flag to restart an appPaul Bonaud2020-06-233-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/documentationpaulrbr-fl2020-06-224-50/+43
|\ | | | | core: README cleanup and test env cleanup
| * core: define nix env for travis with a unique default.nix filePaul Bonaud2020-06-223-26/+14
| |
| * core: cleanup the README to better document the rolePaul Bonaud2020-06-221-24/+29
|/ | | | Part of #66
* Merge pull request #67 from clementd-fretlink/scalingClément Delafargue2020-06-227-1/+111
|\ | | | | scalability configuration
| * add tests for scalability settingsClement Delafargue2020-06-222-0/+38
| | | | | | | | They make sure that ansible does not crash while calling `clever scale`
| * Add support for scalability configurationClement Delafargue2020-06-225-1/+73
|/ | | | Closes #52
* Merge pull request #68 from paulrbr-fl/bug-fixpaulrbr-fl2020-06-198-14/+53
|\ | | | | fix: make sure not to include unecessary ENV variable
| * fix: make sure not to include unecessary ENV variablePaul Bonaud2020-06-192-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 scriptPaul Bonaud2020-06-191-0/+0
| |
| * tests: Add more test casesPaul Bonaud2020-06-195-12/+53
|/
* Merge pull request #55 from clementd-fretlink/build-flavorClément Delafargue2020-06-193-1/+13
|\ | | | | Add optional build flavor configuration
| * Update default `clever-tools` version in the readmeClément Delafargue2020-06-191-1/+1
| | | | | | Co-authored-by: paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>
| * Specify clever-tools version constaints in READMEClement Delafargue2020-06-191-0/+1
| |
| * Inline `clever scale --build-flavor` commandClement Delafargue2020-06-193-12/+1
| |
| * Add optional build flavor configurationClement Delafargue2020-06-195-0/+22
|/
* Merge pull request #64 from clementd-fretlink/json-envClément Delafargue2020-06-195-10/+23
|\ | | | | Use JSON import for environment variables