summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* moved fork checks into policiesfork-btn-enabled-user-groupsPhil Hughes2017-09-292-0/+43
|
* Fix fork button being disabled for users who can fork to groupPhil Hughes2017-09-291-0/+57
| | | | | | | | | | | Previously the fork button was disabled for all users if they have exceeded their project limit. This fixes that by changing the check to see if the user can fork to a group instead of their own namespace. This behaviour is already possible by visiting the new fork page directly, so this just fixes the button being disabled. Closes #38462
* Merge branch 'breadcrumb-item-links' into 'master'Tim Zallmann2017-09-293-3/+11
|\ | | | | | | | | | | | | Fixed breadcrumb title not linking Closes #38059 See merge request gitlab-org/gitlab-ce!14532
| * spec fixesbreadcrumb-item-linksPhil Hughes2017-09-282-3/+3
| |
| * Fixed breadcrumb title not linkingPhil Hughes2017-09-271-0/+8
| | | | | | | | | | | | | | | | | | | | This fixes the breadcrumb titles not having links. This was a regression in the updated breadcrumbs introduced in 10.0. This introduces the link for all pages rather than selectively doing it. This will cover issues, merge requests, pipelines, jobs etc. Closes #38059
* | Merge branch 'remove-target-dd' into 'master'Filipa Lacerda2017-09-291-2/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove target dd Closes #38485 See merge request gitlab-org/gitlab-ce!14558
| * | Fix karma testJacob Schatz2017-09-281-2/+0
| | |
* | | Merge branch '38528-build-url' into 'master'Phil Hughes2017-09-291-0/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes data parameter not being sent in ajax request for jobs log Closes #38528 See merge request gitlab-org/gitlab-ce!14564
| * | | Fixes data parameter not being sent in ajax request for jobs log38528-build-urlFilipa Lacerda2017-09-281-0/+14
| | | |
* | | | Migrate Gitlab::Git::Repository#add_tag to Gitalyfeature/migrate-repository-add-tag-to-gitalyAhmad Sherif2017-09-292-22/+30
| | | | | | | | | | | | | | | | Closes gitaly#601
* | | | Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master'Robert Speicher2017-09-283-11/+37
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Git::Repository#rm_tag to Gitaly Closes gitaly#562 See merge request gitlab-org/gitlab-ce!14388
| * | | | Migrate Git::Repository#rm_tag to GitalyAhmad Sherif2017-09-283-11/+37
| | | | | | | | | | | | | | | | | | | | Closes gitaly#562
* | | | | Merge branch 'acet-repo-editor-prevent-extra-request' into 'master'Jacob Schatz2017-09-281-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RepoEditor: Prevent extra network call for already opened files. Closes #38256 See merge request gitlab-org/gitlab-ce!14489
| * | | | | RepoEditor: Prevent extra network call for already opened files.acet-repo-editor-prevent-extra-requestFatih Acet2017-09-271-0/+14
| | | | | |
* | | | | | Merge branch 'fix-mr-sidebar-counter-after-merge' into 'master'Robert Speicher2017-09-281-0/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear merge requests counter cache after merge Closes gitlab-ee#3573 and #38344 See merge request gitlab-org/gitlab-ce!14563
| * | | | | | Clear merge requests counter cache after mergeSean McGivern2017-09-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, the MR counter in the sidebar would be wrong if an MR had been merged since the last update, but not opened or closed, as merging did not trigger a counter cache update.
* | | | | | | Merge branch 'hashed-storage-migration-path' into 'master'Douwe Maan2017-09-287-11/+303
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hashed storage migration path Closes gitlab-ee#3118 See merge request gitlab-org/gitlab-ce!14067
| * | | | | | | Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-286-2/+269
| | | | | | | |
| * | | | | | | [Backported from EE] Readonly flag for ProjectsGabriel Mazetto2017-09-282-10/+35
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This is used in EE for the storage migration, and we want to use this in CE as well to be able to migrate projects to hashed_storage.
* | | | | | | Support custom attributes on usersMarkus Koller2017-09-289-2/+169
| | | | | | |
* | | | | | | Merge branch 'jramsay-spelling-occurred' into 'master'Jacob Schatz2017-09-283-4/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Fix spelling of occurred See merge request gitlab-org/gitlab-ce!14488
| * | | | | | Fix spelling of occurredjramsay-spelling-occurredJames Ramsay2017-09-263-4/+4
| | | | | | |
* | | | | | | Merge branch 'dm-api-unauthorized' into 'master'Sean McGivern2017-09-281-38/+40
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure API responds with 401 when invalid authentication info is provided Closes #38438 See merge request gitlab-org/gitlab-ce!14525
| * | | | | | Make sure API responds with 401 when invalid authentication info is provideddm-api-unauthorizedDouwe Maan2017-09-281-38/+40
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch '38319-nomethoderror-undefined-method-sha-for-nil-nilclass' ↵Douwe Maan2017-09-281-0/+78
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "NoMethodError: undefined method `sha' for nil:NilClass" Closes #38319 See merge request gitlab-org/gitlab-ce!14547
| * | | | | Handle error when fetching ref for MR with deleted source branch38319-nomethoderror-undefined-method-sha-for-nil-nilclassSean McGivern2017-09-281-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the ref doesn't exist, and the source branch is deleted, we can't get it back easily. Previously, we ignored this error by shelling out, so replicate that behaviour.
* | | | | | Merge branch 'commit-side-by-side-comment' into 'master'Filipa Lacerda2017-09-281-0/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes commit comments in parallel diff view Closes #38117 See merge request gitlab-org/gitlab-ce!14529
| * | | | | Fixes commit comments in side-by-side diff viewcommit-side-by-side-commentPhil Hughes2017-09-271-0/+36
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was caused by the `notes` global class not existing when the `file_comment_button` code is run. The notes class was used to check if the diff is currently in parallel view or not. To get around this I've added a check into the `file_comment_button` JS to check if the view is currently parallel or not. Closes #38117
* | | | | Merge branch 'refactor-services' into 'master'Grzegorz Bizon2017-09-283-6/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Refactor services to match EE signature See merge request gitlab-org/gitlab-ce!14385
| * | | | | refactor emails servicerefactor-servicesJames Lopez2017-09-282-3/+3
| | | | | |
| * | | | | refactor users update serviceJames Lopez2017-09-281-4/+4
| | | | | |
| * | | | | fix specsJames Lopez2017-09-283-6/+6
| | |_|/ / | |/| | |
* | | | | Merge branch '38476-improve-merge-jid-cleanup-on-merge-process' into 'master'Sean McGivern2017-09-281-3/+20
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Clean merge_jid whenever necessary on the merge process Closes #38476 See merge request gitlab-org/gitlab-ce!14540
| * | | | Clean merge_jid whenever necessary on the merge process38476-improve-merge-jid-cleanup-on-merge-processOswaldo Ferreira2017-09-271-3/+20
| | | | | | | | | | | | | | | | | | | | MergeRequest#merge_jid should be cleaned up whenever we hit a known error on MergeService#execute. This way we can keep track if the MR is really "ongoing" or "stuck"
* | | | | Merge branch 'acet-repo-editor-fix-link-linking' into 'master'Jacob Schatz2017-09-271-6/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | RepoEditor: Implement line and range linking. Closes #38254 See merge request gitlab-org/gitlab-ce!14448
| * | | | Fix line_highlighter_spec.Fatih Acet2017-09-251-6/+12
| | | | |
* | | | | Merge branch 'backstage/gb/refactor-pipeline-create-service' into 'master'Kamil Trzciński2017-09-279-108/+565
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Refactor a service responsible for creating a pipeline Closes #37563 and #34415 See merge request gitlab-org/gitlab-ce!14482
| * | | | Add test for head pipeline assignment when skippedGrzegorz Bizon2017-09-261-0/+20
| | | | | | | | | | | | | | | | | | | | Closes gitlab-org/gitlab-ce#34415
| * | | | Add specs for pipeline chain builder sequence classGrzegorz Bizon2017-09-261-0/+55
| | | | |
| * | | | Fix some code style offenses in pipeline chain classesGrzegorz Bizon2017-09-261-3/+2
| | | | |
| * | | | Add missing tests for pipeline chain access validatorGrzegorz Bizon2017-09-261-0/+13
| | | | |
| * | | | Add specs for pipeline builder that validates configGrzegorz Bizon2017-09-261-0/+127
| | | | |
| * | | | Add specs for pipeline builder repository validatorGrzegorz Bizon2017-09-261-0/+60
| | | | |
| * | | | Add specs for builder chain that persist a pipelineGrzegorz Bizon2017-09-261-0/+66
| | | | |
| * | | | Add specs for builder chain step that skipps pipelinesGrzegorz Bizon2017-09-261-0/+85
| | | | |
| * | | | Add specs for pipeline builder abilities validatorGrzegorz Bizon2017-09-261-10/+29
| | | | |
| * | | | Move pipeline builder validation chain to a moduleGrzegorz Bizon2017-09-261-1/+1
| | | | |
| * | | | Split pipeline chain builder validation classGrzegorz Bizon2017-09-261-1/+1
| | | | |
| * | | | Fix code style offenses in pipeline create servicesGrzegorz Bizon2017-09-261-1/+0
| | | | |
| * | | | Fix post receive specs regarding pipeline creationGrzegorz Bizon2017-09-261-5/+8
| | | | |