Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2019-07-24Removed pluralize functionEzekiel Kigbo
Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-06-15Enable no-restricted-globals in JS filesgfyoung
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-15Re-enable eslint in `commits.js` fileAndré Luís
2018-01-30changed commits.js to axiosPhil Hughes
2017-12-15Export JS classes as modulesPhil Hughes
#38869
2017-12-07Export date utility functions as ES6 modulesFilipa Lacerda
2017-11-13Export text utils as ES6 modulesFilipa Lacerda
2017-10-09Removes CommitsList from global namespaceFilipa Lacerda
2017-08-16Fix commit list request appending 40 to offsetPhil Hughes
Closes #36569
2017-06-03Fix duplication of commits header on commits pageblackst0ne
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-01-26Only search commits on input change since last searchSam Rose
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-23Fixed commit time not rendering after initial page loadPhil Hughes
Closes #24862
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-24ES6ify all the things!Fatih Acet
2013-01-27Updated commit diff view with some minor visual modificationsKoen Punt
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
2012-06-20Revert "Handle Commit "show suppressed diff" link with a doc-ready event ↵Zevs
handler." This reverts commit ef1598b4afa94b21db7f38755182a701d03ae44a.
2012-06-20Handle Commit "show suppressed diff" link with a doc-ready event handler.Robb Kidd
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.
2012-02-13fixed unworking infinite scrollDmitriy Zaporozhets
2011-12-20Dashboard perfomance improved. Filter for projects pageDmitriy Zaporozhets
2011-11-15clean up whitespace from projectNihad Abbasov
2011-11-05commit paging fixesDmitriy Zaporozhets
2011-10-09init commitgitlabhq