agola/internal/services/gateway/action
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.go *: improve error handling 2019-11-11 12:17:35 +01:00
auth.go *: export clients and related types 2019-08-02 12:02:01 +02:00
badge.go *: export clients and related types 2019-08-02 12:02:01 +02:00
org.go *: export clients and related types 2019-08-02 12:02:01 +02:00
project.go cmd: project option to disable passing variables to PR from forked repo 2020-01-28 09:02:37 +01:00
projectgroup.go gateway: add parentRef field to project group update api 2019-10-01 14:39:45 +02:00
remotesource.go *: export clients and related types 2019-08-02 12:02:01 +02:00
run.go config: add starlark config support 2020-03-10 13:29:20 +01:00
secret.go gateway: api implement get secrets removeoverridden 2019-09-20 15:39:21 +02:00
user.go userdirectrun: add options to define variables 2019-08-06 16:58:00 +02:00
variable.go *: export clients and related types 2019-08-02 12:02:01 +02:00
version.go cmd: add version command 2019-10-05 12:11:18 +02:00