summaryrefslogtreecommitdiff
path: root/config/common.go
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Use JSON as canonical config formatTyler Cipriani1-8/+8
2018-11-16Fix entrypoint merge behaviorTyler Cipriani1-1/+1
2018-10-01Remove support for `sharedvolume` configurationDan Duvall1-10/+8
2018-08-14Refactor builder to support file requirements and run pre-installDan Duvall1-11/+11
2018-07-31Change import paths from Phabricator to GerritDan Duvall1-1/+1
2018-05-20Add support for Builder arbitrary build commandsGilles Dubuc1-9/+11
2018-03-19Allow for configuration policiesDan Duvall1-6/+6
2018-03-06Support Python projectsDan Duvall1-8/+10
2018-03-05Fix application files/runtime permissions schemeDan Duvall1-7/+9
2017-11-07Validate configuration after unmarshallingDan Duvall1-6/+6
2017-11-06Conform to all linter warnings/adviceDan Duvall1-8/+8
2017-11-06Documented all exported types, functions, and interfacesDan Duvall1-6/+18
2017-09-14Use import paths without `.git` suffixDan Duvall1-1/+1
2017-09-07Define `NODE_ENV` and always define `NODE_PATH`Dan Duvall1-3/+3
2017-06-29Run go fmtTyler Cipriani1-7/+6
2017-06-12Fix variant expansion for bool config fieldsDan Duvall1-3/+2
2017-05-23Use Phabricator import URIsDan Duvall1-1/+1
2017-05-10Decouple Docker compiler from apt/npm providersDan Duvall1-0/+19
2017-05-01Rename `run` config to `runs`Dan Duvall1-2/+2
2017-04-25Use a YAML config format instead of JSONDan Duvall1-6/+6
2017-04-25Invert `copiestree` feature as `sharedvolume`Dan Duvall1-2/+2
2017-04-19Allow configuration of whether to copy in source treeDan Duvall1-0/+3
2017-04-19Support compilation to multi-stage DockerfileDan Duvall1-0/+23