forgejo/routers/private
nachtjasmin 8ee4a7d658 chore: ensure consistent import aliasing for services and models (#10253)
To make sure that the code stays maintainable, I added the `importas` linter to ensure that the imports for models and services stay consistent.

I realised that this might be needed after finding some discrepancies between singular/plural naming, and, especially in the case of the `forgejo.org/services/context` package, multiple different aliases like `gitea_ctx`, `app_context` and `forgejo_context`. I decided for `app_context`, as that seems to be the most commonly used naming.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10253
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: nachtjasmin <nachtjasmin@posteo.de>
Co-committed-by: nachtjasmin <nachtjasmin@posteo.de>
2025-11-30 17:00:57 +01:00
..
tests/repos Fix verifyCommits error when push a new branch (#26664) 2023-08-30 02:27:53 +00:00
actions.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
default_branch.go chore: remove branding from context imports (#9628) 2025-10-11 01:52:51 +02:00
hook_post_receive.go feat: show link to pull requests targeting a non-default branch when pushing (#10079) 2025-11-19 14:59:13 +01:00
hook_post_receive_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
hook_pre_receive.go chore: remove branding from context imports (#9628) 2025-10-11 01:52:51 +02:00
hook_proc_receive.go chore: remove branding from context imports (#9628) 2025-10-11 01:52:51 +02:00
hook_verification.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
hook_verification_test.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
internal.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
internal_repo.go chore: remove branding from context imports (#9628) 2025-10-11 01:52:51 +02:00
key.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
mail.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
main_test.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
manager.go feat: add a EXCLUSION to the logger (#8212) 2025-07-04 00:08:23 +02:00
manager_process.go chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994) 2025-05-29 17:34:29 +02:00
manager_unix.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
restore_repo.go chore: ensure consistent import aliasing for services and models (#10253) 2025-11-30 17:00:57 +01:00
serv.go feat(log): better parseable and configurable ssh-logs (#9056) 2025-09-11 18:59:24 +02:00
ssh_log.go feat(log): better parseable and configurable ssh-logs (#9056) 2025-09-11 18:59:24 +02:00