wxiaoguang
|
81926d61db
|
Decouple unit test, remove intermediate unittestbridge package (#17662)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
|
2021-11-16 16:53:21 +08:00 |
|
Lunny Xiao
|
a4bfef265d
|
Move db related basic functions to models/db (#17075)
* Move db related basic functions to models/db
* Fix lint
* Fix lint
* Fix test
* Fix lint
* Fix lint
* revert unnecessary change
* Fix test
* Fix wrong replace string
* Use *Context
* Correct committer spelling and fix wrong replaced words
Co-authored-by: zeripath <art27@cantab.net>
|
2021-09-19 19:49:59 +08:00 |
|
6543
|
290cf75f93
|
[refactor] Unify the export of user data via API (#15144)
* [refactor] unify how user data is exported via API
* test time via unix timestamp
|
2021-03-27 17:45:26 +01:00 |
|
zeripath
|
055f6d2296
|
Fix "data race" in testlogger (#9159)
* Fix data race in testlogger
* Update git_helper_for_declarative_test.go
|
2019-11-26 01:21:37 +02:00 |
|
Lunny Xiao
|
daab245167
|
Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert (#8892)
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert
* fix fmt
|
2019-11-10 12:41:51 +08:00 |
|
Lunny Xiao
|
bd7709a602
|
Hide some user information via API if user have no enough permission (#8655)
* Hide some user information via API if user have no enough permission
* fix test
|
2019-10-24 10:52:17 +08:00 |
|
Lunny Xiao
|
be0f7ff9bf
|
Fix team user api (#8172)
* fix team user api
* fix tests
* fix api
* fix team user api
* change user convert
* fix tests
* fix tests
|
2019-09-15 20:22:02 +08:00 |
|