forgejo/contrib
wxiaoguang d0dbe52e76
Refactor to use urfave/cli/v2 (#25959)
Replace #10912

And there are many new tests to cover the CLI behavior

There were some concerns about the "option order in hook scripts"
(https://github.com/go-gitea/gitea/pull/10912#issuecomment-1137543314),
it's not a problem now. Because the hook script uses `/gitea hook
--config=/app.ini pre-receive` format. The "config" is a global option,
it can appear anywhere.

----

## ⚠️ BREAKING ⚠️

This PR does it best to avoid breaking anything. The major changes are:

* `gitea` itself won't accept web's options: `--install-port` / `--pid`
/ `--port` / `--quiet` / `--verbose` .... They are `web` sub-command's
options.
    * Use `./gitea web --pid ....` instead
* `./gitea` can still run the `web` sub-command as shorthand, with
default options
* The sub-command's options must follow the sub-command
* Before: `./gitea --sub-opt subcmd` might equal to `./gitea subcmd
--sub-opt` (well, might not ...)
    * After: only `./gitea subcmd --sub-opt` could be used
    * The global options like `--config` are not affected
2023-07-21 17:28:19 +08:00
..
autocompletion Add Bash and Zsh completion scripts (#22646) 2023-02-21 12:32:24 -05:00
backport Refactor to use urfave/cli/v2 (#25959) 2023-07-21 17:28:19 +08:00
environment-to-ini Refactor to use urfave/cli/v2 (#25959) 2023-07-21 17:28:19 +08:00
fhs-compliant-script Fix issue with docker-rootless shimming script (#18690) 2022-02-10 01:15:06 -05:00
fixtures Enable forbidigo linter (#24278) 2023-04-24 05:50:58 -04:00
gitea-monitoring-mixin Fixed lint warnings in Grafana raised by Mixtool (#22486) 2023-01-17 10:23:25 -06:00
ide Update to work with latest VS Code go debugger (#18397) 2022-01-25 05:00:55 +00:00
init Add init file for Ubuntu (#23362) 2023-03-09 16:54:37 -06:00
launchd Synced gitignores with github repo (#1245) 2017-03-15 13:30:00 +01:00
legal [Contrib] Change License Link to Full CC0 Legalcode (PP and TOS) (#10057) 2020-06-02 21:22:17 -04:00
options/label Adding advanced label set. (#11298) 2020-05-07 07:47:34 +01:00
supervisor Synced gitignores with github repo (#1245) 2017-03-15 13:30:00 +01:00
systemd Implement systemd-notify protocol (#21151) 2023-05-15 22:20:30 +00:00
README Synced gitignores with github repo (#1245) 2017-03-15 13:30:00 +01:00
update_dependencies.sh bump go deps (#19021) 2022-03-08 19:15:30 +08:00
upgrade.sh Updated upgrade script that is informing user that Gitea service has to be running in order to upgrade it (#24260) 2023-04-25 13:19:58 -04:00

All files in subdirectories are templates, do modifications based on your environment first.