summaryrefslogtreecommitdiff
path: root/features/steps/shared/diff_note.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove /featuresblackst0ne2018-05-141-44/+0
|
* Replace the `project/commits/diff_comments.feature` spinach test with an ↵blackst0ne2018-05-141-193/+0
| | | | rspec analog
* Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-031-0/+1
|\
| * Only copy old/new code when selecting left/right side of parallel diffdm-copy-parallel-diffDouwe Maan2017-10-021-1/+1
| |
* | Expand Spinach window size and remove unsupported trigger callsStan Hu2017-08-111-2/+0
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-021-1/+1
|\ \ | |/
| * Render add-diff-note button with server.Bryce Johnson2017-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
* | Convert variants of trigger('click') -> clickStan Hu2017-06-161-3/+3
|/
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-2/+2
|
* Fix up emoji tests that should have failed :/Eric Eastwood2017-03-241-2/+2
| | | | | | | Some discussion, https://gitlab.slack.com/archives/C0GQHHPGW/p1490398531185144 -> MR to fix failing emoji test: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10230
* Add nested groups support to the routingdz-allow-nested-group-routingDmitriy Zaporozhets2016-11-231-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix diff_comments failurestylistic-changes-to-commit-title-barAnnabel Dunstone Gray2016-11-041-1/+1
|
* Merge branch 'master' into faster-diffsDouwe Maan2016-07-071-6/+6
|\ | | | | | | | | | | | | | | | | # Conflicts: # app/helpers/notes_helper.rb # app/views/projects/diffs/_line.html.haml # app/views/projects/diffs/_parallel_view.html.haml # app/views/projects/diffs/_text_file.html.haml # features/steps/shared/diff_note.rb
| * Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-6/+6
| |
* | fix up testsLuke "Jared" Bennett2016-07-061-9/+8
| | | | | | | | | | | | Added more exceptions Added handling inline view type
* | Diffs will create button/diff form on demand no on server sideJacob Schatz2016-07-061-8/+6
|/
* Update specsDouwe Maan2016-05-131-6/+6
|
* Update click_diff_lineAnnabel Dunstone2016-04-141-1/+1
|
* Diff design updatesAnnabel Dunstone2016-04-071-2/+2
|
* Update diff_comments testsAnnabel Dunstone2016-04-071-2/+2
|
* Tests updatePhil Hughes2016-04-041-2/+2
|
* Updated testsPhil Hughes2016-03-041-2/+2
|
* Fix failing specsfix-comment-on-diff-ajax-loadingRémy Coutable2016-01-211-6/+6
|
* Upgrade Poltergeist to 1.8.1. #4131issue_4131Rubén Dávila2015-12-171-1/+1
|
* Add feature test for emoji-only diff notesGrzegorz Bizon2015-12-031-0/+17
| | | | This specs is related to bug described in #3734 (award-emojis).
* Fix testsDmitriy Zaporozhets2015-09-031-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix features syntaxRobert Speicher2015-06-221-16/+28
|
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-0/+40
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9283
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-21/+21
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-9/+9
|
* Change always passing visible true tests to false.Ciro Santilli2015-01-021-2/+2
|
* Fix test assertionsVinnie Okada2014-10-211-4/+4
| | | | | Make sure we're asserting the correct thing when testing visible and invisible DOM elements.
* Fix houndci warningsVinnie Okada2014-10-181-2/+2
|
* Fix Markdown preview testsVinnie Okada2014-10-181-5/+7
| | | | | Update Spinach tests for Markdown previews for the new-ish tab UI that replaced the old preview/edit toggle button.
* Refactor Markdown preview testsVinnie Okada2014-10-181-9/+9
| | | | | | Create a new shared module for common issue/merge request behavior, use `expect` syntax instead of `should`, and avoid `visible: false` in the `have_css` matcher.
* Add Markdown preview to more formsVinnie Okada2014-10-151-7/+7
| | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
* Replace javascript:; links with buttons.Ciro Santilli2014-09-221-2/+2
|
* Replace old spinach step definitions with step.Ciro Santilli2014-09-221-25/+25
|
* Fix MR factory and some MR testsDmitriy Zaporozhets2014-07-311-9/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont render difscussion for commit diffsDmitriy Zaporozhets2014-06-241-23/+25
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Even more tests fixed :)Dmitriy Zaporozhets2014-05-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix diff testsDmitriy Zaporozhets2014-02-241-21/+21
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update capybara to 2.1, poltergeist to masterDmitriy Zaporozhets2013-04-111-11/+9
|
* improve selectors to pass capybara 2.0Dmitriy Zaporozhets2013-02-211-3/+3
|
* Updated commit diff view with some minor visual modificationsKoen Punt2013-01-271-22/+22
| | | | | | | | | | | Prepared diff view for multiple view modes Converted commits.js to coffeescript image info in separate coffeescript file Added swipe view mode Added onion skin viewMode
* More fixes for testDmitriy Zaporozhets2013-01-151-0/+2
|
* fixing some testDmitriy Zaporozhets2013-01-151-5/+5
|
* Replace commit diff note request specs with spinach featuresRiyad Preukschas2013-01-151-0/+158