gitea/tests
wxiaoguang 4e2f1ee58d
Refactor web package and context package (#25298)
1. The "web" package shouldn't depends on "modules/context" package,
instead, let each "web context" register themselves to the "web"
package.
2. The old Init/Free doesn't make sense, so simplify it
* The ctx in "Init(ctx)" is never used, and shouldn't be used that way
* The "Free" is never called and shouldn't be called because the SSPI
instance is shared

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-06-18 09:59:09 +02:00
..
e2e Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
fuzz Move fuzz tests into tests/fuzz (#22376) 2023-01-09 15:30:14 +08:00
gitea-lfs-meta Test views of LFS files (#22196) 2022-12-23 07:41:56 +08:00
gitea-repositories-meta Remove git sample files and ignore them (#24271) 2023-04-22 20:29:29 +08:00
integration Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
mssql.ini.tmpl Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
mysql.ini.tmpl Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
mysql8.ini.tmpl Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
pgsql.ini.tmpl Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
sqlite.ini.tmpl Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
test_utils.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00