Skip to content
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

listing sub projects #66

Open
V3ckt0r opened this issue Oct 8, 2019 · 3 comments
Open

listing sub projects #66

V3ckt0r opened this issue Oct 8, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@V3ckt0r
Copy link

V3ckt0r commented Oct 8, 2019

Looking at the Project struct I can't see a way of listing sub project to a project. Is there another way this can be done that I am missing? I see there is a ParentProject but no child/sub project.

@V3ckt0r
Copy link
Author

V3ckt0r commented Oct 9, 2019

To provide a little more info. I'm looking for the following api
GET /app/rest/projects

@cvbarros
Copy link
Owner

That's right @V3ckt0r , there is no support yet for ad-hoc project querying.
That would require changes to the ProjectService to accept locators.

I played a bit in local trying to come up with a generic locators implementation for several endpoints but I wasn't happy about the design so I dropped it a while ago, focusing more on other features.

However, it won't be hard to implement some locators support for projects and a GetByLocator in projects/ endpoint.

Would you please elaborate a bit more if is there any locators/filters you'd like implemented?

@JaSei
Copy link

JaSei commented Apr 22, 2020

This feature will be great. For me, it will be nice to be able to list all VcsRoots.

@cvbarros cvbarros self-assigned this Apr 24, 2020
@cvbarros cvbarros added the enhancement New feature or request label Apr 24, 2020
@cvbarros cvbarros added this to the v1.3.0 milestone Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants