You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/cmd
Earl Warren 331d58c085
[CLI] implement forgejo-cli
(cherry picked from commit 2555e315f7561302484b15576d34c5da0d4cdb12)
(cherry picked from commit 51b9c9092e21a451695ee0154e7d49753574f525)

[CLI] implement forgejo-cli (squash) support initDB

(cherry picked from commit 5c31ae602a45f1d9a90b86bece5393bc9faddf25)
(cherry picked from commit bbf76489a73bad83d68ca7c8e7a75cf8e27b2198)

Conflicts:
	because of d0dbe52e76
	upgrade to https://pkg.go.dev/github.com/urfave/cli/v2
(cherry picked from commit b6c1bcc008fcff0e297d570a0069bf41bc74e53d)

[CLI] implement forgejo-cli actions

(cherry picked from commit 08be2b226e46d9f41e08f66e936b317bcfb4a257)
(cherry picked from commit b6cfa88c6e2ae00e30c832ce4cf93c9e3f2cd6e4)
(cherry picked from commit 59704200de59b65a4f37c39569a3b43e1ee38862)

[CLI] implement forgejo-cli actions generate-secret

(cherry picked from commit 6f7905c8ecf17d5f74ac9a71a453d6768c212b6d)
(cherry picked from commit e085d6d2737e6238a4ff00f19f40cf839ac16b34)

[CLI] implement forgejo-cli actions generate-secret (squash) NoInit

(cherry picked from commit 962c944eb20268a394030495c3caab3e3d4bd8b7)

[CLI] implement forgejo-cli actions register

(cherry picked from commit 2f95143000e4ccc94ef14332777b58fe778edbd6)
(cherry picked from commit 42f2f8731e876564b6627a43a248f262f50c04cd)

[CLI] implement forgejo-cli actions register (squash) no private

Do not go through the private API, directly modify the database

(cherry picked from commit 1ba7c0d39d0ecd190b7d9c517bd26af6c84341aa)

[CLI] implement forgejo-cli actions

(cherry picked from commit 6f7905c8ecf17d5f74ac9a71a453d6768c212b6d)
(cherry picked from commit e085d6d2737e6238a4ff00f19f40cf839ac16b34)

[CLI] implement forgejo-cli actions generate-secret (squash) NoInit

(cherry picked from commit 962c944eb20268a394030495c3caab3e3d4bd8b7)
(cherry picked from commit 4c121ef022597e66d902c17e0f46839c26924b18)

Conflicts:
	cmd/forgejo/actions.go
	tests/integration/cmd_forgejo_actions_test.go
(cherry picked from commit 36997a48e38286579850abe4b55e75a235b56537)

[CLI] implement forgejo-cli actions (squash) restore --version

Refs: https://codeberg.org/forgejo/forgejo/issues/1134
(cherry picked from commit 9739eb52d8f94d32f61068d7209958e8d2582818)

[CI] implement forgejo-cli (squash) the actions subcommand needs config

(cherry picked from commit def638475122a26082ab3835842c84cd03839154)

Conflicts:
	cmd/main.go
	https://codeberg.org/forgejo/forgejo/pulls/1209
(cherry picked from commit a1758a391043123903607338cb11490161ac946d)
(cherry picked from commit 935fa650c77b151752a58f621d846b166b97cd79)
(cherry picked from commit cd21026bc94922043dce8e2a5baba68111d1e569)
(cherry picked from commit 1700b8973a58f0fc3469492d8a39b931019d2461)
(cherry picked from commit 1def42a37945cfe88947803f9afe9468fb8798fe)
(cherry picked from commit 839d97521d59a012b06e6c2b9b0655c56b41b6cd)
(cherry picked from commit fd8c13be6b45f9aa939be482c0a4e5a60c89344c)
(cherry picked from commit 588e5d552f044d91218a07fa46e84259d4892c5d)
(cherry picked from commit 151a726620f662ff9af37316dfda38a6bd6744bb)

[v1.22] [CLI] implement forgejo-cli

https://codeberg.org/forgejo/forgejo/pulls/1541
(cherry picked from commit 46708de7b9a3efac74aced8361327a39f45b6892)
(cherry picked from commit a8e5c1369ee3ee197579a30aeba519b4384360aa)
(cherry picked from commit c8a32aaf24fd851927432f140fcc59a274824d33)

Conflicts:
	models/actions/main_test.go
	https://codeberg.org/forgejo/forgejo/pulls/1656
(cherry picked from commit 79f4553063c4f4ee70c98f95d9e62facd9d33c67)
(cherry picked from commit 0379da0cf5b14e7915f2f38502bd00036723071d)
6 months ago
..
forgejo [CLI] implement forgejo-cli 6 months ago
actions.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
admin.go move the `gitea admin` subcommands into separate files (#27307) 8 months ago
admin_auth.go Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source (#27798) 6 months ago
admin_auth_ldap.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
admin_auth_ldap_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
admin_auth_oauth.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
admin_auth_stmp.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
admin_regenerate.go move the `gitea admin` subcommands into separate files (#27307) 8 months ago
admin_user.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
admin_user_change_password.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
admin_user_create.go More refactoring of `db.DefaultContext` (#27083) 8 months ago
admin_user_delete.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
admin_user_generate_access_token.go More refactoring of `db.DefaultContext` (#27083) 8 months ago
admin_user_list.go Reduce usage of `db.DefaultContext` (#27073) 8 months ago
admin_user_must_change_password.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
cert.go Expanded minimum RSA Keylength to 3072 (#26604) 9 months ago
cmd.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
docs.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
doctor.go Improve "gitea doctor" sub-command and fix "help" commands (#26072) 10 months ago
doctor_convert.go Improve "gitea doctor" sub-command and fix "help" commands (#26072) 10 months ago
dump.go clarify aspects of the dump command (#26887) 8 months ago
dump_repo.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
embedded.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
generate.go Handle base64 decoding correctly to avoid panic (#26483) 9 months ago
hook.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
hook_test.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 1 year ago
keys.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
mailer.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
main.go [CLI] implement forgejo-cli 6 months ago
main_test.go make writing main test easier (#27270) 8 months ago
manager.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
manager_logging.go Add missing default value for some Bool cli flags (#26082) 10 months ago
migrate.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
migrate_storage.go fix: typo (#27009) 8 months ago
migrate_storage_test.go Another round of `db.DefaultContext` refactor (#27103) 8 months ago
restore_repo.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
serv.go Refactor to use urfave/cli/v2 (#25959) 10 months ago
web.go Refactor tests (#26464) 9 months ago
web_acme.go Implement FSFE REUSE for golang files (#21840) 1 year ago
web_graceful.go Implement FSFE REUSE for golang files (#21840) 1 year ago
web_https.go Implement FSFE REUSE for golang files (#21840) 1 year ago