Alessandro Pinna
Alessandro Pinna
fix #286
fix #318 Agola commands added: agola configstore export --configstore-url {configstore-url} --export-file-path {export-file-path} agola configstore import --configstore-url {configstore-url} --import-file-path {import-file-path} agola configstore maintenance --configstore-url {configstore-url} --enable {true/false} agola runservice export --runservice-url...
FIX #42 This allow users owner to create invitation to an organization. When create an invitation is is possible to choose the user role. If the user accept the invitation...
enhancement: add api documentation in OpenAPI file #FIX #282
Currently the /import, /export and /maintenance api are implemented by Runservice and Configstore. I would like add cli commands to call this apis I think the best way is to...
Add ability to the user to see all the current running run. The user can see only the runs where he is authorized.
cannot get oauth2 token: oauth2: cannot fetch token: 400 Bad Request Response: {"error":"unauthorized_client","error_description":"client is not authorized"} https://talk.agola.io/t/oauth-err-with-gitea-when-run-agola-for-days/73
We would like use swagger library to implement api documentation
**What would you like to be added**: We need an API to archive the project and another for restore it. **Why is this needed**: We would like to have the...
**What would you like to be added**: We would like to add a flag to avoid the lock on data dir because the syscall F_SETLK doesnt't work. **Why is this...