summaryrefslogtreecommitdiffstats
path: root/integrations/signup_test.go
Commit message (Expand)AuthorAgeFilesLines
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-93/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-1/+1
* Make better use of i18n (#20096)Gusted2022-06-261-4/+4
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-4/+4
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* add configuration option to restrict users by default (#16256)Richard Nienaber2021-07-151-0/+23
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+38
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-1/+1
* Fix password complexity check on registration (#8887)guillep2k2019-11-091-2/+2
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-6/+2
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-1/+0
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-10/+6
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-4/+2
* improve integration test to resue models/fixtures and store git repos with te...Lunny Xiao2017-04-281-2/+2
* Integration test framework (#1290)Ethan Koenig2017-04-251-22/+28
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-3/+3
* Add integration test for signup (#1135)Mura Li2017-03-111-0/+35