[PR #13] initial imlementation of list repos (#3) #19

Open
opened 2026-02-16 12:57:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/tea/pull/13
Author: @root360-AndreasUlm
Created: 4/15/2019
Status: 🔄 Open

Base: masterHead: list_repos


📝 Commits (10+)

  • 5bd2eee initial imlementation of list repos (#3)
  • 2599cff improved code style
  • b96a190 removed header & changed delimiter to pipe
  • aee0e7d Merge branch 'master' into list_repos
  • bf9620d chore: go support combine all coverage file (#24)
  • 9128037 Add missing make-compress to fix release (#23)
  • 9021a0e ran 'make fmt'
  • 1aa915e initial imlementation of list repos (#3)
  • 3797d6b improved code style
  • 0fb281b removed header & changed delimiter to pipe

📊 Changes

5 files changed (+162 additions, -26 deletions)

View changed files

📝 .drone.yml (+1 -12)
📝 Makefile (+7 -14)
📝 README.md (+7 -0)
cmd/repos.go (+146 -0)
📝 main.go (+1 -0)

📄 Description

  • implemented runRepos()
  • reimplemented issues.initCommand() as repos.initCommandLoginOnly() as repos command does not always need a valid repository argument.

Output:

$ go build && ./tea repos --login try
Name    Type/Mode       SSH-URL Owner
test-orga/test source  git@try.gitea.io:test-orga/test.git    test-user

Signed-off-by: Andreas Ulm andreas.ulm@root360.de


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/tea/pull/13 **Author:** [@root360-AndreasUlm](https://github.com/root360-AndreasUlm) **Created:** 4/15/2019 **Status:** 🔄 Open **Base:** `master` ← **Head:** `list_repos` --- ### 📝 Commits (10+) - [`5bd2eee`](https://github.com/go-gitea/tea/commit/5bd2eee592e83c67c68adac13e3ef82d573b1d63) initial imlementation of list repos (#3) - [`2599cff`](https://github.com/go-gitea/tea/commit/2599cff8a63263bbf7d7c25595ac19d4cf5e9659) improved code style - [`b96a190`](https://github.com/go-gitea/tea/commit/b96a190c7485318ba709e62ac20b7c703f7374f5) removed header & changed delimiter to pipe - [`aee0e7d`](https://github.com/go-gitea/tea/commit/aee0e7d0f0b9582852850cdbc1d918b867dec373) Merge branch 'master' into list_repos - [`bf9620d`](https://github.com/go-gitea/tea/commit/bf9620d18e1391ce96b10544d5a8efec9f56100c) chore: go support combine all coverage file (#24) - [`9128037`](https://github.com/go-gitea/tea/commit/912803706a33d25c35e1ea6c82c2f5ed35f320db) Add missing make-compress to fix release (#23) - [`9021a0e`](https://github.com/go-gitea/tea/commit/9021a0e643e6bd39c737cb2b8416fab463606565) ran 'make fmt' - [`1aa915e`](https://github.com/go-gitea/tea/commit/1aa915ed88ee8b7de698b24a717a2d4c79156bce) initial imlementation of list repos (#3) - [`3797d6b`](https://github.com/go-gitea/tea/commit/3797d6b1d138c85cfeaf5aaf7818c26e5762de08) improved code style - [`0fb281b`](https://github.com/go-gitea/tea/commit/0fb281bbe429cc6ed314f3203dd868e8679852a5) removed header & changed delimiter to pipe ### 📊 Changes **5 files changed** (+162 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+1 -12) 📝 `Makefile` (+7 -14) 📝 `README.md` (+7 -0) ➕ `cmd/repos.go` (+146 -0) 📝 `main.go` (+1 -0) </details> ### 📄 Description * implemented runRepos() * reimplemented issues.initCommand() as repos.initCommandLoginOnly() as repos command does not always need a valid repository argument. Output: ``` $ go build && ./tea repos --login try Name Type/Mode SSH-URL Owner test-orga/test source git@try.gitea.io:test-orga/test.git test-user ``` Signed-off-by: Andreas Ulm <andreas.ulm@root360.de> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:57:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/tea#19