Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -3/+2 |
| | | | Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> | ||||
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 1 | -1/+2 |
| | |||||
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -2/+2 |
| | |||||
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | API endpoint for testing webhook (#3550) | Ethan Koenig | 2018-04-29 | 1 | -0/+33 |
* API endpoint for testing webhook * Empty commit to rerun CI |