| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -1/+1 |
* | Make better use of i18n (#20096) | Gusted | 2022-06-26 | 1 | -4/+4 |
* | Remove legacy unmaintained packages, refactor to support change default local... | wxiaoguang | 2022-04-03 | 1 | -4/+4 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -3/+3 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -2/+2 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -0/+1 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -2/+2 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -1/+2 |
* | add configuration option to restrict users by default (#16256) | Richard Nienaber | 2021-07-15 | 1 | -0/+23 |
* | Add email validity check (#13475) | Chris Shyi | 2020-11-14 | 1 | -0/+38 |
* | Fix "data race" in testlogger (#9159) | zeripath | 2019-11-26 | 1 | -1/+1 |
* | Fix password complexity check on registration (#8887) | guillep2k | 2019-11-09 | 1 | -2/+2 |
* | Less verbose integration tests (#2123) | Ethan Koenig | 2017-07-07 | 1 | -6/+2 |
* | Improve integration test helper functions (#2049) | Ethan Koenig | 2017-06-25 | 1 | -1/+0 |
* | Consolidate boilerplate in integration tests (#1979) | Ethan Koenig | 2017-06-17 | 1 | -10/+6 |
* | Display URLs in integration test logs (#1924) | Ethan Koenig | 2017-06-09 | 1 | -4/+2 |
* | improve integration test to resue models/fixtures and store git repos with te... | Lunny Xiao | 2017-04-28 | 1 | -2/+2 |
* | Integration test framework (#1290) | Ethan Koenig | 2017-04-25 | 1 | -22/+28 |
* | Run "make fmt" with go-1.6 (#1333) | Sandro Santilli | 2017-03-21 | 1 | -3/+3 |
* | Add integration test for signup (#1135) | Mura Li | 2017-03-11 | 1 | -0/+35 |