summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Decouple optimization for erasing traceShinya Maeda2018-07-041-1/+1
| * | | | | | Rename retry_max left overs to retriesShinya Maeda2018-07-041-1/+1
| * | | | | | Fix static analysysShinya Maeda2018-07-041-8/+8
| * | | | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-04100-1061/+889
| |\ \ \ \ \ \
| * | | | | | | Add spec for ExclusiveLeaseHelpersShinya Maeda2018-07-034-23/+106
| * | | | | | | Simplified factory traitsShinya Maeda2018-07-031-13/+3
| * | | | | | | Rename retries and remove retry_maxShinya Maeda2018-07-031-3/+2
| * | | | | | | Fix error messageShinya Maeda2018-07-031-1/+1
| * | | | | | | Rename persistable_store instead of persist_storeShinya Maeda2018-07-031-2/+2
| * | | | | | | Fix documentsShinya Maeda2018-07-031-5/+5
| * | | | | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-03843-6766/+11551
| |\ \ \ \ \ \ \
| * | | | | | | | Support append/truncate for fog storebuild-chunks-on-object-storageShinya Maeda2018-06-252-11/+32
| * | | | | | | | Add specs for each data storeShinya Maeda2018-06-254-0/+441
| * | | | | | | | Enable specs for atomic operationsShinya Maeda2018-06-251-65/+87
| * | | | | | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-25876-5224/+13255
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Added spec for build trace chunkShinya Maeda2018-06-254-180/+321
| * | | | | | | | | Rename persisted? to data_persisted?Shinya Maeda2018-06-183-14/+10
| * | | | | | | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-18166-964/+979
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add changelogShinya Maeda2018-06-151-0/+6
| * | | | | | | | | | Fix dead lock by in_lock conflicts. Shared out in_lock logic. Changed key_r...Shinya Maeda2018-06-154-37/+51
| * | | | | | | | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-15610-3415/+6002
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-12510-3732/+6134
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Allow to store BuildTraceChunks on Object StorageKamil TrzciƄski2018-06-076-61/+189
* | | | | | | | | | | | | Merge branch 'gitaly-conflicts-find-commit' into 'master'Douwe Maan2018-07-064-106/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Partially rever "Revert "Merge branch 'gitaly-mandatory-20180703-jv' into 'ma...Jacob Vosmaer2018-07-064-106/+6
* | | | | | | | | | | | | | Merge branch 'ce-5605-epic-autocomplete' into 'master'Sean McGivern2018-07-063-16/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Backport of EE changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_reque...Mark Chao2018-07-063-16/+74
* | | | | | | | | | | | | | | Merge branch 'ide-merge-request-info' into 'master'Sean McGivern2018-07-0618-68/+294
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fixed misaligned iconPhil Hughes2018-07-061-1/+1
| * | | | | | | | | | | | | | updated iconPhil Hughes2018-07-053-5/+5
| * | | | | | | | | | | | | | fixed where the scrollbar is shown in the merge request panelPhil Hughes2018-07-052-4/+7
| * | | | | | | | | | | | | | component specPhil Hughes2018-07-053-0/+125
| * | | | | | | | | | | | | | added API docsPhil Hughes2018-07-054-2/+8
| * | | | | | | | | | | | | | fixed tests :face_palm:Phil Hughes2018-07-051-2/+2
| * | | | | | | | | | | | | | tidy up componentPhil Hughes2018-07-053-34/+17
| * | | | | | | | | | | | | | karma & rubocop fixesPhil Hughes2018-07-052-3/+5
| * | | | | | | | | | | | | | only include _html fields when asked forPhil Hughes2018-07-055-12/+13
| * | | | | | | | | | | | | | added html to responsePhil Hughes2018-07-052-2/+8
| * | | | | | | | | | | | | | update designPhil Hughes2018-07-051-33/+12
| * | | | | | | | | | | | | | :sparkles: use pre-existing components for title and descriptionPhil Hughes2018-07-052-70/+70
| * | | | | | | | | | | | | | Added merge request info to Web IDE sidebarPhil Hughes2018-07-053-1/+122
* | | | | | | | | | | | | | | Merge branch '48677-also-check-auto_sign_in_with_provider' into 'master'Douwe Maan2018-07-064-2/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add changelog entryLin Jen-Shin2018-07-021-0/+5
| * | | | | | | | | | | | | | If `omniauth_auto_sign_in_with_provider` is set,Lin Jen-Shin2018-07-023-2/+7
* | | | | | | | | | | | | | | Merge branch 'bvl-wrap-cross-project-group-permissions' into 'master'Douwe Maan2018-07-064-5/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Create cross project group featuresBob Van Landuyt2018-07-064-5/+28
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jprovazn-label-links-update' into 'master'Sean McGivern2018-07-065-1/+283
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fixed pluck and renamed methodsJan Provaznik2018-07-051-7/+8
| * | | | | | | | | | | | | | Restrict group scopeJan Provaznik2018-07-051-1/+1
| * | | | | | | | | | | | | | Added tests for MRsJan Provaznik2018-07-052-40/+67