summaryrefslogtreecommitdiff
path: root/spec/features/issues/note_polling_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-281-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-051-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-161-1/+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
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
|
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-171-2/+0
|\ | | | | | | | | | | # Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
| * take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdownSimon Knox2017-08-101-2/+0
| |
* | fix static_analysis (rubocop)Jarka Kadlecova2017-08-141-1/+0
| |
* | Fix note polling specs with the new behavior of not updating an external ↵Filipa Lacerda2017-08-121-16/+5
| | | | | | | | updated note being edited
* | Change fixtures of old testsFilipa Lacerda2017-08-101-2/+0
| |
* | 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-1/+1
|\ \ | |/ | | | | | | | | | | # 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-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | IssueNotesRefactor: Fix note polling specs.Fatih Acet2017-07-211-9/+6
| |
* | IssueNotesRefactor: Fix Rspec tests.Fatih Acet2017-07-211-12/+4
|/
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-4/+4
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-3/+3
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-3/+3
|
* Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-071-4/+13
|
* Fix system note comparison and standardize note setupEric Eastwood2017-05-191-4/+20
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32551
* Fix missing .original-note-content and trailing new line edge case32449-fix-note-comparison-trailing-newline-edge-caseEric Eastwood2017-05-181-33/+68
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32449
* Add real-time note edits :chipmunk:Eric Eastwood2017-05-031-6/+69
|
* Add renderNote animation and added specLuke "Jared" Bennett2017-04-191-8/+6
|
* Improve note factoryGrzegorz Bizon2016-05-291-3/+2
|
* Update specs to carry out changes in note factoryGrzegorz Bizon2016-05-291-1/+5
|
* Trigger notes refresh in specs instead of waiting for ajaxtests/note-pollingGrzegorz Bizon2015-12-151-1/+1
|
* Add minor fixes in note polling specsGrzegorz Bizon2015-12-151-4/+2
|
* Add feature specs for note pollingGrzegorz Bizon2015-12-151-0/+18
Ref. #4032, !2084