Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dhall: upgrade minimum compatible Dhall version to at least 1.29.0 | Paul Bonaud | 2020-12-08 | 1 | -1/+1 |
| | | | | | This commit also upgrades the nix channel used in the CI to be able to test with Dhall v1.34.0 | ||||
* | Update README.md | paulrbr-fl | 2020-10-05 | 1 | -1/+1 |
| | | | Co-authored-by: Clément Delafargue <39330590+clementd-fretlink@users.noreply.github.com> | ||||
* | Prepare for open-source: adding license and clarification in README | Paul Bonaud | 2020-10-05 | 1 | -6/+16 |
| | | | | About #66 | ||||
* | Add support for linking service dependencies | Clement Delafargue | 2020-07-02 | 1 | -0/+2 |
| | |||||
* | feature: add a new 'clever_restart_only' flag to restart an app | Paul Bonaud | 2020-06-23 | 1 | -1/+2 |
| | | | | | This new flag will perform a restart on the target clever cloud application instead of deploying it. | ||||
* | core: cleanup the README to better document the role | Paul Bonaud | 2020-06-22 | 1 | -24/+29 |
| | | | | Part of #66 | ||||
* | Add support for scalability configuration | Clement Delafargue | 2020-06-22 | 1 | -0/+15 |
| | | | | Closes #52 | ||||
* | fix: make sure not to include unecessary ENV variable | Paul Bonaud | 2020-06-19 | 1 | -1/+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 | ||||
* | 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 |
| | |||||
* | Add optional build flavor configuration | Clement Delafargue | 2020-06-19 | 1 | -0/+1 |
| | |||||
* | Clever Cloud metrics are now enabled by default | Clement Delafargue | 2019-07-02 | 1 | -2/+4 |
| | |||||
* | app: rename `clever_entry_point`. It's only used by Haskell apps | Paul Bonaud | 2018-12-27 | 1 | -1/+2 |
| | |||||
* | feat(post_deploy): Add a post deploy task to fetch deployed env | Paul Bonaud | 2018-11-30 | 1 | -0/+1 |
| | | | | | | | | In some cases you might need to retrieve the ENV which is currently in use by your clever application recently deployed. If you specify a `clever_env_output_file` that is exactly what you will get! | ||||
* | update default value (readme aswell) for `clever_metrics` | Hussein Ait-Lahcen | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | change default value for clever_app_root | Gaëtan Duchaussois | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | vars: add a clever_syslog_server variable replacing syslog_server | Paul Bonaud | 2018-10-04 | 1 | -1/+2 |
| | | | | | All variables "namespaced" with the role name is helpful to read "client" configurations | ||||
* | domain: allow the domain to be specified via clever_domain variable | Paul Bonaud | 2018-09-28 | 1 | -1/+2 |
| | | | | | | | | Every other variables are prefixed with `clever_` which makes the definition of variables clearer from a "app" configuration point of view. WDYT? | ||||
* | readme: Add the CI status as a image badge | Paul Bonaud | 2018-09-20 | 1 | -0/+3 |
| | |||||
* | ENABLE_METRICS => clever_metrics ; default to false | Frédéric Menou | 2018-02-27 | 1 | -0/+1 |
| | |||||
* | define safe default variable for clever and rename clever_app_tasks to ↵ | Gaëtan Duchaussois | 2018-02-26 | 1 | -1/+3 |
| | | | | clever_app_tasks_file | ||||
* | add travis file | Gaëtan Duchaussois | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Migrating single tasks file to a galaxy role | Gaëtan Duchaussois | 2018-02-22 | 1 | -0/+61 |
| | |||||
* | Initial commit | Gaëtan | 2018-02-22 | 1 | -0/+2 |