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
2022-08-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-05-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-05-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-02-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-12-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-10-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-08-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
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