summaryrefslogtreecommitdiff
path: root/spec/features/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Use proper markdown rendering for previewsBrett Walker2018-07-061-0/+20
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-059-28/+28
|
* blank lines around expect removedhaseeb2018-03-271-3/+0
|
* removed creating projecthaseeb2018-03-191-4/+3
|
* updated integration testhaseeb2018-03-191-13/+12
|
* integration test addedhaseeb2018-03-171-0/+30
|
* add InspectRequests helper automatically to :js testsMike Greiling2017-11-021-1/+0
|
* update all status_code calls to use new inspect_requests helperMike Greiling2017-10-261-6/+7
|
* add accept_confirm around "delete comment" buttonMike Greiling2017-10-241-1/+1
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
| | | | | | | | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* | Replaced trigger click calls for click, also fixed ace_editor-input testJose Ivan Vargas2017-09-271-2/+2
| |
* | Replaced trigger calls for click, fixed click_on callJose Ivan Vargas2017-09-261-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-311-1/+1
|\ \ | |/
| * fix transient test failures caused by wrong dropdown triggerfix-flakesSimon Knox2017-08-281-1/+1
| |
* | Rename find('.ace_editor') -> find('.ace_text-input') to make Chrome happyStan Hu2017-08-161-2/+2
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-163-9/+5
|\ \ | |/
| * Merge branch ↵Clement Ho2017-08-141-5/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | '34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master' Resolve "Make edit comment button always available outside of dropdown" Closes #34527 See merge request !12931
| | * take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdownSimon Knox2017-08-101-5/+1
| | |
| * | Make sure uploads for personal snippets are correctly renderedBob Van Landuyt2017-08-112-4/+4
| |/
* | Remove unsupported `network_traffic` in specsStan Hu2017-08-121-3/+0
|/
* Remove superfluous type defs in specsKeifer Furzland2017-07-2710-10/+10
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern2017-07-192-4/+4
| | | | | Use uploads/system directory for personal snippets See merge request !2123
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-063-4/+45
|\
| * Merge branch '23036-replace-snippets-spinach' into 'master'Rémy Coutable2017-07-053-5/+46
| |\ | | | | | | | | | | | | Replace 'snippets/snippets.feature' spinach with rspec See merge request !12385
| | * Replace 'snippets/snippets.feature' spinach with rspecAlexander Randa2017-07-053-5/+46
| | |
* | | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-297-9/+9
|/ /
* | Resolve "Unable to access edit comment from dropdown menu in certain screen ↵Luke "Jared" Bennett2017-06-271-0/+1
|/ | | | sizes"
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-197-9/+9
|
* Disable autocomplete on snippets commentsEric Eastwood2017-06-191-0/+16
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
* Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-071-1/+11
|
* Support uploads for newly created personal snippets12910-snippets-descriptionJarka Kadlecova2017-06-072-3/+25
|
* Support descriptions for snippetsJarka Kadlecova2017-05-312-2/+87
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-224-9/+9
|
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-4/+21
| | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094
* Merge branch 'snippets_visibility' into 'security'Sean McGivern2017-05-101-0/+23
| | | | | | Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087
* Just assert the existence of the timeago elementLuke "Jared" Bennett2017-05-081-4/+3
|
* Check for all possible timeago strings that can be rendered in a few ↵fix-notes_on_personal_snippets_spec-timeago-assertion-ceLuke "Jared" Bennett2017-05-081-1/+4
| | | | minutes. We cannot rely on 'less than a minute ago'
* Support comments for personal snippetsJarka Kadlecova2017-05-051-2/+62
|
* Merge branch 'dm-snippet-download-button' into 'master' Sean McGivern2017-05-021-0/+12
|\ | | | | | | | | Add download button to project snippets See merge request !11004
| * Add download button to project snippetsdm-snippet-download-buttonDouwe Maan2017-04-301-0/+12
| |
* | Display comments for personal snippets12910-personal-snippets-notes-showJarka Kadlecova2017-05-021-0/+39
|/
* Use blob viewers for snippetsDouwe Maan2017-04-303-4/+133
|
* Merge branch 'move-user-snippets-spinach-test-to-rspec' into 'master'Rémy Coutable2017-02-091-0/+49
|\ | | | | | | | | Move 'User Snippets' Spinach feature to Rspec See merge request !8574
| * Move 'User Snippets' Spinach feature to Rspecthe-undefined2017-01-161-0/+49
| | | | | | | | | | | | | | | | This commit moves the `snippets/user.feature` Spinach test to a Rspec feature, as part of deprecating the Spinach test suite. - Remove Spinach discover snippets feature and steps - Add Rspec feature test
* | Allow to use + symbol in filenamesblackst0ne2017-01-151-0/+14
|/
* Ensure user is authenticated to create a new snippet25026-authenticate-user-for-new-snippetRémy Coutable2016-11-281-0/+20
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'move-snippet-discover-spinach-test-to-rspec' into 'master' Dmitriy Zaporozhets2016-11-161-0/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move 'Explore Snippets' Spinach feature to Rspec ## What does this MR do? It moves the `features/snippets/discover.feature` Spinach test to a Rspec feature. ## Are there points in the code the reviewer needs to double check? The original feature was called 'Discover Snippets', but the UI no longer reflects this wording. The new Rspec feature is called 'Explore Snippets' to reflect UI/Controller/View naming in use. ## Why was this MR needed? As part of deprecating the Spinach test suite. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [-] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [-] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [-] API support added - Tests - [x] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #23036 See merge request !7349
| * Move 'Explore Snippets' Spinach feature to Rspecthe-undefined2016-11-081-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | This commit moves the `snippets/discover.feature` Spinach test to a Rspec feature, as part of deprecating the Spinach test suite. The original feature was called 'Discover Snippets', but the UI no longer reflects this wording. The new Rspec feature is called 'Explore Snippets' to reflect UI/Controller/View naming in use. - Remove Spinach discover snippets feature and steps - Add Rspec feature test