aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/api_comment_test.go
Commit message (Expand)AuthorAgeFilesLines
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-204/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-25/+25
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-25/+25
* format with gofumpt (#18184)65432022-01-201-3/+3
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-011-0/+22
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-6/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-2/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-35/+35
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-34/+35
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-1/+2
* [API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685)65432020-01-131-2/+25
* [API] add comments endpoint for single comment (#9494)65432020-01-081-0/+27
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-5/+5
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-6/+9
* Fix comment API paths (#2813)Ethan Koenig2017-11-201-4/+4
* More integration tests for comment API (#2156)Ethan Koenig2017-07-141-1/+90
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-2/+1
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-3/+1
* Don't show non-comments in comments API (#2001)Ethan Koenig2017-06-181-0/+39