summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '34533-inline-single-authorized-projects' into 'master'Douwe Maan2017-08-222-21/+36
|\
| * Use event-based waiting in Gitlab::JobWaiterNick Thomas2017-08-222-21/+36
* | Merge branch '35845-improve-subgroup-creation-permissions' into 'master'Douwe Maan2017-08-223-6/+55
|\ \
| * | Improves subgroup creation permissions35845-improve-subgroup-creation-permissionsTiago Botelho2017-08-213-6/+55
* | | Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-224-5/+58
* | | Use `@hashed` prefix for hashed paths on disk, to avoid collision with existi...Gabriel Mazetto2017-08-221-3/+3
* | | Refactor project and storage typesGabriel Mazetto2017-08-223-6/+6
* | | Some codestyle changes and fixes for GitLab pagesGabriel Mazetto2017-08-221-9/+18
* | | Removed some useless code, codestyle changes and removed an indexGabriel Mazetto2017-08-221-2/+2
* | | Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto2017-08-221-1/+2
* | | New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-222-54/+163
* | | Merge branch 'gitaly-tree-entries-encoding' into 'master'36778-url-redirection-from-old-note-attachments-path-to-new-uploads-path-not-working36775-move-helm-chart-data-to-gitlab-ce-repo-instead-of-omnibus-docsRobert Speicher2017-08-211-0/+14
|\ \ \
| * | | Correctly encode string params for Gitaly's TreeEntries RPCgitaly-tree-entries-encodingAlejandro Rodríguez2017-08-211-0/+14
* | | | Use non-i18n values for setting new group-level issue/MR button textBryce Johnson2017-08-212-1/+36
* | | | Merge branch 'only-limit-fetch-when-requested' into 'master'Robert Speicher2017-08-211-17/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Only require sidekiq-limit_fetch when enabled in settingsonly-limit-fetch-when-requestedSean McGivern2017-08-211-17/+33
* | | | Merge branch 'sh-fix-atom-feeds' into 'master'Sean McGivern2017-08-211-0/+6
|\ \ \ \
| * | | | Fix Error 500s when viewing user or group Atom feedsStan Hu2017-08-211-0/+6
* | | | | Merge branch 'fix/gb/fix-head-pipeline-when-pipeline-has-errors' into 'master'Kamil Trzciński2017-08-211-12/+46
|\ \ \ \ \
| * | | | | Update merge request pipeline even if if has errorsGrzegorz Bizon2017-08-181-1/+19
| * | | | | Make create pipeline service specs more readableGrzegorz Bizon2017-08-181-11/+27
* | | | | | Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-219-16/+274
|\ \ \ \ \ \
| * | | | | | Add specs for stage status background migration classGrzegorz Bizon2017-08-171-0/+80
| * | | | | | Merge branch 'backstage/gb/migrations-tests-schema-version' into backstage/gb...Grzegorz Bizon2017-08-175-28/+33
| |\ \ \ \ \ \
| * | | | | | | Use usual method to retrieve CI/CD stage statusesGrzegorz Bizon2017-08-163-4/+4
| * | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-161008-4113/+12466
| |\ \ \ \ \ \ \
| * | | | | | | | Add specs for stage update workerGrzegorz Bizon2017-07-311-0/+22
| * | | | | | | | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-31934-2129/+4408
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-2693-439/+2035
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename method responsible for updating stage statusGrzegorz Bizon2017-07-261-4/+4
| * | | | | | | | | | Fix import/export for CI/CD stage commit statusesGrzegorz Bizon2017-07-241-1/+1
| * | | | | | | | | | Do not implement CI/CD job to stage association yetGrzegorz Bizon2017-07-242-13/+1
| * | | | | | | | | | Adds some specs for stage optimistic lockingGrzegorz Bizon2017-07-243-1/+21
| * | | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-2452-198/+1096
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Implement method that updates a stage statusGrzegorz Bizon2017-07-201-2/+20
| * | | | | | | | | | | Implement proper associations with a persisted stageGrzegorz Bizon2017-07-201-0/+21
| * | | | | | | | | | | Use a new stage_id reference to a persisted stageGrzegorz Bizon2017-07-201-3/+4
| * | | | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-202-3/+37
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-20202-1003/+4044
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Update version number of stages statuses migrationGrzegorz Bizon2017-07-111-1/+1
| * | | | | | | | | | | | | Fix pipeline stages statuses migration specsGrzegorz Bizon2017-07-111-5/+3
| * | | | | | | | | | | | | Freeze mutable constants in stages migration codeGrzegorz Bizon2017-07-112-4/+2
| * | | | | | | | | | | | | Add a new stage status column to safe attributesGrzegorz Bizon2017-07-111-0/+1
| * | | | | | | | | | | | | Schedule stages statuses bg migrations in batchesGrzegorz Bizon2017-07-101-3/+5
| * | | | | | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-10520-2590/+6636
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Move stages status migration to the background workerbackstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-053-18/+36
| * | | | | | | | | | | | | | Merge branch 'fix/gb/stage-id-reference-background-migration' into backstage/...Grzegorz Bizon2017-07-053-1/+106
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon2017-07-031-4/+4
| | * | | | | | | | | | | | | | Do not compare float with integer in migrations specsGrzegorz Bizon2017-06-291-1/+1
| | * | | | | | | | | | | | | | Improve readability of build stage id migration queryGrzegorz Bizon2017-06-291-2/+2