summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Resolve "Add dropdown to Groups link in top bar"Dennis Tang2018-07-0616-939/+1051
* Preload ancestors after pagination when filteringBob Van Landuyt2018-07-061-0/+11
* Merge branch 'build-chunks-on-object-storage' into 'master'Grzegorz Bizon2018-07-067-125/+833
|\
| * Add spec for the ordering of the data storesShinya Maeda2018-07-061-0/+16
| * Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-06259-1426/+2552
| |\
| * | Fix specShinya Maeda2018-07-042-4/+4
| * | Make explicit chunks store classes namespace in factroyShinya Maeda2018-07-041-3/+3
| * | Fix static analysysShinya Maeda2018-07-041-8/+8
| * | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-0421-402/+364
| |\ \
| * | | Add spec for ExclusiveLeaseHelpersShinya Maeda2018-07-031-0/+76
| * | | Simplified factory traitsShinya Maeda2018-07-031-13/+3
| * | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-03190-2227/+4237
| |\ \ \
| * | | | Support append/truncate for fog storebuild-chunks-on-object-storageShinya Maeda2018-06-251-9/+30
| * | | | 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-25206-1735/+5352
| |\ \ \ \
| * | | | | Added spec for build trace chunkShinya Maeda2018-06-252-169/+307
| * | | | | Rename persisted? to data_persisted?Shinya Maeda2018-06-181-2/+2
| * | | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-1843-392/+426
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-15106-478/+1431
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-12138-609/+1652
| |\ \ \ \ \ \ \
| * | | | | | | | Allow to store BuildTraceChunks on Object StorageKamil Trzciński2018-06-071-2/+2
* | | | | | | | | Merge branch 'gitaly-conflicts-find-commit' into 'master'Douwe Maan2018-07-062-29/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Partially rever "Revert "Merge branch 'gitaly-mandatory-20180703-jv' into 'ma...Jacob Vosmaer2018-07-062-29/+0
* | | | | | | | | | Merge branch 'ce-5605-epic-autocomplete' into 'master'Sean McGivern2018-07-061-0/+54
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Backport of EE changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_reque...Mark Chao2018-07-061-0/+54
* | | | | | | | | | | Merge branch 'ide-merge-request-info' into 'master'Sean McGivern2018-07-064-1/+134
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | component specPhil Hughes2018-07-052-0/+123
| * | | | | | | | | | | added API docsPhil Hughes2018-07-051-1/+1
| * | | | | | | | | | | fixed tests :face_palm:Phil Hughes2018-07-051-2/+2
| * | | | | | | | | | | tidy up componentPhil Hughes2018-07-051-0/+8
| * | | | | | | | | | | karma & rubocop fixesPhil Hughes2018-07-051-1/+3
* | | | | | | | | | | | Merge branch 'bvl-wrap-cross-project-group-permissions' into 'master'Douwe Maan2018-07-062-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Create cross project group featuresBob Van Landuyt2018-07-062-3/+11
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jprovazn-label-links-update' into 'master'Sean McGivern2018-07-061-0/+109
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Added tests for MRsJan Provaznik2018-07-051-39/+66
| * | | | | | | | | | | Migration which fixes cross-project label referencesJan Provaznik2018-07-031-0/+82
* | | | | | | | | | | | Merge branch 'remove-trace-efficiently' into 'master'Kamil Trzciński2018-07-062-6/+118
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix static analysysShinya Maeda2018-07-061-8/+8
| * | | | | | | | | | | | Add specShinya Maeda2018-07-062-6/+118
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'fix-trace-archive-cron-worker-race-condition' into 'master'Kamil Trzciński2018-07-063-8/+43
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use AlreadyArchivedError if it's the caseShinya Maeda2018-07-062-3/+4
| * | | | | | | | | | | | Merge branch 'master' into fix-trace-archive-cron-worker-race-conditionShinya Maeda2018-07-06220-821/+1268
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| * | | | | | | | | | | | Prevent WRITE opetaions if it's already archivedShinya Maeda2018-07-052-1/+23
| * | | | | | | | | | | | Fix specShinya Maeda2018-07-051-5/+17
* | | | | | | | | | | | | Fix User role displayed on projects dashboardFrancisco Javier López2018-07-063-0/+44
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch '31583-osw-gfm-complete-status-indication' into 'master'Sean McGivern2018-07-061-1/+28
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Present state indication on GFM previewOswaldo Ferreira2018-07-051-1/+28
* | | | | | | | | | | | Resolve "MRs are showing some discussions as unresolved"Simon Knox2018-07-055-10/+39
* | | | | | | | | | | | Merge branch 'revert-8678cf9b' into 'master'Grzegorz Bizon2018-07-052-0/+29
|\ \ \ \ \ \ \ \ \ \ \ \