aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/api_pull_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add option to API to update PullRequest base branch (#11666)65432020-06-071-3/+18
| | | | | * EditPull: add option to change base Close #11552
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-4/+4
| | | | | | * Fix data race in testlogger * Update git_helper_for_declarative_test.go
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-1/+2
| | | | | | | | * move change issue title from models to issue service package * make the change less * fix typo
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* Fix 404 when send pull request some situation (#6871)Lunny Xiao2019-05-071-0/+36
|
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-2/+4
|
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-0/+26
| | | | | | | | | | | | | | | | | * prevent pull request to be merged when PR is a WIP * add tests * add helper to prepend WIP: in PR title * move default wip prefixes into settings * use configurable WIP prefixes in javascript and default to first one in templates * add documentation * add unit test on pull model Signed-off-by: Julien Tant <julien@craftyx.fr>
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-2/+1
| | | * Helper functions for intergration test boilerplate
* Fix SQL bug in models.PullRequestsEthan Koenig2017-07-011-0/+31