summaryrefslogtreecommitdiff
path: root/spec/javascripts/merge_request_tabs_spec.js
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann2019-03-261-3/+3
* Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-221-3/+3
* Remove .raw from JavaScript fixture file namesWinnie Hellmann2019-03-211-3/+3
* Resolve "Jump to top in merge request"Sam Bigelow2018-11-271-0/+34
* Fixed merge request fill tree not respecting fluid widthPhil Hughes2018-10-191-0/+8
* Performance Improvements to Vue MR pageTim Zallmann2018-06-301-0/+1
* Changes tab VUE refactoringFelipe Artur2018-06-211-409/+156
* fix more instances of "import *" with spyOnDependencyMike Greiling2018-04-231-7/+6
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
* fixed failing specsPhil Hughes2018-01-311-4/+4
* Converted merge_request_tabs.js to axiosPhil Hughes2018-01-301-30/+66
* Fix racing condition in Ajax call of merge_request_tabs_spec.jswinh-fix-transient-loadDiff-failureWinnie Hellmann2017-12-201-5/+9
* Export and use Notes ES modulePhil Hughes2017-12-151-10/+9
* Export JS classes as modulesph-more-es-modulesPhil Hughes2017-12-151-2/+2
* use exported methods instead of gl.utilsPhil Hughes2017-12-081-6/+7
* Remove Diff class from globalnamespaceFilipa Lacerda2017-10-191-3/+2
* Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-1/+4
* Stop breadcrumbs changing container when in side-by-side diffmr-side-by-side-breadcrumbs-containerPhil Hughes2017-09-251-0/+23
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-3/+4
* Fixes the diff changes buttons from toggling when scrollingchanges-bar-sticky-fixPhil Hughes2017-08-291-0/+11
* refactor SingleFileDiff class to ES module syntaxMike Greiling2017-07-061-1/+0
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-10/+6
* Fix linking to line number on parallel diff creating empty discussion34010-fix-linking-to-parallel-diff-line-number-creating-gray-boxEric Eastwood2017-06-211-24/+114
* remove phantomjs-specific test hacksMike Greiling2017-06-141-19/+6
* Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling2017-06-131-6/+19
* remove phantomjs-specific test hacksMike Greiling2017-06-131-19/+6
* Fix error thrown with missing note fragment in DOM32888-fix-error-after-missing-note-hash-fragment-in-domEric Eastwood2017-05-261-1/+44
* fix eslint failuresMike Greiling2017-05-161-1/+1
* update frontend specs to use ES module syntaxMike Greiling2017-05-161-8/+8
* Standardize jasmine test describe block names that test specific methodsClement Ho2017-05-051-5/+5
* Remove Vue from main bundle and disable production warningsMike Greiling2017-04-071-0/+1
* Fixed duplicate jQuery AJAX spyonkarma-failure-fixPhil Hughes2017-04-071-4/+3
* Merge branch '5983-realtime-pipelines-table' into 'master' Kamil TrzciƄski2017-04-071-1/+14
|\
| * Fixes failing spec5983-realtime-pipelines-tableAlfredo Sumaran2017-04-061-1/+14
* | Fix container issue when switching parallel "Changes" MR tab before done loading29193-fix-switching-mr-changes-tab-before-loadingEric Eastwood2017-04-031-1/+29
|/
* Reset container width when switching to pipelines MR tabEric Eastwood2017-03-281-0/+40
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-171-1/+1
* Fix regression where cmd-click stopped working for todos and merge request tabs27922-cmd-click-todo-doesn-t-workClement Ho2017-02-151-6/+34
* Replace static fixture for merge_request_tabs_spec.js (!9172)winniehell2017-02-131-2/+2
* ESLint: remove `expect()` from `beforeEach()`Kushal Pandya2017-02-071-4/+18
* Refactor tests for `#opensInNewTab`Kushal Pandya2017-02-071-20/+3
* Update param name, add test for `e.which = 2`Kushal Pandya2017-02-071-2/+19
* Tests for clickTab with Mac and PCKushal Pandya2017-02-071-0/+36
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-1/+0
|\
| * Remove turbolinks.Bryce Johnson2017-02-021-1/+0
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-1/+6
|\ \ | |/
* | phantomJS doesn't allow us to spyOn history.replaceStateMike Greiling2017-01-131-7/+15
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-3/+3
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-101-1/+0
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-4/+5
|/