summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Incorporate CommitService.GetTreeEntries Gitaly callgitaly-tree-entriesAlejandro Rodríguez2017-07-202-8/+47
* Wrong data type when testing webhooksAlexander Randa2017-07-201-0/+21
* Merge branch 'feature/send-diff-limits-to-gitaly' into 'master'Robert Speicher2017-07-202-3/+11
|\
| * Migrate DiffCollection limiting logic to Gitalyfeature/send-diff-limits-to-gitalyAhmad Sherif2017-07-192-3/+11
* | Merge branch 'fix/gb/fix-container-registry-tag-routing' into 'master'Kamil Trzciński2017-07-201-0/+11
|\ \
| * | Add a test for container repository name regexpGrzegorz Bizon2017-07-191-0/+11
* | | Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński2017-07-201-0/+39
|\ \ \
| * | | Do not allow to auto-retry a job more than 2 timesGrzegorz Bizon2017-07-191-1/+1
| * | | Add a new `retry` CI/CD configuration keywordGrzegorz Bizon2017-07-171-0/+39
* | | | Merge branch 'backstage/gb/build-stage-id-ref-bg-migration-cleanup' into 'mas...Yorick Peterse2017-07-201-3/+3
|\ \ \ \
| * \ \ \ Merge branch 'master' into backstage/gb/build-stage-id-ref-bg-migration-cleanupbackstage/gb/build-stage-id-ref-bg-migration-cleanupGrzegorz Bizon2017-07-195-2/+224
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fix background migrations module specsGrzegorz Bizon2017-07-181-3/+3
| | |_|/ | |/| |
* | | | Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3'Douwe Maan2017-07-193-0/+100
* | | | Merge branch '34563-usage-ping-github' into 'master'Sean McGivern2017-07-191-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Add github imported projects count to usage data34563-usage-ping-githubJarka Kadlecova2017-07-191-0/+1
* | | | Merge branch 'bvl-free-system-namespace' into 'master'Sean McGivern2017-07-191-0/+19
|\ \ \ \
| * | | | Add a background migration to rename `uploads` in the uploads tableBob Van Landuyt2017-07-181-0/+19
| |/ / /
* | | | Incorporate Gitaly's Commits#between RPCAlejandro Rodríguez2017-07-182-3/+28
* | | | 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-181-1/+11
|\ \ \
| * | | 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-181-0/+133
|\ \ \ | |/ / |/| |
| * | 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
| * | Use RequestStoreWrap for Commit#authorLin Jen-Shin2017-07-181-25/+53
| * | Add RequestStoreWrap to cache via RequestStoreLin Jen-Shin2017-07-171-0/+113
* | | Renamed Gitaly servicesAndrew Newdigate2017-07-185-28/+28
|/ /
* | Merge branch 'fix/gb/process-scheduled-background-migrations' into 'master'Yorick Peterse2017-07-171-23/+97
|\ \
| * | 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-131-0/+14
| * | Extract background migratons queue class methodGrzegorz Bizon2017-07-111-19/+24
* | | 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 '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 'bjk/metric_names' into 'master'Douwe Maan2017-07-143-38/+21
|\ \ \
| * | | Rename ConnectionRackMiddleware to RequestsRackMiddleware.bjk/metric_namesPawel Chojnacki2017-07-131-19/+13
| * | | Add unit to latency metrics.Ben Kochie2017-07-122-12/+12
| * | | Update rack metric namesBen Kochie2017-07-121-12/+1
| | |/ | |/|
* | | Merge branch 'pass-before-script-as-is' into 'master'Grzegorz Bizon2017-07-141-10/+39
|\ \ \ | |_|/ |/| |
| * | Pass before_script and script as-is preserving arrayspass-before-script-as-isKamil Trzcinski2017-07-071-10/+39
* | | Merge branch 'gitlab-git-repository-log' into 'master'Sean McGivern2017-07-141-8/+8
|\ \ \