Allow ssh info command to list repositories available #3
Labels
No Label
kind/breaking
kind/bug
kind/build
kind/dependency
kind/deployment
kind/docs
kind
enhancement
kind
feature
kind/proposal
kind
question
kind
refactor
kind/security
kind/testing
kind/translation
priority/critical
priority/high
priority/low
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
skip-changelog
status/blocked
status/has-backport
status/has-pull
status/needs-backport
status/needs-feedback
status/needs-reviews
status/wip
upstream/gitea
upstream/sdk
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/tea#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @xdch47
Certain other repository management tools, such as Gitolite, allow a user to see what repositories they have access to by passing info to the SSH command.
For example, ssh git@git.gitea.io info
The result is a list of repositories.
This is really useful not only for command-line users but also for quickly verifying what access someone has.
Could Gitea support this?
(Moved from https://github.com/go-gitea/gitea/issues/5124)
Author: @lunny
I think we can implement both
tea repos
andssh git@gitea.gitea.io info
.Author: @root360-AndreasUlm
Hi,
I'd like to work on the feature to manage repositories as we want to use 'tea' in our company to managed repositories.
My initial focus would be listing of repositories.
The following features for listing are currently on my roadmap:
Regards,
Andreas
Author: @root360-AndreasUlm
I created an initial pull request with the ability to list all repositories the provided login has access to.
Currently it is printing repo-fullname, repo-mode, repo-SSH-URL and repo-owner-username.
Author: @root360-AndreasUlm
I implemented the filter flags into the list subcommand.
The main command 'tea repo' does not allow filtering but list all repos visible to the running user.
created PR #44
6543 referenced this issue2019-11-03 04:29:58 +00:00
6543 referenced this issue2019-11-03 04:30:11 +00:00