Commit Graph

5 Commits (1f7802db97c8bdda5589901897eecf5adb941f44)

Author SHA1 Message Date
wxiaoguang 81926d61db
Decouple unit test, remove intermediate `unittestbridge` package ()
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
wxiaoguang df64fa4865
Decouple unit test code from business code ()
Lunny Xiao 33fca2b537
Move webhook into models/webhook/ ()
Lunny Xiao a4bfef265d
Move db related basic functions to models/db ()
* 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>
Ethan Koenig 7ea4bfc561 API endpoint for testing webhook ()
* API endpoint for testing webhook

* Empty commit to rerun CI