forgejo/cmd
Gwendolyn 08b2ec2300
Some checks are pending
/ release (push) Waiting to run
testing / backend-checks (push) Has been skipped
testing / frontend-checks (push) Has been skipped
testing / test-unit (push) Has been skipped
testing / test-e2e (push) Has been skipped
testing / test-mysql (push) Has been skipped
testing / test-pgsql (push) Has been skipped
testing / test-sqlite (push) Has been skipped
testing / test-remote-cacher (redis) (push) Has been skipped
testing / test-remote-cacher (valkey) (push) Has been skipped
testing / test-remote-cacher (garnet) (push) Has been skipped
testing / test-remote-cacher (redict) (push) Has been skipped
testing / security-check (push) Has been skipped
fix acme renewal (#7409)
## Checklist

The [contributor guide](https://forgejo.org/docs/next/contributor/) contains information that will be helpful to first time contributors. There also are a few [conditions for merging Pull Requests in Forgejo repositories](https://codeberg.org/forgejo/governance/src/branch/main/PullRequestsAgreement.md). You are also welcome to join the [Forgejo development chatroom](https://matrix.to/#/#forgejo-development:matrix.org).

### Tests

- I added test coverage for Go changes...
  - [ ] in their respective `*_test.go` for unit tests.
  - [ ] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I added test coverage for JavaScript changes...
  - [ ] in `web_src/js/*.test.js` if it can be unit tested.
  - [ ] in `tests/e2e/*.test.e2e.js` if it requires interactions with a live Forgejo server (see also the [developer guide for JavaScript testing](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/tests/e2e/README.md#end-to-end-tests)).

### Documentation

- [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs) to explain to Forgejo users how to use this change.
- [x] I did not document these changes and I do not expect someone else to do it.

### Release notes

- [ ] I do not want this change to show in the release notes.
- [x] I want the title to show in the release notes with a link to this pull request.
- [ ] I want the content of the `release-notes/<pull request number>.md` to be be used for the release notes instead of the title.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7409
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Gwendolyn <me@gwendolyn.dev>
Co-committed-by: Gwendolyn <me@gwendolyn.dev>
2025-04-06 15:26:47 +00:00
..
forgejo chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
actions.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_auth.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_auth_ldap.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_auth_ldap_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
admin_auth_oauth.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_auth_stmp.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_regenerate.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_user.go Refactor to use urfave/cli/v2 (#25959) 2023-07-21 17:28:19 +08:00
admin_user_change_password.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_user_create.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_user_delete.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_user_generate_access_token.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_user_list.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
admin_user_must_change_password.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
cert.go [BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc. 2024-02-05 16:02:14 +01:00
cmd.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
docs.go [BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc. 2024-02-05 16:02:14 +01:00
doctor.go feat: use XORM EngineGroup instead of single Engine connection (#7212) 2025-03-30 11:34:02 +00:00
doctor_convert.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
doctor_test.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
dump.go refactor(cli): improve dump's temporary file handling (#7350) 2025-03-31 16:33:47 +00:00
dump_repo.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
dump_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
embedded.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
generate.go chore(sec): unify usage of crypto/rand.Read (#7453) 2025-04-04 03:31:37 +00:00
hook.go chore: introduce gitNeeded bool in setup (#7348) 2025-03-31 16:35:20 +00:00
hook_test.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
keys.go chore: introduce gitNeeded bool in setup (#7348) 2025-03-31 16:35:20 +00:00
mailer.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
main.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
main_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
manager.go chore: introduce gitNeeded bool in setup (#7348) 2025-03-31 16:35:20 +00:00
manager_logging.go chore: introduce gitNeeded bool in setup (#7348) 2025-03-31 16:35:20 +00:00
migrate.go feat: use XORM EngineGroup instead of single Engine connection (#7212) 2025-03-30 11:34:02 +00:00
migrate_storage.go feat: use XORM EngineGroup instead of single Engine connection (#7212) 2025-03-30 11:34:02 +00:00
migrate_storage_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
restore_repo.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
serv.go chore: introduce gitNeeded bool in setup (#7348) 2025-03-31 16:35:20 +00:00
web.go feat: include a default robots.txt to reduce the impact of crawlers (#7387) 2025-03-30 11:28:19 +00:00
web_acme.go fix acme renewal (#7409) 2025-04-06 15:26:47 +00:00
web_graceful.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
web_https.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00