aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/api_pull_test.go
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x710 days1-3/+3
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-111-6/+83
* Fix bug in getting merged pull request by commit (#32079)Zettat1232024-09-241-0/+16
* Add permission check when creating PR (#31033)yp053272024-07-291-0/+60
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-031-8/+18
* Fix PR creation via api between branches of same repo with head field namespa...norohind2024-03-171-0/+17
* Add API to get PR by base/head (#29242)qwerty2872024-02-261-0/+21
* Convert to url auth to header auth in tests (#28484)KN4CK3R2023-12-211-16/+18
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-6/+6
* Use more specific test methods (#24265)KN4CK3R2023-04-221-3/+3
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-1/+1
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-6/+7
* Remove deprecated packages & staticcheck fixes (#22012)Chongyi Zheng2022-12-021-2/+2
* Remove session in api tests (#21984)Lunny Xiao2022-12-011-11/+11
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+3
* Add API endpoint to get changed files of a PR (#21177)qwerty2872022-09-291-4/+44
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-0/+185