summaryrefslogtreecommitdiff
path: root/spec/features/projects
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
|/ /
* | Merge branch 'nfriend-update-job-detail-view-sidebar' into 'master'Filipa Lacerda2019-03-211-0/+109
|\ \ | | | | | | | | | | | | Update job detail view sidebar to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25777
| * | Update job detail sidebar for post-merge pipelinesNathan Friend2019-03-201-0/+109
| | | | | | | | | | | | | | | This commit updates the job detail view sidebar to accommodate new states introduced as part of the post-merge pipeline feature.
* | | Merge branch 'nfriend-update-pipeline-list-view' into 'master'Filipa Lacerda2019-03-211-0/+95
|\ \ \ | | | | | | | | | | | | | | | | Update pipeline list view to accommodate post-merge request pipelines See merge request gitlab-org/gitlab-ce!25690
| * | | Update pipeline list viewNathan Friend2019-03-201-0/+95
| |/ / | | | | | | | | | | | | This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
* | | Merge branch '57115-just-in-time-k8s-resource-creation' into 'master'Clement Ho2019-03-203-0/+66
|\ \ \ | |/ / |/| | | | | | | | Create project-specific Kubernetes resources just-in-time See merge request gitlab-org/gitlab-ce!25586
| * | Create framework for build prerequisitesTiger2019-03-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces the concept of Prerequisites for a CI build. If a build has unmet prerequisites it will go through the :preparing state before being made available to a runner. There are no actual prerequisites yet, so current behaviour is unchanged.
| * | Add :preparing status to HasStatusTiger2019-03-203-0/+65
| |/ | | | | | | | | | | | | | | | | | | | | Introduces a new status for builds between :created and :pending that will be used when builds require one or more prerequisite actions to be completed before being picked up by a runner (such as creating Kubernetes resources before deploying). The existing :created > :pending transition is unchanged, so only builds that require preparation will use the :preparing status.
* | Update pipeline detail view to accommodate post-merge pipelinesShinya Maeda2019-03-191-2/+121
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit changes Add spec Add changelog fix fix Fix Fix spec Finish spec ok nice ok ok ok fix
* Show loading spinner for Ingress/Knative IPJacques Erasmus2019-03-141-1/+1
| | | | Show a loading spinner while Ingress/Knative IP is being assigned
* Clean up empty repository state UIMartin Wortschack2019-03-122-50/+10
| | | | | - Remove irrelevante information - Remove horizontal scrolling on smaller viewports - Hide auto devops flash message for empty projects
* Enable/disable Auto DevOps at Group levelMayra Cabrera2019-03-121-0/+31
| | | | | | | | | | | | - Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
* Add support for ingress hostnamesingress-hostnameswalkafwalka2019-03-071-6/+6
|
* Merge branch 'fix-blob-editor-deleting-content' into 'master'Filipa Lacerda2019-03-071-0/+9
|\ | | | | | | | | | | | | Fixed the blob editor deleting all content for files Closes #58578 See merge request gitlab-org/gitlab-ce!25865
| * Fixed the blob editor deleting all content for filesPhil Hughes2019-03-071-0/+9
| | | | | | | | | | | | This only happens for files that the path consists of only numbers Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58578
* | Merge branch '56937-edit-knative-domain' into 'master'Grzegorz Bizon2019-03-071-16/+64
|\ \ | |/ |/| | | | | | | | | Edit Knative domain after it has been deployed Closes #56937 See merge request gitlab-org/gitlab-ce!25386
| * Don't use sleep in feature specsJoão Cunha2019-03-061-25/+8
| |
| * Rename ClusterUpdateAppWorker to ClusterPatchAppWorkerJoão Cunha2019-03-051-1/+1
| | | | | | | | - This is to avoid colision with EE ClusterUpdateAppWorker
| * Fix rubocop offensesJoão Cunha2019-03-051-2/+2
| |
| * Adds Knative udpate feature specsJoão Cunha2019-03-051-8/+73
| | | | | | | | | | - specs for clicking Install button - specs for clicking Save changes button
* | Use gitlab-ci job name in environment dropdownMiranda Fluharty2019-03-072-7/+7
| | | | | | | | | | Use plain job name in the "Deploy to..." dropdown Both in the old haml template and in the new vue component
* | Merge branch 'ce-project-settings-freshen-titles-descriptions' into 'master'Kushal Pandya2019-03-071-0/+43
|\ \ | | | | | | | | | | | | CE Update project settings section titles and info See merge request gitlab-org/gitlab-ce!25817
| * | Update project settings section titles and infoLuke Bennett2019-03-061-0/+43
| |/ | | | | | | | | | | | | | | Improve wording of project settings section headers. Improve order of sections. Adds section toggling by section title. Translates section titles and descriptions.
* | Merge branch 'fix/38010-sidebar-loads-and-collapses' into 'master'Fatih Acet2019-03-061-0/+102
|\ \ | | | | | | | | | | | | | | | | | | Updated ContextualSidebar to render collapsed on smaller screens Closes #38010 See merge request gitlab-org/gitlab-ce!24555
| * | Align nav-sidebar with design.gitlab.com docsEzekiel Kigbo2019-03-051-27/+43
| | | | | | | | | | | | | | | | | | | | | | | | Updated nav-sidebar to reflect the documented behaviour from the design.gitlab.com docs: https://design.gitlab.com/regions/navigation#contextual-navigation Updated rspec tests to reflect the expected behaviour
| * | Fix collapsing behaviour at 1200pxEzekiel Kigbo2019-03-051-18/+20
| | |
| * | Added test for interacting with the nav-sidebar on smaller screensEzekiel Kigbo2019-03-051-0/+84
| |/ | | | | | | Use mobile collapsing behaviour at width 1200px
* | Merge dev master into GitLab.com masterYorick Peterse2019-03-043-4/+4
|\ \ | |/ |/|