1
0
Fork 0
forked from forgejo/forgejo
forgejo-domi/tests
Lunny Xiao c59a057297
Refactor rename user and rename organization ()
This PR is a refactor at the beginning. And now it did 4 things.
- [x] Move renaming organizaiton and user logics into services layer and
merged as one function
- [x] Support rename a user capitalization only. For example, rename the
user from `Lunny` to `lunny`. We just need to change one table `user`
and others should not be touched.
- [x] Before this PR, some renaming were missed like `agit`
- [x] Fix bug the API reutrned from `http.StatusNoContent` to `http.StatusOK`
2023-05-21 23:13:47 +08:00
..
e2e replace drone exec to act_runner exec in test README.md () 2023-05-18 19:48:47 +00:00
fuzz Move fuzz tests into tests/fuzz () 2023-01-09 15:30:14 +08:00
gitea-lfs-meta Test views of LFS files () 2022-12-23 07:41:56 +08:00
gitea-repositories-meta Remove git sample files and ignore them () 2023-04-22 20:29:29 +08:00
integration Refactor rename user and rename organization () 2023-05-21 23:13:47 +08:00
mssql.ini.tmpl Implement actions artifacts () 2023-05-19 21:37:57 +08:00
mysql.ini.tmpl Implement actions artifacts () 2023-05-19 21:37:57 +08:00
mysql8.ini.tmpl Implement actions artifacts () 2023-05-19 21:37:57 +08:00
pgsql.ini.tmpl Implement actions artifacts () 2023-05-19 21:37:57 +08:00
sqlite.ini.tmpl Implement actions artifacts () 2023-05-19 21:37:57 +08:00
test_utils.go Rewrite queue () 2023-05-08 19:49:59 +08:00