Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -13/+9 |
| | | | | Instead of `nonifying` them | ||||
* | Remove default environment from Dhall config | Clement Delafargue | 2019-07-01 | 3 | -53/+42 |
| | |||||
* | remove org_id from vault type, add sshKey in vault | Clement Delafargue | 2019-07-01 | 2 | -7/+8 |
| | |||||
* | dhall(upgrade): upgrade code to be compatible with dhall 1.21.0 | Paul Bonaud | 2019-04-26 | 1 | -1/+1 |
| | |||||
* | app: rename `clever_entry_point`. It's only used by Haskell apps | Paul Bonaud | 2018-12-27 | 2 | -41/+41 |
| | |||||
* | 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 | 9 | -0/+86 |