summaryrefslogtreecommitdiff
path: root/spec/features/task_lists_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-211-0/+69
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+1
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan2019-03-261-4/+4
| | | | | | | | | | | 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.
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-68/+0
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* Fix rubocop errorsBrett Walker2019-01-301-2/+4
|
* Fix task list feature specsBrett Walker2019-01-301-13/+13
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
|
* enable CommonMark as the defaultBrett Walker2018-06-141-5/+40
|
* Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate2017-10-101-1/+1
|
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-4/+4
| | | | | | 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.
* Fix failling spec/features/task_lists_spec.rb due to wrong login helperssh-fix-js-task-list-failureStan Hu2017-09-031-2/+2
| | | | This was failing on master (e.g. https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/31176922)
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-171-2/+2
|\ | | | | | | | | | | # Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
| * Just use repository would fix the testLin Jen-Shin2017-08-111-4/+1
| |
| * Fix more testsLin Jen-Shin2017-08-111-0/+4
| |
| * Fake out Repository#fetch_ref for merge request ifLin Jen-Shin2017-08-091-3/+2
| | | | | | | | | | the project didn't have a repository setup. We don't try to stub it if the repository was already there.
* | Fix broken task list specFilipa Lacerda2017-08-131-6/+7
| |
* | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-041-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
| * Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
| |
* | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-311-2/+2
|\ \ | |/ | | | | | | | | | | # Conflicts: # app/controllers/concerns/notes_actions.rb # spec/features/task_lists_spec.rb # spec/support/features/issuable_slash_commands_shared_examples.rb
| * Remove superfluous type defs in specsKeifer Furzland2017-07-271-2/+2
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | IssueNotesRefactor: Fix task list specs.Fatih Acet2017-07-211-3/+1
|/
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-8/+8
|
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-11/+6
|
* fix tasks list spec in rspecRegis2017-05-031-13/+14
|
* fix task_list spec - not ocmpletely but progressRegis2017-05-011-5/+5
|
* fix rubocop offensesRegis2017-05-011-15/+8
|
* fix merge conflict with issue_show hamlRegis2017-04-251-1/+2
|\
| * Use `:empty_project` where possible in top-level feature specsrs-empty-project-featuresRobert Speicher2017-04-201-1/+2
| |
* | test async nature of issue showRegis2017-04-251-8/+1
| |
* | fix a few tests (not all) - update title in tab with new issueRegis2017-04-241-1/+23
|/
* fix nested tasks in ordered listJarka Kadlecova2017-01-241-1/+43
|
* Shorten task status phraseClement Ho2016-08-291-73/+193
|
* Update specs to carry out changes in note factoryGrzegorz Bizon2016-05-291-1/+4
|
* Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan2015-12-161-2/+2
|
* Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list"rs-revert-gh-9820Robert Speicher2015-11-161-0/+3
| | | | | This reverts commit 63144cd062f6d259f1f30b6e06eb92a16caa8dec, reversing changes made to 8ab5df9d872414b2cca3ebd16d57b89e2f19e06a.
* Avoid render edit_form in each notes.Jason Lee2015-11-121-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use RJS to render edit note feature. Before: ``` Rendered projects/notes/_note.html.haml (27.9ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.7ms) Rendered projects/_md_preview.html.haml (3.9ms) Rendered projects/notes/_edit_form.html.haml (6.9ms) Rendered projects/notes/_note.html.haml (17.7ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.6ms) Rendered projects/_md_preview.html.haml (3.4ms) Rendered projects/notes/_edit_form.html.haml (7.0ms) ``` After: ``` Rendered projects/notes/_note.html.haml (13.8ms) Rendered projects/notes/_note.html.haml (7.1ms) Rendered projects/notes/_note.html.haml (9.5ms) Rendered projects/notes/_note.html.haml (8.5ms) ``` This change reduce at least 6ms * N ('N' - number of notes).
* Update tests and use js-issuable class for context formDmitriy Zaporozhets2015-06-261-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change wording for task list summariesRobert Speicher2015-05-061-2/+2
|
* Task List feature and JS specsRobert Speicher2015-05-061-0/+151