summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch ↵Rémy Coutable2017-11-283-6/+51
|\ | | | | | | | | | | | | | | | | '40530-merge-request-generates-wrong-diff-when-branch-and-tag-have-the-same-name' into 'master' Resolve "Merge request generates wrong diff when branch and tag have the same name" Closes #40530 See merge request gitlab-org/gitlab-ce!15591
| * Ensure MRs always use branch refs for comparisonSean McGivern2017-11-283-6/+51
| | | | | | | | | | | | | | | | | | | | If a merge request was created with a branch name that also matched a tag name, we'd generate a comparison to or from the tag respectively, rather than the branch. Merging would still use the branch, of course. To avoid this, ensure that when we get the branch heads, we prepend the reference prefix for branches, which will ensure that we generate the correct comparison.
* | Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas2017-11-284-62/+195
|\ \ | | | | | | | | | | | | Hashed storage attachments migration path See merge request gitlab-org/gitlab-ce!15352
| * | Changes to Attachments Migration for EE and Geo compatibilityGabriel Mazetto2017-11-281-1/+1
| | |
| * | Backport EE changes to make test possible when prepending modulesGabriel Mazetto2017-11-241-6/+10
| | |
| * | fix exclusive lease specs fro hashed storage migrationGabriel Mazetto2017-11-231-3/+9
| | |
| * | Codestyle changes and Added Exclusive Lease to hashed storage migrationGabriel Mazetto2017-11-231-13/+31
| | |
| * | when rollingback repository migration, toggle readonly mode backGabriel Mazetto2017-11-231-3/+5
| | |
| * | Raises error when migration cannot happen so job is cancelledGabriel Mazetto2017-11-231-5/+2
| | |
| * | attachments migration should move only the base folderGabriel Mazetto2017-11-231-24/+18
| | |
| * | WIP Attachments migrationGabriel Mazetto2017-11-232-0/+112
| | |
| * | Refactor Hashed Storage migration to add additional migration stepsGabriel Mazetto2017-11-231-1/+1
| | |
* | | Merge branch '40561-environment-scope-value-is-not-trimmed' into 'master'Kamil Trzciński2017-11-281-0/+18
|\ \ \ | | | | | | | | | | | | | | | | Strip leading & trailing whitespaces in CI/CD secret variable keys See merge request gitlab-org/gitlab-ce!15615
| * | | Strip leading & trailing whitespaces in CI/CD secret variable keys40561-environment-scope-value-is-not-trimmedRémy Coutable2017-11-271-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'tm/feature/list-runners-jobs-api' into 'master'Kamil Trzciński2017-11-282-0/+173
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new API endpoint - list jobs of a specified runner Closes #39699 See merge request gitlab-org/gitlab-ce!15432
| * | | | Refactorize jobs finding logicTomasz Maczukin2017-11-282-4/+43
| | | | |
| * | | | Use 'set' instead of 'let!' when it's possibleTomasz Maczukin2017-11-281-1/+1
| | | | |
| * | | | Allow filtering by 'status'Tomasz Maczukin2017-11-281-4/+46
| | | | |
| * | | | Add information about projectTomasz Maczukin2017-11-281-4/+4
| | | | |
| * | | | Add new API endpoint - list jobs of a specified runnerTomasz Maczukin2017-11-281-0/+92
| | | | |
* | | | | Merge branch 'icon-sizes' into 'master'Tim Zallmann2017-11-281-3/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | limit icon component size to valid values See merge request gitlab-org/gitlab-ce!15618
| * | | | | limit icon component size to valid valuesicon-sizesSimon Knox2017-11-281-3/+9
| | | | | |
* | | | | | Merge branch 'tm/feature/namespace-by-id-api' into 'master'Kamil Trzciński2017-11-284-14/+269
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new API endpoint - get a namespace by ID Closes #40254 See merge request gitlab-org/gitlab-ce!15442
| * | | | | | Update policies unit testsTomasz Maczukin2017-11-272-14/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit also makes spec/policies/namespace_policy_spec.rb file to be compatible with the same file in GitLab EE.
| * | | | | | Add some unit tests for lib/api/helpers.rbTomasz Maczukin2017-11-271-0/+109
| | | | | | |
| * | | | | | Introduce :read_namespace access policy for namespace and groupTomasz Maczukin2017-11-231-10/+48
| | | | | | |
| * | | | | | Allow request namespace by ID or pathTomasz Maczukin2017-11-231-11/+27
| | | | | | |
| * | | | | | Add new API endpoint - get a namespace by IDTomasz Maczukin2017-11-231-0/+69
| | | | | | |
* | | | | | | Merge branch '40226-refactor-the-issuable-s-webhooks-data-architecture' into ↵Douwe Maan2017-11-282-8/+16
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Refactor the way we pass `old associations` to issuable's update services Closes #40226 See merge request gitlab-org/gitlab-ce!15542
| * | | | | | Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-242-8/+16
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'backport-epic-fullscreen' into 'master'Fatih Acet2017-11-271-65/+81
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport epic fullscreen See merge request gitlab-org/gitlab-ce!15437
| * | | | | | Backport fix epic fullscreenbackport-fix-epic-fullscreenClement Ho2017-11-221-65/+81
| | | | | | |
* | | | | | | Merge branch 'backport-add-epic-sidebar' into 'master'Fatih Acet2017-11-277-5/+329
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of add-epic-sidebar See merge request gitlab-org/gitlab-ce!15335
| * \ \ \ \ \ \ Merge branch 'master' into 'backport-add-epic-sidebar'Clement Ho2017-11-1538-216/+948
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/text_utility.js
| * \ \ \ \ \ \ \ Merge branch 'master' into backport-add-epic-sidebarClement Ho2017-11-1328-150/+2273
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Backport of add-epic-sidebarClement Ho2017-11-107-9/+331
| | | | | | | | | |
* | | | | | | | | | Merge branch '39601-create-issuable-destroy-service' into 'master'Rémy Coutable2017-11-271-0/+38
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create issue and merge request destroy services Closes #39601 See merge request gitlab-org/gitlab-ce!15604
| * | | | | | | | | Create issue and merge request destroy servicesGeorge Andrinopoulos2017-11-251-0/+38
| | | | | | | | | |
* | | | | | | | | | Fix stuck jobs testsoptimise-stuck-ci-jobs-workerKamil Trzcinski2017-11-271-4/+4
| | | | | | | | | |
* | | | | | | | | | Allow to drop jobs for deleted projectsKamil Trzcinski2017-11-271-2/+2
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | static analysis fixdigitalMoksha2017-11-241-1/+0
| | | | | | | | |
* | | | | | | | | ignore hashed repositories when doing rake gitlab:cleanup:dirsdigitalMoksha2017-11-241-10/+37
|/ / / / / / / /
* | | | | | | | Merge branch 'jej/fix-protected-branch-validations-ce' into 'master'Rémy Coutable2017-11-242-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ProtectedBranch access level validations See merge request gitlab-org/gitlab-ce!15586
| * | | | | | | | Deduplicate protected ref human_access_levelsjej/fix-protected-branch-validations-ceJames Edwards-Jones2017-11-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously these were duplicated so they could be different for push/merge, but this was no longer necessary after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11232
* | | | | | | | | Merge branch 'dm-project-search-performance' into 'master'Sean McGivern2017-11-243-21/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drastically improve project search performance by no longer searching namespace name Closes #40510 and #39623 See merge request gitlab-org/gitlab-ce!15590
| * | | | | | | | Drastically improve project search performance by no longer searching ↵dm-project-search-performanceDouwe Maan2017-11-243-21/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace name
* | | | | | | | | Merge branch 'issue_40374' into 'master'Sean McGivern2017-11-242-18/+61
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix WIP system note not being created Closes #40374 See merge request gitlab-org/gitlab-ce!15528
| * | | | | | | | Fix WIP system note not being createdissue_40374Felipe Artur2017-11-232-18/+61
| |/ / / / / / /
* | | | | | | | Prevent 500 error when inspecting job after trigger was removedFilipa Lacerda2017-11-241-0/+25
| | | | | | | |
* | | | | | | | Merge branch 'dm-fix-registry-with-sudo-token' into 'master'Sean McGivern2017-11-241-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix pulling and pushing using a personal access token with the sudo scope Closes #40466 See merge request gitlab-org/gitlab-ce!15571