summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/make-github-import-retryable' into 'master' Sean McGivern2016-10-288-23/+112
|\
| * Fix typosfix/make-github-import-retryableAhmad Sherif2016-10-282-2/+2
| * Abstract the use of imported[!?] and {current,increment}_page in GitHub importerAhmad Sherif2016-10-281-50/+34
| * Use public_send instead of sendAhmad Sherif2016-10-281-1/+1
| * Modify GitHub importer to be retryableAhmad Sherif2016-10-287-25/+130
* | Merge branch '23890-api-should-accepts-boolean' into 'master' Sean McGivern2016-10-281-0/+1
|\ \ | |/ |/|
| * API: Fix booleans not recognized as such when using the `to_boolean` helper23890-api-should-accepts-booleanRémy Coutable2016-10-271-0/+1
* | Merge branch 'fix/gh-import-bugs' into 'master' Sean McGivern2016-10-282-13/+23
|\ \ | |/ |/|
| * Fix importing MR comments from GitHubfix/gh-import-bugsAhmad Sherif2016-10-271-6/+7
| * Fix applying labels for GitHub-imported MRsAhmad Sherif2016-10-272-7/+16
* | Merge branch '21645-mail_room_sentinel'Douwe Maan2016-10-272-1/+14
|\ \ | |/ |/|
| * Updated mail_room and added sentinel support to Reply by Email21645-mail_room_sentinelGabriel Mazetto2016-10-262-1/+14
* | Merge branch '5613-backups-fail' into 'master' Douwe Maan2016-10-271-16/+76
|\ \
| * | Backups do not fail anymore when using tar on annex and custom_hookstiagonbotelho2016-10-271-16/+76
* | | Merge branch 'eslint' into 'master' Fatih Acet2016-10-262-0/+16
|\ \ \
| * | | add Rake tasks eslint and lint:javascriptwinniehell2016-10-262-0/+16
| |/ /
* | | Fixes various errors when adding deploy keys caused by not exiting the contro...Joshua Welsh2016-10-261-2/+7
* | | Merge branch 'grapify-tags' into 'master' Rémy Coutable2016-10-261-49/+45
|\ \ \ | |/ / |/| |
| * | Grapify tags APIgrapify-tagsRobert Schilling2016-10-261-49/+45
* | | Merge branch 'fix-events-api' into 'master' Rémy Coutable2016-10-251-2/+2
|\ \ \
| * | | Get rid of extra .page callAirat Shigapov2016-10-241-2/+1
| * | | Fix events order in user contributions APIAirat Shigapov2016-10-241-1/+2
* | | | Don't schedule ProjectCacheWorker unless neededproject-cache-worker-schedulingYorick Peterse2016-10-251-1/+8
| |_|/ |/| |
* | | Merge branch '23372-fix-ce-to-ee-merge-check-task' into 'master' Robert Speicher2016-10-254-101/+277
|\ \ \
| * | | Disable Rails/Output cop since it makes no sense here23372-fix-ce-to-ee-merge-check-taskRémy Coutable2016-10-241-0/+1
| * | | Use File.write instead of File.open + File#writeRémy Coutable2016-10-241-1/+1
| * | | Don't print out implementation detail stepRémy Coutable2016-10-241-1/+1
| * | | Change the approach to check if patches apply cleanlyRémy Coutable2016-10-214-101/+276
* | | | Escape ref and path for relative links (!6050)winniehell2016-10-241-2/+2
| |/ / |/| |
* | | Merge branch 'grapify-labels-api' into 'master' Rémy Coutable2016-10-241-53/+38
|\ \ \
| * | | Grapify the labels APIgrapify-labels-apiRobert Schilling2016-10-241-53/+38
* | | | Merge branch 'grapify-builds-api' into 'master' Rémy Coutable2016-10-241-83/+79
|\ \ \ \
| * | | | Grapify builds APIgrapify-builds-apiRobert Schilling2016-10-241-83/+79
| |/ / /
* | | | Added path parameter to Commits APILuis HGO2016-10-241-0/+2
* | | | Merge branch '21513-fix-branch-protection-api' into 'master' Douwe Maan2016-10-241-33/+15
|\ \ \ \
| * | | | Implement second round of review comments from @DouweM.Timothy Andrew2016-10-241-6/+3
| * | | | Implement review comments from @DouweM.Timothy Andrew2016-10-241-2/+2
| * | | | Fix branch protection API.Timothy Andrew2016-10-241-31/+16
| |/ / /
* | | | Add relative url support to routing contrainersDmitriy Zaporozhets2016-10-241-1/+12
|/ / /
* | | Merge branch 'sh-fix-broken-label-controller' into 'master' Rémy Coutable2016-10-221-1/+1
|\ \ \
| * | | Fix error in generating labelssh-fix-broken-label-controllerStan Hu2016-10-221-1/+1
| |/ /
* | | Merge branch '23653-dont-clear-db-cache-every-release' into 'master' Yorick Peterse2016-10-221-1/+1
|\ \ \
| * | | Stop clearing the database cache on rake cache:clearNick Thomas2016-10-221-1/+1
| |/ /
* | | Fix documents and comments on Build API `scope`. #23146 #19131Lemures Lemniscati2016-10-221-2/+2
|/ /
* | Merge branch '12622-backup-restore-doesn-t-clear-cache-resulting-in-missing-b...Valery Sizov2016-10-211-0/+2
|\ \
| * | Fix: Backup restore doesn't clear cache12622-backup-restore-doesn-t-clear-cache-resulting-in-missing-branches-and-tagsValery Sizov2016-10-201-0/+2
* | | Don't use Hash#slice since it's not supported in Ruby 2.1fix-ruby-2-1-failuresRémy Coutable2016-10-201-3/+8
* | | Merge remote-tracking branch 'upstream/master' into preserve-note_type-and-po...preserve-note_type-and-positionLin Jen-Shin2016-10-202-7/+10
|\ \ \ | |/ /
| * | Merge branch 'refactoring_find_commits_method' into 'master' Sean McGivern2016-10-201-5/+1
| |\ \
| | * | Refactoring find_commits functionalityValery Sizov2016-10-201-5/+1