summaryrefslogtreecommitdiff
path: root/spec/features/snippets
Commit message (Collapse)AuthorAgeFilesLines
...
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-2/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-201-5/+30
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-41/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-101-0/+23
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-091-1/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-282-11/+44
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-262-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-132-0/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-17/+46
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-069-0/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-069-19/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-059-0/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-291-0/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-143-3/+29
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-251-0/+73
|
* Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon2019-09-038-8/+8
|\ | | | | | | | | | | | | Remove spec/rails_helper.rb Closes #66741 See merge request gitlab-org/gitlab-ce!32380
| * Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-308-8/+8
| | | | | | | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* | Improve search result labelsMarkus Koller2019-08-301-11/+3
|/ | | | | | | - Use "results" instead of "blobs", "wiki blobs", "snippet blobs" - Use "comments" instead of "notes" - Use correct pluralization - Don't add "1 - 10 of" if there's only one page
* Fix flaky spec due to image lazy-loading65603-broken-master-spec-features-snippets-user_edits_snippet_spec-rbHeinrich Lee Yu2019-08-051-1/+1
|
* Remove snippet breadcrumb specSean McGivern2019-08-011-19/+0
| | | | We removed the breadcrumbs in 0def36777e3f9e5f57fd0e1ebd023b43229622fc.
* Rename broken spec filesSean McGivern2019-08-011-0/+0
| | | | RSpec only executes files ending in _spec.rb.
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-2612-0/+24
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Persist tmp snippet uploadsOswaldo Ferreira2019-06-171-1/+1
| | | | | | | | | | It persist temporary personal snippets under user/:id namespaces temporarily while creating a upload record to track it. If an user gets removed while it's still a tmp upload, it also gets removed. If the tmp upload is sent, the upload gets moved to personal_snippets/:id as before. The upload record also gets updated to the new model type as well.
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-1/+1
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Remove now-unnecessary md-preview classDouwe Maan2019-03-262-2/+2
|
* Add local markdown versionlocal-markdown-versionJan Provaznik2019-02-061-8/+0
| | | | | | Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-21/+0
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* Feature/new user snippets breadcrumbsJ.D. Bean2018-09-241-0/+17
|
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* render using RedCarpet if legacy_render parameter is setBrett Walker2018-09-051-11/+33
|
* Show the status of a user in interactionsBob Van Landuyt2018-07-302-0/+19
| | | | | | | | | | | | | | | The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
* 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
|\ \ | |/