summaryrefslogtreecommitdiff
path: root/spec/features/projects
Commit message (Collapse)AuthorAgeFilesLines
* Remove hook directory requirement from Shellgitaly-version-v1.43.0Zeger-Jan van de Weg2019-05-301-1/+0
| | | | | | | | | | | | It used to be the case that GitLab created symlinks for each repository to one copy of the Git hooks, so these ran when required. This changed to set the hooks dynamically on Gitaly when invoking Git. The side effect is that we didn't need all these symlinks anymore, which Gitaly doesn't create anymore either. Now that means that the tests in GitLab-Rails should test for it either. Related: https://gitlab.com/gitlab-org/gitaly/issues/1392#note_175619926
* Created repository list breadcrumbs Vue appPhil Hughes2019-05-293-0/+3
|
* Fix display of promote to group labelJan Provaznik2019-05-282-1/+38
| | | | | | | | | | | | | Since label presenter is used in label index view, label class check doesn't work as expected because the class is now LabelPresenter. Also `label.subject` doesn't work as expected now because Label's model `subject` method is shadowed by Gitlab's presenter's method which uses `subject` for referencing the original object. Instead we use a presenter's method for both checks now. `label_deletion_confirm_text` is not used anywhere so it's removed
* Add changelog entryJacques Erasmus2019-05-271-0/+1
| | | | Added a changelog entry for the feature
* Add expand/collapse buttonAdriel Santiago2019-05-271-0/+6
| | | | Add ability to expand/collapse error tracking settings
* Setup Vue app for repository file listingPhil Hughes2019-05-209-0/+15
| | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
* Merge branch 'show-disabled-mirrors' into 'master'Nick Thomas2019-05-071-0/+12
|\ | | | | | | | | CE Show disabled project repo mirrors See merge request gitlab-org/gitlab-ce!27326
| * Show disabled project repo mirrorsshow-disabled-mirrorsLuke Bennett2019-05-071-0/+12
| | | | | | | | | | Show disabled mirrors with a badge so that they can be deleted by project owners.
* | Merge branch 'member-access-granted-leave-email-fe' into 'master'Fatih Acet2019-05-062-2/+20
|\ \ | |/ |/| | | | | CE Add leave link to access_granted email See merge request gitlab-org/gitlab-ce!27892
| * Add leave link to access_granted emailmember-access-granted-leave-email-feLuke Bennett2019-05-032-2/+20
| | | | | | | | | | | | | | | | Allows users to leave a project/group that they have been added to. Add function to leave a namespace by url param If the `leave` param is present on a project/group show page, click the leave link.
* | Destroy repo mirrors instead of disabling themLuke Bennett2019-05-061-0/+19
|/ | | | | | | | It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
* Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-021-0/+14
| | | | | | | | | | - Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
* Merge branch ↵Douwe Maan2019-05-022-7/+7
|\ | | | | | | | | | | | | | | | | '53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobs' into 'master' Disable retrying cancelled jobs Closes #53064 See merge request gitlab-org/gitlab-ce!27503
| * Update specs that use retryable canceled jobsmfluharty2019-04-192-7/+7
| | | | | | | | | | | | | | | | | | Specs that test canceled jobs now - expect them not to be retryable or playable - expect them not to show retry buttons Specs that test retryability now - use failed status instead of canceled status
* | Fix ref_text of merge request pipelinesfix-ref-text-of-mr-pipelinesShinya Maeda2019-04-301-5/+33
| | | | | | | | | | Source branch can be removed after the merge and we have to make sure to avoid rendering links if it's the case.
* | Merge branch '57247-show-prioritized-labels-to-guests' into 'master'Clement Ho2019-04-192-4/+21
|\ \ | | | | | | | | | | | | | | | | | | Show prioritized labels to guests Closes #57247 See merge request gitlab-org/gitlab-ce!27307
| * | Show prioritized labels to guests57247-show-prioritized-labels-to-guestsHeinrich Lee Yu2019-04-192-4/+21
| |/ | | | | | | Disables sorting when guests are viewing
* | Improvements to Project overview UIIllya Klymov2019-04-191-0/+10
|/
* Update CE-specific files for project MR settings UIce-10725-restructure-project-merge-request-settings-pageNathan Friend2019-04-171-12/+13
| | | | | This commit updates the CE-specific files that reorganizes the project merge request settings UI.
* Put four flaky specs in quanrantineRémy Coutable2019-04-172-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-164-5/+4
| | | | This reverts commit 171818df0a72097aa1a804c8213666b3f66b0966.
* Merge branch 'gt-fix-styling-for-framework-notes' into 'master'Phil Hughes2019-04-121-2/+2
|\ | | | | | | | | | | | | Fix styling for `app/assets/stylesheets/framework/notes.scss` Closes #59868 See merge request gitlab-org/gitlab-ce!26877
| * Rename selector for framework notesGeorge Tsiolis2019-04-121-2/+2
| |
* | Fix a few specs after updating capybara and selenium-webdriverRémy Coutable2019-04-121-1/+2
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve project settings pageLuke Bennett2019-04-111-14/+23
| | | | Prioritize and simplify project settings content.
* Merge branch 'restore-hipchat' into 'master'Nick Thomas2019-04-113-5/+43
|\ | | | | | | | | | | | | Revert "Remove HipChat integration from GitLab" Closes #60042 See merge request gitlab-org/gitlab-ce!27172
| * Add frozen_string_literal to HipChat filesrestore-hipchatSean McGivern2019-04-101-0/+2
| |
| * Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-103-5/+41
| | | | | | | | This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
* | Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-114-4/+5
|/ | | | | This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-094-0/+206
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Quarantine flaky specsRémy Coutable2019-04-091-1/+1
| | | | | | | | | | | Related to: - https://gitlab.com/gitlab-org/gitlab-ce/issues/60270 - https://gitlab.com/gitlab-org/gitlab-ce/issues/60271 - https://gitlab.com/gitlab-org/gitlab-ce/issues/60272 - https://gitlab.com/gitlab-org/gitlab-ce/issues/60273 Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve project merge request settingsce-proj-settings-ok-mr-settings-onlyLuke Bennett2019-04-071-1/+3
| | | | Prioritize and simplify project settings content.
* Add Knative metrics to PrometheusChris Baumbauer2019-04-061-1/+1
|
* Changes button label to Run PipelineJean2019-04-051-6/+6
| | | | | Button at projects/pipelines/new was 'Create pipeline' and was changed to 'Run Pipeline'
* Add part of needed codeGosia Ksionek2019-04-052-0/+46
| | | | | | | | | | | | | | | | | Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-054-206/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-054-0/+206
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-0510-29/+29
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Merge branch '57602-create-cluster-validations' into 'master'Mike Greiling2019-04-042-2/+2
|\ | | | | | | | | | | | | Display cluster form validation error messages inline Closes #57602 See merge request gitlab-org/gitlab-ce!26502
| * Specify new validation message selectorEnrique Alcantara2019-04-032-2/+2
| | | | | | | | | | Update QA selector to specify that API URL is a input type=url field
* | Allow to sort wiki pages by date and titleIgor2019-04-041-0/+89
| | | | | | | | | | - Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
* | Make the dropdown match the designPatrick Bajao2019-04-024-5/+4
| | | | | | | | Regenerate locale.pot as well
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-0/+2
|\ \ | | | | | | | | | jarv/dev-to-gitlab-2019-04-02
| * \ Merge branch 'security-id-potential-denial-languages' into 'master'GitLab Release Tools Bot2019-04-021-0/+2
| |\ \ | | | | | | | | | | | | | | | | Return cached languages if they've been detected before See merge request gitlab/gitlabhq!2998
| | * | Return cached languages if they've been detected beforeIgor Drozdov2019-03-201-0/+2
| | | |
* | | | Refactor pipeline_specBob Van Landuyt2019-04-011-3/+35
| |_|/ |/| | | | | | | | | | | | | | | | | This makes sure we load the page as part of the spec, instead of a before block. So we could still perform setup inside shared examples, avoiding failures caught by data being wrongly cached when loading the page multiple times during a single spec
* | | Fixes link in artifacts breadcrumbFilipa Lacerda2019-03-271-0/+6
| | | | | | | | | | | | | | | The link to the job page was not set properly, with this commit it links to the correct job page.
* | | Merge branch 'dm-md-css' into 'master'Annabel Dunstone Gray2019-03-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Untangle Markdown/Diffs/Notes CSS mess See merge request gitlab-org/gitlab-ce!26493
| * | | Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan2019-03-261-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
* | | Rename GitPushService -> Git::BranchPushServiceNick Thomas2019-03-251-1/+1
|/ /