Simone Gotti
Simone Gotti
@Weasy666 Sorry for the delay but I lost your PR. If you're willing to work again on it can you add some README.md to the example to explain how to...
@alessandro-sorint Take a look at the methods calling a gitsource. You'll see that the gitsource error is wrapped in a generic error that will become a 500 when called by...
@alessandro-sorint This isn't related to the implementation but to understand how to convert gitsources errors to the errors reported to the user. Which remote sources errors should be reported to...
@camandel Thanks for the PR! The command wasn't implemented by purpose (while as you can see there's already an api to do this) because deleting a remote source will invalidate...
@camandel I'm quite sure other users will ask for this. So the first step will be to better document the effects of removing a remotesource and think/implement possible solutions to...
@alessandro-sorint These are temporary api that should be removed and implemented in a better way. It'll depend on the work I'm doing on removing the datamanager and etcd. So hold...
@huapox Sorry but I can't understand what you're suggesting and how it's related to this issue. Can you open a new enhancement issue? If you're suggesting to add add `agola...
> For moving the project we can user the api PUT /projects/{projectref} that already exists es. PUT https://agoladev.sorintdev.it/api/v1alpha/projects/org%2FTest%2Fproject1 body: {"parent_ref": "user/username1/userprojectgroup"} Since this can be a move between different with...
@alessandro-sorint Thanks for the PR. I think this should be put on hold since: * it'll conflict with my work on #310 . I'm going to remove the RunID and...
> @sgotti I are implementing a new api because I need to get all runs running(that the user/admin can see) from all progectgroups(organizations project, user project and directrun). Let's wait...