summaryrefslogtreecommitdiffstats
path: root/integrations/api_issue_test.go
Commit message (Expand)AuthorAgeFilesLines
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-328/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-10/+10
* Increase default item listing size `ISSUE_PAGING_NUM` to 20 (#20547)Norwin2022-08-061-22/+24
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-8/+9
* Fix issue overview for teams (#19652)Gusted2022-05-161-4/+4
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-31/+30
* format with gofumpt (#18184)65432022-01-201-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-14/+14
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-13/+14
* Add filter by owner and team to issue/pulls search endpoint (#16662)Jimmy Praet2021-08-131-2/+23
* [API] Issue Search Add filter for MilestoneNames (#16173)65432021-06-171-0/+14
* [API] ListIssues add more filters (#16174)65432021-06-161-6/+26
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-2/+2
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-2/+2
* [API] Add more filters to issues search (#13514)65432020-11-231-5/+24
* Add review request api (#11355)a10121127962020-10-201-5/+5
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-0/+11
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+64
* Fix wrong num closed issues on repository when close issue via commit (#10364)Lunny Xiao2020-02-201-7/+15
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-3/+3
* [BugFix] [API] ​/repos​/issues​/search (#9698)65432020-01-121-0/+45
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)65432020-01-011-0/+58
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-2/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-1/+1
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-4/+5
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-4/+2
* Integration tests for issues API (#2059)Ethan Koenig2017-06-251-0/+65