Commit Graph

9 Commits (dd8ec121880fda03691cf9f4b17be88e1d4be030)

Author SHA1 Message Date
6543 5814079bf5
Add option to API to update PullRequest base branch ()
* EditPull: add option to change base

Close 
zeripath 055f6d2296 Fix "data race" in testlogger ()
* Fix data race in testlogger

* Update git_helper_for_declarative_test.go
Lunny Xiao 46a12f196b
Move change issue title from models to issue service package ()
* move change issue title from models to issue service package

* make the change less

* fix typo
Lunny Xiao 34eee25bd4
Move sdk structs to modules/structs ()
* move sdk structs to moduels/structs

* fix tests

* fix fmt

* fix swagger

* fix vendor
Lunny Xiao 9f18b23129 Fix 404 when send pull request some situation ()
B-OnTheGo e47df0b301 Enforce token on api routes [fixed critical security issue ] ()
Julien Tant 7781e8cef2 Disable merging a WIP Pull request ()
* 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>
Ethan Koenig f1adaef458 Less verbose integration tests ()
* Helper functions for intergration test boilerplate
Ethan Koenig eae9154811 Fix SQL bug in models.PullRequests