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
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
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
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-05-17I18N JS files starting with p or rBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
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
In [!21565][0] we removed the loadCheck function from the LazyLoader for images. The function seemed to be obsolete before anyhow, because we make use of the MutationObserver in order to detect elements added / removed from the DOM. [0]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21565
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
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3566
2017-09-28Only trigger loadCheck on open toggle, not close. Update specs and add ↵Luke "Jared" Bennett
right_sidebar_spec test for additions
2017-09-28Conditionally call loadCheck if lazyLoader is presentLuke "Jared" Bennett
2017-09-28Trigger load of lazy images when opening sidebar, or clicking 'more ↵Luke "Jared" Bennett
participants'
2017-09-06Clean up new navigation templatesPhil Hughes
2017-09-04Move "Move to different project" to sidebarEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
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
See https://gitlab.com/gitlab-org/gitlab-ce/issues/34407 - Revert https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12399 - Update https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12299 throttle/debounce to happen immediately and cleanup
2017-06-23Remove layout nav from scroll calculationAnnabel Dunstone Gray
2017-06-20Fixes scrolling + improves Performance through assigning found $ elements to ↵Tim Zallmann
variables
2017-05-09remove bind polyfill from right_sidebar.jsMike Greiling
2017-03-30Merge branch '30063-builds-sidebar-stutter' into 'master' Filipa Lacerda
Add subnav height to sidebar scroll calculation Closes #30063 See merge request !10262
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
Refactored slightly so that the same logic is shared between both the expanded & the collapsed.
2017-03-24adds todo functionality to closed issuable sidebar and changes todo bell ↵dimitrieh
icon to check-square
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