aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall
Commit message (Collapse)AuthorAgeFilesLines
* 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