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-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-17Resolve "Label picker: Line break on long label titles"Ammar Alakkad
2019-07-05Replace runtime isEE check with compile time oneLukas Eipert
This has the benefit that CE bundles will remove dead code in CE only builds. We have a follow-up issue to get rid of this completely: https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
2019-05-18I18N of files starting with lBrandon 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
2019-04-15Display scoped labels in Issue BoardsRajat Jain
This change brings new Scoped labels to Issue board as well. With the last change, this was missed.
2019-04-05Fix labels selection, escape text in templatesKushal Pandya
2019-04-04[frontend] backport of scoped labelsRajat Jain
Scoped labels in EE require additional changes in CE code.
2019-02-27Remove jQuery overhead in labels select renderingHeinrich Lee Yu
2019-02-27Improve glDropdown rendering performanceHeinrich Lee Yu
Return jQuery element instead of HTML for renderRow for labels select
2018-12-06Fix failed tests and add extra testHeinrich Lee Yu
2018-12-06Disable duplicate label merging in other dropdownsHeinrich Lee Yu
2018-11-01Dynamically store the valid label endpointBrett Walker
In order to ensure we have the right endpoint to query for an issue's possible valid labels, we store that url in the issue object that gets passed to the frontend.
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-10Convert remaining issue board components into ES module syntaxMike Greiling
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-09-21Rename some css classes that are shared between issues and mrsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-10Resolve "Add missing i18n strings to issue boards."Constance Okoghenun
2018-08-07Resolve "Board label edit drop down is showing incorrect selected labels ↵Constance Okoghenun
summary"
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-06-05fix labels showing up with no titleJose
2018-04-19Merge branch 'master' into bootstrap4Clement Ho