Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clever Cloud metrics are now enabled by default | Clement Delafargue | 2019-07-02 | 1 | -2/+2 |
| | |||||
* | dhall: remove optional arguments from mkConfig | Clement Delafargue | 2019-07-01 | 1 | -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 values | Clement Delafargue | 2019-07-01 | 1 | -8/+4 |
| | | | | Instead of `nonifying` them | ||||
* | Remove default environment from Dhall config | Clement Delafargue | 2019-07-01 | 1 | -43/+41 |
| | |||||
* | remove org_id from vault type, add sshKey in vault | Clement Delafargue | 2019-07-01 | 1 | -6/+7 |
| | |||||
* | app: rename `clever_entry_point`. It's only used by Haskell apps | Paul Bonaud | 2018-12-27 | 1 | -38/+38 |
| | |||||
* | add travis ci step for typechecking dhall | Hussein Ait-Lahcen | 2018-11-20 | 1 | -1/+2 |
| | |||||
* | add dhall interface | Hussein Ait-Lahcen | 2018-11-19 | 1 | -0/+43 |