summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Incorporate Gitaly's Commits#between RPCAlejandro Rodríguez2017-07-183-5/+30
* Adapt to new Gitaly commit message formatAlejandro Rodríguez2017-07-181-0/+35
* Merge branch 'backstage/gb/add-index-and-foreign-key-to-merge-requests' into ...Kamil Trzciński2017-07-182-1/+50
|\
| * Use batching to clear orphans in head_pipeline migrationbackstage/gb/add-index-and-foreign-key-to-merge-requestsGrzegorz Bizon2017-07-181-0/+39
| * Add a foreign key to `merge_requests.head_pipeline_id`Grzegorz Bizon2017-07-181-1/+11
* | Merge branch 'request-store-wrap' into 'master'Rémy Coutable2017-07-185-9/+146
|\ \
| * | Remove unneeded asserts and add tests for inactive RequestStoreLin Jen-Shin2017-07-181-28/+20
| * | Rename the methods to make it fit with current nameLin Jen-Shin2017-07-181-5/+5
| * | Follow feedback on the merge requestLin Jen-Shin2017-07-181-2/+2
| * | Cache Note#notable for commits and fix testsrequest-store-wrapLin Jen-Shin2017-07-183-4/+10
| * | Use RequestStoreWrap for Commit#authorLin Jen-Shin2017-07-182-30/+56
| * | Add RequestStoreWrap to cache via RequestStoreLin Jen-Shin2017-07-171-0/+113
* | | Merge branch '34927-protect-manual-actions-on-tags' into 'master'Grzegorz Bizon2017-07-181-6/+38
|\ \ \
| * | | Make sure it checks against the tag only when it's a tag34927-protect-manual-actions-on-tagsLin Jen-Shin2017-07-181-0/+19
| * | | Protect manual actions against protected tag tooLin Jen-Shin2017-07-171-6/+19
* | | | Merge branch '35225-transient-poll' into 'master'Phil Hughes2017-07-181-23/+29
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix transient rspec failure due to Poll.js race condition35225-transient-pollSimon Knox2017-07-181-23/+29
| |/ /
* | | Renamed Gitaly servicesAndrew Newdigate2017-07-186-37/+37
| |/ |/|
* | Merge branch 'ee-2950-fix-namespace-visibility-level-helpers' into 'master'Sean McGivern2017-07-171-0/+8
|\ \
| * | Promote visibility level helpers from Group to NamespaceNick Thomas2017-07-171-0/+8
| |/
* | Merge branch 'fix/gb/process-scheduled-background-migrations' into 'master'Yorick Peterse2017-07-172-23/+101
|\ \
| * | Simplify background migrations stealing codeGrzegorz Bizon2017-07-171-59/+9
| * | Fix off-by-one error in background migration retriesfix/gb/process-scheduled-background-migrationsGrzegorz Bizon2017-07-171-9/+15
| * | Recover from all exceptions when stealing bg migrationGrzegorz Bizon2017-07-171-19/+64
| * | Catch exceptions when stealing background migrationsGrzegorz Bizon2017-07-141-18/+43
| * | Avoid race condition when stealing a background migrationGrzegorz Bizon2017-07-141-1/+9
| * | Fix mocks in background migrations specsGrzegorz Bizon2017-07-131-1/+5
| * | Add more specs for background migrations queue processingGrzegorz Bizon2017-07-131-1/+18
| * | Implement draining scheduled sets of background migrationsGrzegorz Bizon2017-07-132-0/+18
| * | Extract background migratons queue class methodGrzegorz Bizon2017-07-111-19/+24
* | | Merge branch 'rubocop-hash-index' into 'master'Rémy Coutable2017-07-171-0/+53
|\ \ \
| * | | Added cop to blacklist the use of hash indexesrubocop-hash-indexYorick Peterse2017-07-141-0/+53
* | | | Merge branch 'remove-git-search-files' into 'master'Sean McGivern2017-07-171-36/+0
|\ \ \ \
| * | | | Remove Repository#search_filesremove-git-search-filesJacob Vosmaer2017-07-141-36/+0
* | | | | Merge branch '35181-cannot-create-label-from-board-page' into 'master'Phil Hughes2017-07-171-1/+2
|\ \ \ \ \
| * | | | | Fix label creation from new list for subgroup projectsMark Fletcher2017-07-171-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'gitaly-more-annotations' into 'master'Sean McGivern2017-07-172-78/+2
|\ \ \ \ \
| * | | | | Make commit lookups explicitJacob Vosmaer2017-07-141-45/+0
| * | | | | Remove deprecated #heads methodJacob Vosmaer2017-07-141-33/+2
* | | | | | Merge branch '34964-have_gitlab_http_status' into 'master'Rémy Coutable2017-07-172-2/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Introduce have_gitlab_http_status34964-have_gitlab_http_statusLin Jen-Shin2017-07-152-2/+16
* | | | | | Merge branch 'bjk/metric_names' into 'master'Douwe Maan2017-07-144-46/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rename ConnectionRackMiddleware to RequestsRackMiddleware.bjk/metric_namesPawel Chojnacki2017-07-131-19/+13
| * | | | | Add unit to latency metrics.Ben Kochie2017-07-123-20/+20
| * | | | | Update rack metric namesBen Kochie2017-07-121-12/+1
* | | | | | Merge branch 'fix-exact-matches-of-username-and-email-on-top-of-the-user-sear...Sean McGivern2017-07-142-3/+18
|\ \ \ \ \ \
| * | | | | | Fixes the user order being overriden in the autocomplete controllerfix-exact-matches-of-username-and-email-on-top-of-the-user-searchTiago Botelho2017-07-142-3/+18
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'pass-before-script-as-is' into 'master'Grzegorz Bizon2017-07-142-24/+72
|\ \ \ \ \ \
| * | | | | | Pass before_script and script as-is preserving arrayspass-before-script-as-isKamil Trzcinski2017-07-072-24/+72
* | | | | | | Update Pipeline's badge count in Merge Request and Commits view to match real...Filipa Lacerda2017-07-143-2/+39