summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/merge_request_tabs.js
Commit message (Expand)AuthorAgeFilesLines
* Update MR diff blob_fork_suggestion after jQuery updateupdate-mr-diff-blob-fork-suggestion-after-jquery-udpateEric Eastwood2017-04-251-1/+2
* Fix diffs with edit-forking needs31276-fix-diffs-with-edit-forking-needsEric Eastwood2017-04-241-0/+11
* Remove Vue from main bundle and disable production warningsMike Greiling2017-04-071-4/+1
* Fixed duplicate jQuery AJAX spyonkarma-failure-fixPhil Hughes2017-04-071-3/+3
* Fixes failing spec5983-realtime-pipelines-tableAlfredo Sumaran2017-04-061-0/+2
* Destroys pipeline table component when we change tabs in order to stop pollingFilipa Lacerda2017-04-061-13/+13
* Reset container width when switching to pipelines MR tabEric Eastwood2017-03-281-8/+25
* Remove forced scroll into view when switching to "Changes" MR tabEric Eastwood2017-03-231-3/+0
* remove Cookies class from global spaceMike Greiling2017-03-221-2/+2
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+358
* refactor MergeRequestTabs to es6 class syntaxMike Greiling2016-12-021-405/+0
* fix diff line highlighting by moving method from the MergeRequestTabs class t...Mike Greiling2016-12-021-35/+11
* temporarily revert "Added forceLoad ability to singleFileDiffs, added callbac...Mike Greiling2016-12-021-16/+2
* Clean up common_utils.js (!7318)winniehell2016-12-011-1/+2
* Merge branch '24010-Add-named-anchors-for-diffs-in-the-commit-page' into 'mas...Sean McGivern2016-11-171-1/+2
|\
| * Fix double event and xhr request call on MR page !7298Yar2016-11-151-1/+2
* | explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* | Merge branch 'vue2' into 'master' Fatih Acet2016-11-111-2/+2
|\ \
| * | Changed how resolving notes is renderedPhil Hughes2016-11-101-2/+2
| |/
* | Account for merge request fixed affix bar23520-mr-sticky-tabs-overlap-discussion-from-anchorLuke Bennett2016-11-101-1/+1
|/
* Merge branch '21633-permalink-to-collapsed-diff-line-does-not-work' into 'mas...Fatih Acet2016-11-011-2/+16
|\
| * Added forceLoad ability to singleFileDiffs, added callback to getContentHTML,...21633-permalink-to-collapsed-diff-line-does-not-workLuke Bennett2016-10-211-2/+16
* | disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* | replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-241-2/+2
* | invoked the pipelines class when builds are dynamically loaded and dispatched...Luke Bennett2016-10-241-0/+1
* | Fixed issue when images are loading it would push off the tabsfixed-mr-tabs-fixesPhil Hughes2016-10-201-2/+8
* | Fixed issues with sticky mr tabs & sidebarPhil Hughes2016-10-201-10/+1
|/
* Merge branch 'mr-tabs-affix' into 'master' Fatih Acet2016-10-141-0/+41
|\
| * Fixed testsPhil Hughes2016-10-061-6/+9
| * Merge request tabs stick when scrolling pagePhil Hughes2016-10-061-0/+38
* | MergeRequest new form load diff asynchronouslynew-merge-requests-commit-tab-activePaco Guzman2016-10-061-5/+18
|/
* ensure the 'fixed layout' preference is honored whenever possibleMike Greiling2016-09-201-5/+29
* Fix line diff side-by-side line highlightingdiff-line-highlighting-fixPhil Hughes2016-09-131-2/+2
* Require comments must be included before codeJared Deckard2016-09-081-3/+0
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-1/+86
* Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-181-1/+4
|\
| * Fix tabs navigation and do not update URL via pushstateAlfredo Sumaran2016-08-171-1/+4
* | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-171-1/+21
|\ \ | |/
| * Refactor merge_request-tabsAnnabel Dunstone2016-08-161-8/+6
| * Convert to javascriptAnnabel Dunstone2016-07-251-1/+23
* | Implement Jump behavior for Changes tabDouwe Maan2016-08-041-0/+1
* | Checks if DiffNotesApp is definedPhil Hughes2016-08-011-1/+1
* | Moved method to compile components from window into diffnotesappPhil Hughes2016-08-011-2/+2
* | Moved most of the data handling into discussion & notes modelsPhil Hughes2016-07-291-4/+2
* | Added tests for resolving comments featurePhil Hughes2016-07-271-2/+2
* | Correctly resolves/unresolves discussionsPhil Hughes2016-07-261-2/+2
* | Merge branch 'master' into diff-line-comment-vuejsPhil Hughes2016-07-261-0/+7
|/
* ES6ify all the things!Fatih Acet2016-07-241-0/+239