agola/internal/services
Simone Gotti d91ec09d7d config: add starlark config support
Handle `.agola/config.star` files in starlark config format.
To provide a context like done for jsonnet we require that the starlark agola
config file contains a main function that will receive a config context as a
dict.
We also had to implement our own json conversion from a starlark dict since go
starlark removed its own function.
2020-03-10 13:29:20 +01:00
..
common gateway: api implement get secrets removeoverridden 2019-09-20 15:39:21 +02:00
config services: check config only for enabled services 2019-11-05 09:25:22 +01:00
configstore tests: add unique name for logs of the third ConfigStore instance 2020-01-16 13:54:13 +01:00
executor Merge pull request #224 from sgotti/executor_use_cancellable_context_in_executetask 2020-03-02 10:26:16 +01:00
gateway config: add starlark config support 2020-03-10 13:29:20 +01:00
gitserver tests: improve services logging 2020-01-15 12:30:34 +01:00
notification tests: improve services logging 2020-01-15 12:30:34 +01:00
runservice runservice: correctly handle skipped tasks in fetcher 2020-03-02 10:40:59 +01:00
scheduler tests: improve services logging 2020-01-15 12:30:34 +01:00
types cmd: project option to disable passing variables to PR from forked repo 2020-01-28 09:02:37 +01:00