summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Show un-highlighted diffs when blobs are the samefix-old-mr-diffsSean McGivern2017-08-231-4/+40
* Always return a simple diff viewerSean McGivern2017-08-221-0/+14
* Merge branch 'fix/import-fork-mr' into 'master'Sean McGivern2017-08-223-1/+21
|\
| * fix static analysisfix/import-fork-mrJames Lopez2017-08-221-2/+0
| * fix specsJames Lopez2017-08-221-1/+6
| * Fix fork MRs importing issueJames Lopez2017-08-213-1/+18
* | Merge branch 'fix-broadcast-message-caching' into 'master'Sean McGivern2017-08-221-0/+23
|\ \
| * | Fix caching of future broadcast messagesfix-broadcast-message-cachingYorick Peterse2017-08-211-0/+23
| |/
* | 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