summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '_acet-related-mrs-widget-rewrite' into 'master'Kushal Pandya2019-04-071-1/+1
|\ | | | | | | | | | | | | Rewrite related MRs widget with Vue Closes #58926 and #57662 See merge request gitlab-org/gitlab-ce!27027
| * Rewrite related MRs widget with Vue_acet-related-mrs-widget-rewriteFatih Acet2019-04-051-1/+1
| | | | | | | | | | This MR rewrites existing Related Merge Requests widget with Vue with reusing shared Related Issues components
* | 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-053-0/+54
|/ | | | | | | | | | | | | | | | | 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
* Add checkbox to choose to create new list when creating new labelTucker Chapman2019-04-052-1/+19
|
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-057-324/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-057-0/+324
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Merge branch '59570-remove-due-date-quick-action' into 'master'Sean McGivern2019-04-051-19/+2
|\ | | | | | | | | | | | | Extract remove due date spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26922
| * Extract remove due date spec to shared example59570-remove-due-date-quick-actionAlexandru Croitor2019-04-051-19/+2
| |
* | Merge branch '59570-target-branch-quick-action' into 'master'Sean McGivern2019-04-051-78/+1
|\ \ | | | | | | | | | | | | | | | | | | Extract target branch quick action to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26933
| * | Extract target branch quick action to shared example59570-target-branch-quick-actionAlexandru Croitor2019-04-041-78/+1
| | |
* | | Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-0528-65/+65
| | | | | | | | | | | | | | | | | | | | | - 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-043-3/+3
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Display cluster form validation error messages inline Closes #57602 See merge request gitlab-org/gitlab-ce!26502
| * | Specify new validation message selectorEnrique Alcantara2019-04-033-3/+3
| | | | | | | | | | | | | | | 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
* | | Merge branch '59570-confidential-quick-action' into 'master'Sean McGivern2019-04-041-36/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Extract confidential quick action spec to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26913
| * | | Extract confidential quick action spec to a shared example59570-confidential-quick-actionAlexandru Croitor2019-04-041-36/+3
| | |/ | |/|
* | | Consider array params on rendering MR list on dashboardIgor2019-04-041-0/+25
| | | | | | | | | | | | | | | This fixes the bug, when approver filter is provided, but dashboard asks to enter any filter
* | | Fixed test specsOswaldo Ferreira2019-04-041-7/+104
|/ / | | | | | | | | - added suggestions to mock data - fixed props to be not required
* | Merge branch '59570-tag-quick-action' into 'master'Sean McGivern2019-04-041-22/+1
|\ \ | | | | | | | | | | | | | | | | | | Move tag quick action spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26904
| * | Move tag quick action spec to shared example59570-tag-quick-actionAlexandru Croitor2019-04-031-22/+1
| | |
* | | Merge branch '59570-merge-quick-action' into 'master'Sean McGivern2019-04-041-68/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Extract merge quick action to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26925
| * | | Extract merge quick action to a shared example59570-merge-quick-actionAlexandru Croitor2019-04-031-68/+2
| |/ /
* | | Merge branch '24704-download-repository-path' into 'master'Kushal Pandya2019-04-044-5/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Download a folder from repository Closes #24704 See merge request gitlab-org/gitlab-ce!26532
| * | | Make the dropdown match the designPatrick Bajao2019-04-024-5/+4
| |/ / | | | | | | | | | Regenerate locale.pot as well
* | | Fix broken spec for Merge request > Revert modalDouglas Barbosa Alexandre2019-04-031-2/+4
| | |
* | | Merge branch '13784-validate-variables-for-masking' into 'master'Clement Ho2019-04-032-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
| * | | Add control for variable value maskingmfluharty2019-03-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable
* | | | Remove reply_to_individual_notes feature flag58644-remove-reply_to_individual_notes-feature-flagHeinrich Lee Yu2019-04-031-12/+1
| |/ / |/| | | | | | | | Also removes specs related to the flag
* | | 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