[PR #3328] [MERGED] General refactor of the cmd package #16886

Closed
opened 2025-11-02 12:21:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3328
Author: @thehowl
Created: 1/8/2018
Status: Merged
Merged: 1/12/2018
Merged by: @bkcsoft

Base: masterHead: refactor-cmd


📝 Commits (5)

  • 81c27eb General refactor of the cmd package
  • bbb3929 Address breakage in runCreateUser
  • 5cd459b Place "common" functions into cmd.go
  • 24ccbc1 Merge branch 'master' into refactor-cmd
  • 5ab4396 Merge branch 'master' into refactor-cmd

📊 Changes

6 files changed (+92 additions, -79 deletions)

View changed files

📝 cmd/admin.go (+27 -51)
📝 cmd/cert.go (+13 -13)
cmd/cmd.go (+38 -0)
📝 cmd/dump.go (+8 -8)
📝 cmd/hook.go (+2 -2)
📝 cmd/web.go (+4 -5)

📄 Description

Mostly some refactoring and removing of spaghetti code - nothing major.


🔄 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/gitea/pull/3328 **Author:** [@thehowl](https://github.com/thehowl) **Created:** 1/8/2018 **Status:** ✅ Merged **Merged:** 1/12/2018 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `refactor-cmd` --- ### 📝 Commits (5) - [`81c27eb`](https://github.com/go-gitea/gitea/commit/81c27ebc31516b466c01ff2a750ab3a2216e8861) General refactor of the cmd package - [`bbb3929`](https://github.com/go-gitea/gitea/commit/bbb3929c3e40e86ec05a1ca08e63fb858b26a9c9) Address breakage in runCreateUser - [`5cd459b`](https://github.com/go-gitea/gitea/commit/5cd459b840c991cbd295517dd57194b844c493e9) Place "common" functions into cmd.go - [`24ccbc1`](https://github.com/go-gitea/gitea/commit/24ccbc19c48fffd4324653a61a556e6846277dd8) Merge branch 'master' into refactor-cmd - [`5ab4396`](https://github.com/go-gitea/gitea/commit/5ab43967383c2d9a6ce7dc3022b89b4a9ea1da4b) Merge branch 'master' into refactor-cmd ### 📊 Changes **6 files changed** (+92 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `cmd/admin.go` (+27 -51) 📝 `cmd/cert.go` (+13 -13) ➕ `cmd/cmd.go` (+38 -0) 📝 `cmd/dump.go` (+8 -8) 📝 `cmd/hook.go` (+2 -2) 📝 `cmd/web.go` (+4 -5) </details> ### 📄 Description Mostly some refactoring and removing of spaghetti code - nothing major. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:21:22 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16886