Add more options to `list_repos` command
Add filter for repos to list_repos command
Instead of only returning seeded repos, this repo adds 3 new filter
options to the list_repos command, under the show field
- all - All repos that a user has initialized or forked (own namespace)
- seeded - Repos that are beeing seeded by the user
- delegate - Repos that the current user is a delegate of.
Add filter for repos to list_repos command
Instead of only returning seeded repos, this repo adds 3 new filter
options to the list_repos command, under the show field
- all - All repos that a user has initialized or forked (own namespace)
- seeded - Repos that are beeing seeded by the user
- delegate - Repos that the current user is a delegate of.
Fix test-http-api for repo listing