aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall
Commit message (Collapse)AuthorAgeFilesLines
* dhall: Add the MongoDB addon type to the Addon sum typePaul Bonaud2020-12-081-1/+4
|
* Add dhall definitions for linked service dependenciesClement Delafargue2020-07-023-1/+18
|
* dhall: add missing configuration for clever_restart_only variablePaul Bonaud2020-06-231-0/+2
| | | | This change was forgotten in #70
* Add support for scalability configurationClement Delafargue2020-06-221-1/+24
| | | | Closes #52
* Add optional build flavor configurationClement Delafargue2020-06-191-0/+2
|
* config(dhall): adding redis and mysql addon typesPaul Bonaud2020-03-231-2/+10
|
* Migrate to dhall 1.26.1 and merge types and termsv2.0-test-clementdpolykindsClement Delafargue2019-10-029-65/+44
|
* Remove `sshKey` from the vault typeClement Delafargue2019-07-041-1/+1
| | | | It's not actually used by the role, but by code that uses this role.
* Clever Cloud metrics are now enabled by defaultClement Delafargue2019-07-022-3/+3
|
* dhall: remove optional arguments from mkConfigClement Delafargue2019-07-011-12/+6
| | | | | | It was just constructing a record without adding any information. Now it constructs a record from its mandatory parts. The caller can then override fields as they please.
* dhall: expose optional fields as optional valuesClement Delafargue2019-07-012-13/+9
| | | | Instead of `nonifying` them
* Remove default environment from Dhall configClement Delafargue2019-07-013-53/+42
|
* remove org_id from vault type, add sshKey in vaultClement Delafargue2019-07-012-7/+8
|
* dhall(upgrade): upgrade code to be compatible with dhall 1.21.0Paul Bonaud2019-04-261-1/+1
|
* app: rename `clever_entry_point`. It's only used by Haskell appsPaul Bonaud2018-12-272-41/+41
|
* add travis ci step for typechecking dhallHussein Ait-Lahcen2018-11-201-1/+2
|
* add dhall interfaceHussein Ait-Lahcen2018-11-199-0/+86