Simone Gotti
Simone Gotti
Currently the notification service is used to update commit status on the remote sources, it listens for agola runservice events and updated the related commit status. Single runs can have...
Currently when an errors occurs inside a gitsource method it's considered as a generic error and reported to api clients as an internal server error masking the error message. So...
With the move from pkg/errors to x/errors we lost full stack trace and get only the frame at the error line (using : %w). Now in go tip (future 1.13)...
Currently there's a mix of authn/authz logic distributed between actions and api methods. We should move all this logic inside actions, while the api should only convert the request in...
Add ability (with related option to enable/disable it) to invite an user instead of directly adding it regardless of its consent.
https://github.com/google/starlark-go/blob/master/doc/spec.md It should satisfy our reproducibility needs (like jsonnet) and could be easier to write agola config files. Like in #137 we should provide build context information.
Add a node selector option to the k8s driver so the k8s scheduler will schedule pods only on k8s nodes matching this selector (the k8s driver already adds a node...
Task groups permit to group tasks together. Like tasks they can depend on each other. A task group is finished when all the tasks inside a task group are finished....