summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/commits.js
Commit message (Collapse)AuthorAgeFilesLines
* Enable no-restricted-globals in JS filesgfyoung2018-06-151-1/+1
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Re-enable eslint in `commits.js` fileAndré Luís2018-02-151-45/+27
|
* changed commits.js to axiosPhil Hughes2018-01-301-16/+18
|
* Export JS classes as modulesph-more-es-modulesPhil Hughes2017-12-151-1/+1
| | | | #38869
* Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-1/+2
|
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-1/+3
|
* Removes CommitsList from global namespaceFilipa Lacerda2017-10-091-25/+26
|
* Fix commit list request appending 40 to offsetPhil Hughes2017-08-161-1/+1
| | | | Closes #36569
* Fix duplication of commits header on commits pageblackst0ne2017-06-031-3/+34
|
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-131-60/+58
|
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* Only search commits on input change since last search26448-unnecessary-request-is-made-when-filter-input-box-is-focused-by-keyboardSam Rose2017-01-251-1/+7
|
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-3/+5
|
* Fixed commit time not rendering after initial page loadfixed-commit-timeagoPhil Hughes2016-11-231-2/+4
| | | | Closes #24862
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+1
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+58
|
* Updated commit diff view with some minor visual modificationsKoen Punt2013-01-271-59/+0
| | | | | | | | | | | 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
* Revert "Handle Commit "show suppressed diff" link with a doc-ready event ↵Zevs2012-06-201-7/+0
| | | | | | handler." This reverts commit ef1598b4afa94b21db7f38755182a701d03ae44a.
* Handle Commit "show suppressed diff" link with a doc-ready event handler.Robb Kidd2012-06-201-0/+7
| | | | | | | Replaces link_to_function use which was deprecated in Rails v3.2.4. https://github.com/rails/rails/commit/9dc57fe9c Still absent is a graceful degrade for no-JS.
* fixed unworking infinite scrollDmitriy Zaporozhets2012-02-121-4/+11
|
* Dashboard perfomance improved. Filter for projects pageDmitriy Zaporozhets2011-12-201-48/+45
|
* clean up whitespace from projectNihad Abbasov2011-11-151-12/+10
|
* commit paging fixesDmitriy Zaporozhets2011-11-051-0/+48
|
* init commitgitlabhq2011-10-091-0/+9