-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gateway: add api user/projects #316
base: master
Are you sure you want to change the base?
Gateway: add api user/projects #316
Conversation
@alessandro-sorint Thanks for the PR. I think this should be put on hold since:
Additionally:
|
@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). A "user run" is a run visible from the user, it can be a user/organization project or directrun, so with this api I can get all runs visible from the user. |
Let's wait when #310 is implemented and then we can think about this use case.
Don't use it since it will be removed in #310
|
2b7f321
to
c5831f4
Compare
c5831f4
to
0e3dcde
Compare
Hi @sgotti I added a new api /user/projects it returns all the projects that the user can see. |
fb3b892
to
8a79808
Compare
8a79808
to
8269265
Compare
8269265
to
ebe6046
Compare
ebe6046
to
76589bd
Compare
fix #286