summaryrefslogtreecommitdiffstats
path: root/cmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor env var related code (#33075)wxiaoguang13 days1-31/+10
* unset XDG_HOME_CONFIG as gitea manages configuration locations (#33067)JonRB13 days1-0/+1
* Fix settings not being loaded at CLI (#26402)cassio zareck13 days2-0/+15
* dump: add option to skip repository archives dataChristoph Heiss2024-12-291-0/+9
* dump: reword cli flag descriptions and log messagesChristoph Heiss2024-12-291-17/+18
* Fix for #6194tuxmaster2024-12-071-1/+1
* fix(tests): Fix TestMigrateActionsArtifacts()Gergely Nagy2024-11-051-1/+1
* chore: fix some function names in comment (#32300)wangjingcun2024-10-271-1/+1
* [FEAT] Don't allow modification to internal referenceGusted2024-10-022-2/+10
* Fix panic when cloning with wrong ssh format. (#32076)Lunny Xiao2024-09-291-4/+7
* Replace `create-user` in help with `user create`Sai Nane2024-08-301-1/+1
* [CHORE] Move to new sessioner libraryGusted2024-08-251-1/+1
* Fix linting issuesGusted2024-08-182-3/+3
* Add testifylint to lint checks (#4535)TheFox0x72024-07-307-51/+54
* feat(cli): add `--keep-labels` flag to `forgejo actions register` (#4610)Emmanuel BENOÎT2024-07-222-2/+109
* fix(hook): ignore unknown push options instead of failingTwenty Panda2024-07-022-38/+5
* test(dump): don't depend on directory listing orderemilylange2024-06-171-12/+12
* fix(f3): do not run the F3 CLI if F3 is disabledEarl Warren2024-06-161-0/+7
* feat(F3): CLI: f3 mirror to convert to/from ForgejoEarl Warren2024-06-144-3/+85
* tests(cmd): add coverage for migrateActionsArtifactsEarl Warren2024-06-092-9/+68
* fix: allow actions artifacts storage migration to complete succesfully (#31251)Rowan Bohde2024-06-091-2/+16
* fix(cli): add missing quote in storage helpEarl Warren2024-05-251-1/+1
* fix: hook post-receive for sha256 reposoliverpool2024-05-151-8/+6
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-121-0/+3
* Fix missing migrate actions artifacts (#30874)Lunny Xiao2024-05-121-8/+16
* Enable more `revive` linter rules (#30608)silverwind2024-04-281-1/+1
* chore: use errors.New to replace fmt.Errorf with no parameters will much bett...Cheng2024-04-287-11/+15
* fix(cli): admin user create first user never require a password changeEarl Warren2024-04-241-1/+1
* Improve "must-change-password" logic and document (#30472)wxiaoguang2024-04-212-22/+29
* Clean up log messages (#30313)wxiaoguang2024-04-151-1/+1
* Merge pull request '[CHORE] Remove `println`' (#3185) from gusted/forgejo-pri...Gusted2024-04-121-5/+5
|\
| * [CHORE] Remove `println`Gusted2024-04-121-5/+5
* | Fix spelling mistakes caught by golangci-lintAntonin Delpeuch2024-04-111-1/+1
|/
* Merge pull request '[CHORE] Remove Microsoft SQL Server support' (#3040) from...Earl Warren2024-04-092-12/+5
|\
| * [CHORE] Remove Microsoft SQL Server SupportGusted2024-04-052-12/+5
* | Add unit tests for update git hookGusted2024-04-062-22/+58
|/
* Merge pull request '[FEAT] Allow non-explicit push options' (#2984) from gust...Earl Warren2024-04-032-6/+23
|\
| * [FEAT] Allow non-explicit push optionsGusted2024-04-032-6/+23
* | Simplify delay writer CloseGusted2024-04-031-4/+3
|/
* [BUG] Make delay writer actually workGusted2024-04-032-7/+81
* [BUG] Allow to exclude files in dumpGusted2024-03-292-7/+128
* Merge pull request '[REFACTOR] PKT protocol' (#2868) from gusted/forgejo-refa...Earl Warren2024-03-293-55/+96
|\
| * [REFACTOR] PKT protocolGusted2024-03-293-55/+96
* | [BUG] Do not allow deletion of internal referencesGusted2024-03-271-2/+25
|/
* Fix must-change-password help dialogfamfo2024-03-171-7/+3
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-261-4/+4
* Refactor cmd setup and remove deadcode (#29313)wxiaoguang2024-02-262-13/+2
* Revert "[BUG] Initalize Git for hook regeneration"Earl Warren2024-02-261-7/+0
* [REFACTOR] cli: prepareWorkPathAndCustomConf is not just for actionsEarl Warren2024-02-252-24/+26
* [BUG] Initalize Git for hook regenerationGusted2024-02-201-0/+7