summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Extract merge quick action to a shared example59570-merge-quick-actionAlexandru Croitor2019-04-031-68/+2
|
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-023-1/+52
|\ | | | | | | jarv/dev-to-gitlab-2019-04-02
| * Merge branch 'security-2819-xss-resolve-conflicts-branch-name' into 'master'GitLab Release Tools Bot2019-04-021-0/+15
| |\ | | | | | | | | | | | | Fix XSS in resolve conflicts form See merge request gitlab/gitlabhq!2977
| | * Fix XSS in resolve conflicts formPaul Slaughter2019-03-071-0/+15
| | | | | | | | | | | | | | | | | | The issue arose when the branch name contained Vue template JavaScript. The fix is to use `v-pre` which disables Vue compilation in a template.
| * | Merge branch 'security-56224' into 'master'GitLab Release Tools Bot2019-04-021-1/+35
| |\ \ | | | | | | | | | | | | | | | | Fix related branches visible in issues for guests See merge request gitlab/gitlabhq!2996
| | * | Hide related branches when user does not have permissionMark Chao2019-03-211-1/+35
| | | | | | | | | | | | | | | | Guest user of a project should not see branches
| * | | 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
* | | | | Merge branch 'sh-fix-failing-spec-on-first-da' into 'master'James Lopez2019-03-301-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix failing spec in spec/features/users/login_spec.rb Closes #59731 See merge request gitlab-org/gitlab-ce!26787
| * | | | | Fix failing spec in spec/features/users/login_spec.rbStan Hu2019-03-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This spec would start to fail on the first of the month because the generated text would have a zero-padded day (e.g. 01 vs 1), whereas the expected text check used an unpadded day via the `-d` parameter in strftime (https://apidock.com/ruby/Date/strftime). To fix this, we use use the `d` parameter to pad zeros. This spec was introduced recently in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25731. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59731
* | | | | | Renames Cluster#managed? to provided_by_user?Mayra Cabrera2019-03-291-0/+80
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This will allow to user the term managed? on https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be used to distinct clusters that are automatically managed by GitLab
* | | | | Extend quick actions dsl50199-quick-actions-refactorAlexandru Croitor2019-03-292-69/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Extend quick actions dsl to allow specifying model types to which given quick action applies * Rename issuable attribute to noteable in interpret_service.rb * Refactor and reorder quick action specs * Create a shared example spec for each quick action to be used for issue, merge request and commit specs. https://gitlab.com/gitlab-org/gitlab-ce/issues/50199
* | | | | Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil Trzciński2019-03-272-2/+2
| | | | | | | | | | | | | | | This reverts merge request !25476
* | | | | Scaffold UI elements for minimal versionMiranda Fluharty2019-03-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Add a masked switch to variable rows Copy some behavior from the protected switch
* | | | | 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 '48132-display-output-from-pre-receive-scripts' into 'master'Dmitriy Zaporozhets2019-03-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow custom hooks errors to appear in GitLab UI Closes #48132 See merge request gitlab-org/gitlab-ce!25625
| * | | | | Allow custom hooks errors to appear in GitLab UILuke Duncalfe2019-03-261-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error messages from custom pre-receive hooks now appear in the GitLab UI. This is re-enabling a feature that had been disabled in merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18646 The feature had been disabled due to security concerns that information which was not intended to be public (like stack traces) would leak into public view. PreReceiveErrors (from pre-receive, post-receive and update custom hooks) are now filtered for messages that have been prefixed in a particular way. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48132
* | | | | Merge branch ↵Rémy Coutable2019-03-261-0/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '49910-reopening-a-closed-milestone-from-the-closed-milestones-page-fails2' into 'master' Fix bug when reopening milestone from index page Closes #49910 See merge request gitlab-org/gitlab-ce!26597
| * | | | | Fix bug when reopening milestone from index pageMark Fletcher2019-03-261-0/+28
| | | | | |
* | | | | | Merge branch 'dm-md-css' into 'master'Annabel Dunstone Gray2019-03-265-8/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Untangle Markdown/Diffs/Notes CSS mess See merge request gitlab-org/gitlab-ce!26493
| * | | | | | Remove now-unnecessary md-preview classDouwe Maan2019-03-262-2/+2
| | | | | | |
| * | | | | | Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan2019-03-263-6/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge branch '15463-rename-git-push-services' into 'master'Rémy Coutable2019-03-261-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Rename GitTagPushService and GitPushService to be more consistent See merge request gitlab-org/gitlab-ce!26547
| * | | | | Rename GitPushService -> Git::BranchPushServiceNick Thomas2019-03-251-1/+1
| | |/ / / | |/| | |
* | | | | Expand discussion when opening link to commentHeinrich Lee Yu2019-03-261-9/+29
|/ / / / | | | | | | | | | | | | Makes discussion expansion depend on `discussion.expanded`
* | | | Merge branch '57357-automate-base-domain-help-text' into 'master'Kushal Pandya2019-03-221-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automate base domain help text on Clusters page Closes #57357 See merge request gitlab-org/gitlab-ce!26124
| * | | | Hide/show ingress external ip help textEnrique Alcantara2019-03-211-2/+4
| | | | | | | | | | | | | | | | | | | | Use not_to instead of to__not
* | | | | Update merge request widget pipeline blockNathan Friend2019-03-211-0/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the pipeline block that appears on the merge request page to include information that will be exposed by the API as part of the post-merge pipeline feature.
* | | | | 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-212-39/+134
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Update pipeline list view to accommodate post-merge request pipelines See merge request gitlab-org/gitlab-ce!25690
| * | | | | Update pipeline list viewNathan Friend2019-03-202-39/+134
| |/ / / / | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge branch 'ce-6571-single-codebase' into 'master'Rémy Coutable2019-03-201-0/+11
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | CE-port of 6571-single-codebase See merge request gitlab-org/gitlab-ce!26355
| * | | | CE-port of 6571-single-codebaseHeinrich Lee Yu2019-03-201-0/+11
| | | | | | | | | | | | | | | | | | | | Adds conditional to close assignee menu when visible in EE
* | | | | Merge branch '58883-fix-fetching-comments' into 'master'Fatih Acet2019-03-201-0/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize discussionFilter after notesApp Closes #58883 See merge request gitlab-org/gitlab-ce!26092
| * | | | | Initialize discussion filter after notes appHeinrich Lee Yu2019-03-191-0/+33
| | |/ / / | |/| | | | | | | | | | | | | Also sets default selectedValue for discussion filter when not logged in
* | | | | Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'Kushal Pandya2019-03-201-83/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25958
| * | | | Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'Phil Hughes2019-03-111-83/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25542 (cherry picked from commit 2dcbc0fa5657ab5c4ed46c5c84b8674faec36ea8)
* | | | | Add additional link to 2fa pageGosia Ksionek2019-03-201-11/+18
| |_|/ / |/| | |
* | | | 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
* | | | Merge branch 'feature/users-search-results' into 'master'Sean McGivern2019-03-191-0/+83
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Add users search results to global search Closes #25973 See merge request gitlab-org/gitlab-ce!21197
| * | | add users search results to group scoped searchAlexis Reigel2019-03-141-0/+30
| | | |
| * | | add users search results to project scoped searchAlexis Reigel2019-03-142-18/+53
| | | |
| * | | add users search results to global searchAlexis Reigel2019-03-141-0/+18
| | | |
* | | | Show loading spinner for Ingress/Knative IPJacques Erasmus2019-03-141-1/+1
|/ / / | | | | | | | | | Show a loading spinner while Ingress/Knative IP is being assigned
* | | Merge branch '56833-project-improve-empty-repository-state-ui-fe' into 'master'Douwe Maan2019-03-142-50/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Project: Improve empty repository state UI [FE]" Closes #56833 See merge request gitlab-org/gitlab-ce!26024