summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/application.js
Commit message (Expand)AuthorAgeFilesLines
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
* Move necessary sidebar code to right_sidebar.js; delete sidebar.jsAnnabel Dunstone Gray2017-02-151-2/+0
* Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-151-5/+0
* Use es6-promise package to avoid webpack warningsuse-es6-promise-packageEric Eastwood2017-02-131-2/+1
* convert js-cookie dependency to an npm moduleclean-javascript-vendor-filesMike Greiling2017-02-111-1/+1
* Merge branch 'remove-jquery-ui-datepicker' into 'master' Jacob Schatz2017-02-081-1/+1
|\
| * Changed date check testremove-jquery-ui-datepickerPhil Hughes2017-02-061-1/+1
| * Removed jQuery UI datepickerPhil Hughes2017-02-061-1/+1
* | Merge branch 'remove-jquery-ui-sortable' into 'master' Jacob Schatz2017-02-081-0/+1
|\ \
| * | Removed jQuery UI sortableremove-jquery-ui-sortablePhil Hughes2017-02-061-0/+1
| |/
* | Improved timeago performancetimeago-perfPhil Hughes2017-02-071-0/+2
|/
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-3/+1
|\
| * Remove turbolinks.Bryce Johnson2017-02-021-3/+1
* | allow application.js to require other scripts which start with application*Mike Greiling2017-02-021-1/+1
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-281-9/+0
|\ \ | |/
| * Moved the turbolinks listener from application.js to the corresponding issuab...Jose Ivan Vargas2017-01-251-8/+0
| * Fixed Issuable sidebar so it remains closed on mobile/smaller screen devicesJose Ivan Vargas Lopez2017-01-251-9/+8
* | more post-merge fixesMike Greiling2017-01-131-1/+1
* | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-131-0/+1
|\ \ | |/
| * Add droplab updatesClement Ho2017-01-091-0/+1
* | Correct merge conflictsLuke "Jared" Bennett2017-01-101-1/+0
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-57/+54
* | replace application.js sprockets output with webpack-generated equivalentMike Greiling2017-01-061-0/+1
|/
* limit body click selector to tags with a hash target24876-page-jumps-to-wrong-position-when-clicking-a-comment-anchorMike Greiling2016-12-281-2/+2
* don't take for granted that all anchor tags have an href attributeMike Greiling2016-12-281-1/+1
* move body click binding inside the onready callbackMike Greiling2016-12-281-8/+8
* catch instances where hashchange event is not fired yet we still want to adju...Mike Greiling2016-12-281-0/+8
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+8
* Clean up common_utils.js (!7318)winniehell2016-12-011-2/+16
* remove setTimeout wrapper for location hash correctionMike Greiling2016-11-301-3/+1
* remove duplicate functionality (bad merge conflict resolution?)Mike Greiling2016-11-301-25/+6
* Merge branch 'explicitly-disable-eslint-inline' into 'master' Alfredo Sumaran2016-11-161-1/+1
|\
| * explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* | Adds es6-promise polyfill24492-promise-polyfillFilipa Lacerda2016-11-151-0/+1
|/
* Account for merge request fixed affix bar23520-mr-sticky-tabs-overlap-discussion-from-anchorLuke Bennett2016-11-101-1/+18
* Merge branch '24146-add-focus-state' into 'master' Annabel Dunstone Gray2016-11-081-3/+0
|\
| * 24146 Add focus state to buttons and dropdowns24146-add-focus-statetauriedavis2016-11-081-3/+0
* | Replace jQuery.timeago with timeago.jsClement Ho2016-11-071-4/+0
|/
* Cleaned up global namespace JSJosé Iván2016-11-031-126/+51
* Add jquery.timeago.js to application.jsAlfredo Sumaran2016-11-031-0/+1
* Merge branch 'decaffeinate-the-docs' into 'master' Fatih Acet2016-11-011-1/+1
|\
| * Remove leftover references to coffeescript from comments and docs.decaffeinate-the-docsBryce Johnson2016-10-311-1/+1
* | Do not show tooltip for active element (!7105)winniehell2016-11-011-0/+1
|/
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* Merge branch 'replace-jquery-cookie-plugin' into 'master' Alfredo Sumaran2016-10-261-1/+5
|\
| * set default path for all calls to Cookies.set()Mike Greiling2016-10-241-0/+4
| * replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-241-1/+1
* | Merge branch 'master' into 22743-issue-tooltip-will-not-disappear-going-back-...Linus G Thiel2016-10-251-2/+3
|\ \ | |/
| * Gracefully handle adding of no users to projects and groupsLinus G Thiel2016-10-241-2/+3
* | Close any open tooltips before page:fetchLinus G Thiel2016-10-201-5/+1
|/