Simone Gotti

Results 80 issues of Simone Gotti

Placeholder for local auth. It'll require (at least): * Adding a password field to the user (using bcrypt format) * Adding email field to the user * Email verification *...

enhancement

Create and improve integration and e2e tests. Currently we have some local integration/e2e test not yet committed because they contains a lot of hacks. They should be committed just after...

enhancement

Let the user provide imports for jsonnet config from external source (starting with git). This will require defining our own import callback and thinking about the import format and the...

enhancement

All the env variables generated when receiving a webhook or by manual run creation are currently saved as "static" env vars. Static env vars are kept the same between run...

enhancement

Currently we publish the commit status for the whole Run. It could be useful to also push statuses for specific (or all) tasks.

enhancement

Add a new concept of run task group where users can group task together. It’ll look like a sort of subrun. Task groups can have dependencies between them like tasks...

Add an API to create a run manually specifying the project and the remote repository branch/ref and sha. If no sha is provided, to keep run reproducibility we shouldn't use...

Now stolon doesn't works with tablespaces since it can't know where the tablespaces files will be placed and cannot remove them during resync. Some possibilities: * Add a way to...

enhancement

The sentinels and proxies should be able to run inside nomad with docker/rkt drivers. Since with docker their external IP and port (with the default config which uses the docker...