Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove /features | blackst0ne | 2018-05-14 | 1 | -44/+0 |
| | |||||
* | Replace the `project/commits/diff_comments.feature` spinach test with an ↵ | blackst0ne | 2018-05-14 | 1 | -193/+0 |
| | | | | rspec analog | ||||
* | Merge branch 'master' into sh-headless-chrome-support | Jose Ivan Vargas | 2017-10-03 | 1 | -0/+1 |
|\ | |||||
| * | Only copy old/new code when selecting left/right side of parallel diffdm-copy-parallel-diff | Douwe Maan | 2017-10-02 | 1 | -1/+1 |
| | | |||||
* | | Expand Spinach window size and remove unsupported trigger calls | Stan Hu | 2017-08-11 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'master' into sh-headless-chrome-support | Stan Hu | 2017-08-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Render add-diff-note button with server. | Bryce Johnson | 2017-06-29 | 1 | -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') -> click | Stan Hu | 2017-06-16 | 1 | -3/+3 |
|/ | |||||
* | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requests | Oswaldo Ferreira | 2017-05-22 | 1 | -2/+2 |
| | |||||
* | Fix up emoji tests that should have failed :/ | Eric Eastwood | 2017-03-24 | 1 | -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-routing | Dmitriy Zaporozhets | 2016-11-23 | 1 | -0/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix diff_comments failurestylistic-changes-to-commit-title-bar | Annabel Dunstone Gray | 2016-11-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into faster-diffs | Douwe Maan | 2016-07-07 | 1 | -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 interface | Douwe Maan | 2016-07-06 | 1 | -6/+6 |
| | | |||||
* | | fix up tests | Luke "Jared" Bennett | 2016-07-06 | 1 | -9/+8 |
| | | | | | | | | | | | | Added more exceptions Added handling inline view type | ||||
* | | Diffs will create button/diff form on demand no on server side | Jacob Schatz | 2016-07-06 | 1 | -8/+6 |
|/ | |||||
* | Update specs | Douwe Maan | 2016-05-13 | 1 | -6/+6 |
| | |||||
* | Update click_diff_line | Annabel Dunstone | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | Diff design updates | Annabel Dunstone | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | Update diff_comments tests | Annabel Dunstone | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | Tests update | Phil Hughes | 2016-04-04 | 1 | -2/+2 |
| | |||||
* | Updated tests | Phil Hughes | 2016-03-04 | 1 | -2/+2 |
| | |||||
* | Fix failing specsfix-comment-on-diff-ajax-loading | Rémy Coutable | 2016-01-21 | 1 | -6/+6 |
| | |||||
* | Upgrade Poltergeist to 1.8.1. #4131issue_4131 | Rubén Dávila | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Add feature test for emoji-only diff notes | Grzegorz Bizon | 2015-12-03 | 1 | -0/+17 |
| | | | | This specs is related to bug described in #3734 (award-emojis). | ||||
* | Fix tests | Dmitriy Zaporozhets | 2015-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix features syntax | Robert Speicher | 2015-06-22 | 1 | -16/+28 |
| | |||||
* | Support commenting on a diff in side-by-side view | Stan Hu | 2015-06-16 | 1 | -0/+40 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9283 | ||||
* | Change `within` to `page.within` in feature steps | Robert Speicher | 2015-06-12 | 1 | -21/+21 |
| | |||||
* | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 1 | -9/+9 |
| | |||||
* | Change always passing visible true tests to false. | Ciro Santilli | 2015-01-02 | 1 | -2/+2 |
| | |||||
* | Fix test assertions | Vinnie Okada | 2014-10-21 | 1 | -4/+4 |
| | | | | | Make sure we're asserting the correct thing when testing visible and invisible DOM elements. | ||||
* | Fix houndci warnings | Vinnie Okada | 2014-10-18 | 1 | -2/+2 |
| | |||||
* | Fix Markdown preview tests | Vinnie Okada | 2014-10-18 | 1 | -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 tests | Vinnie Okada | 2014-10-18 | 1 | -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 forms | Vinnie Okada | 2014-10-15 | 1 | -7/+7 |
| | | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes. | ||||
* | Replace javascript:; links with buttons. | Ciro Santilli | 2014-09-22 | 1 | -2/+2 |
| | |||||
* | Replace old spinach step definitions with step. | Ciro Santilli | 2014-09-22 | 1 | -25/+25 |
| | |||||
* | Fix MR factory and some MR tests | Dmitriy Zaporozhets | 2014-07-31 | 1 | -9/+14 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Dont render difscussion for commit diffs | Dmitriy Zaporozhets | 2014-06-24 | 1 | -23/+25 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Even more tests fixed :) | Dmitriy Zaporozhets | 2014-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix diff tests | Dmitriy Zaporozhets | 2014-02-24 | 1 | -21/+21 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update capybara to 2.1, poltergeist to master | Dmitriy Zaporozhets | 2013-04-11 | 1 | -11/+9 |
| | |||||
* | improve selectors to pass capybara 2.0 | Dmitriy Zaporozhets | 2013-02-21 | 1 | -3/+3 |
| | |||||
* | Updated commit diff view with some minor visual modifications | Koen Punt | 2013-01-27 | 1 | -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 test | Dmitriy Zaporozhets | 2013-01-15 | 1 | -0/+2 |
| | |||||
* | fixing some test | Dmitriy Zaporozhets | 2013-01-15 | 1 | -5/+5 |
| | |||||
* | Replace commit diff note request specs with spinach features | Riyad Preukschas | 2013-01-15 | 1 | -0/+158 |