summaryrefslogtreecommitdiffstats
path: root/integrations/eventsource_test.go
Commit message (Expand)AuthorAgeFilesLines
* format with gofumpt (#18184)65432022-01-201-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-1/+1
* 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-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* Extend Notifications API and return pinned notifications by default (#12164)zeripath2020-07-121-2/+2
* Add EventSource support (#11235)zeripath2020-05-071-0/+78