agola/internal/services/gateway
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
..
action config: add starlark config support 2020-03-10 13:29:20 +01:00
api cmd: project option to disable passing variables to PR from forked repo 2020-01-28 09:02:37 +01:00
handlers *: export clients and related types 2019-08-02 12:02:01 +02:00
gateway.go gateway: move authentication apis to /api/v1alpha/auth 2020-02-19 10:48:14 +01:00