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 (Expand)Author
2019-11-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-05Fixed bug from extra parenthesisDonald Cook
2019-06-04Comply with `no-implicit-coercion` rule (CE)Nathan Friend
2019-05-17I18N JS files starting with p or rBrandon Labuschagne
2018-12-20Code style changes and refactorHeinrich Lee Yu
2018-12-19Refactor sidebar to use data from serializerHeinrich Lee Yu
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-15Remove obsolete usage of gl.lazyLoader.loadCheckLukas Eipert
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-04-19Merge branch 'master' into bootstrap4Clement Ho
2018-04-19Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho
2018-04-19Resolve "Improve tooltips of collapsed sidebars"Dennis Tang
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-05fixed unhandled promise rejectionPhil Hughes
2018-02-05Converted right_sidebar.js to use axiosPhil Hughes
2017-12-15Exported JS classes as modulesPhil Hughes
2017-12-09Rename page-with-sidebar to layout-pageAnnabel Dunstone Gray
2017-12-05Backport changes from refactor sidebar weight block Vue and move to Issue BoardsEric Eastwood
2017-09-28Only trigger loadCheck on open toggle, not close. Update specs and add right_...Luke "Jared" Bennett
2017-09-28Conditionally call loadCheck if lazyLoader is presentLuke "Jared" Bennett
2017-09-28Trigger load of lazy images when opening sidebar, or clicking 'more participa...Luke "Jared" Bennett
2017-09-06Clean up new navigation templatesPhil Hughes
2017-09-04Move "Move to different project" to sidebarEric Eastwood
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-06-30Make setSidebarHeight more efficient with SidebarHeightManager.Bryce Johnson
2017-06-28Fix scroll flickerEric Eastwood
2017-06-23Remove layout nav from scroll calculationAnnabel Dunstone Gray
2017-06-20Fixes scrolling + improves Performance through assigning found $ elements to ...Tim Zallmann
2017-05-09remove bind polyfill from right_sidebar.jsMike Greiling
2017-03-30Merge branch '30063-builds-sidebar-stutter' into 'master' Filipa Lacerda
2017-03-28Add subnav height to sidebar scroll calculationAnnabel Dunstone Gray
2017-03-27Added specs for collapsed sidebarPhil Hughes
2017-03-24Updated todos sidebar iconPhil Hughes
2017-03-24adds todo functionality to closed issuable sidebar and changes todo bell icon...dimitrieh
2017-03-24Switch to check scrollTop of windowAnnabel Dunstone Gray
2017-03-22remove Cookies class from global spaceMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-16Cache js selectors; fix cssAnnabel Dunstone Gray
2017-02-16Move necessary sidebar code to right_sidebar.js; delete sidebar.jsAnnabel Dunstone Gray
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-27Merge branch 'add-todo-toggle-event' into 'master' Fatih Acet
2016-10-27Add todo toggle eventClement Ho