summaryrefslogtreecommitdiffstats
path: root/integrations/eventsource_test.go
Commit message (Expand)AuthorAgeFilesLines
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-82/+0
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+3
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-3/+3
* 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