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-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab 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
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-08Disable vue-i18n for non-autofix filesEzekiel Kigbo
Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
2019-08-06Revert "Make status icon in merge widget borderless"Marcel van Remmerden
This reverts commit c3751046d217008404a0bd371e59d6ffd6734923.
2019-07-19Fixes the alignment on reportsSam Beckham
- Removes a justify-center class that causes reports to centrally align
2019-07-16Align merge request icons and textJarek Ostrowski
Align icons left Align text left Adjust padding to be consistent Make icons same 24 size Add changelog mr number Add right margin to widget status container Add left margin inside widget icon container Prepend left padding for error message Only give button left margin, some have buttons Prettify Adjust test summary icons Prettify Fix empty line before lint Remove author Switch to use gl-padding Use utility classes instead Prettify Change loading icon size to md Update summary_row.vue
2019-06-26Removes EE differencesFilipa Lacerda
2019-06-06Backport of EE Displaying Blocking MRsSam Bigelow
This MR is a backport of an EE merge request
2019-05-21Merge branch 'qa-tag-report-section-expand' into 'master'Sanad Liaquat
Added a QA tag to the report component expand button See merge request gitlab-org/gitlab-ce!28416
2019-05-20Apply suggestion to app/assets/javascripts/reports/components/report_section.vueAleksandr Soborov
2019-05-20Display classname JUnit attribute in report modalFabio Pitino
2019-05-17Added a QA tag to the report component expand buttonAleksandr Soborov
2019-05-10Allow hiding of report status icon in report itemSam Bigelow
Allow hiding of all report items' status icons
2019-05-03Internationalisation of reports directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-05Backporting EE changes to CEScott Hampton
Changes in EE involving ability to size MR widget icons. Also changing loading icon to medium size.
2019-01-15Upgrade prettier and reformat files as necessaryMike Greiling
Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
2018-11-20Prettify all the thingsMike Greiling
2018-11-16Use @gitlab npm namespaceClement Ho
2018-11-07Remove gitlab-ui loading icon from globalClement Ho
2018-11-06Improve performance of rendering large reportsLukas Eipert
Instead of rendering all report items in 4 big lists, we make use of vue-virtual-scroll-list and render only few dozens at once. This improves the performance in several metrics: - Initial load time - Memory Pressure - CPU Load - DOM node count In an example with around 11k reported security vulnerabilities: - Initial load time: 27s -> 4.1s - Memory Pressure: ~750 MB -> ~270 MB - CPU Load (time spent on executing JS/Rendering): 22s -> 2.5s - DOM node count: 430k -> 7k up to 30k while scrolling
2018-10-26Merge branch 'master' into 'prettify-all-the-things-4'Mike Greiling
# Conflicts: # app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue
2018-10-17Fixes broken borders in reports section MR widgetFilipa Lacerda
2018-10-17Prettify registry and reports modulesMike Greiling
2018-09-28Backport styles for report_sectionLukas Eipert
These changes are a backport from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7411
2018-09-20Resolve eslint-plugin-vue errorsMike Greiling
The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
2018-09-12Use gitlab-ui loading iconClement Ho
2018-09-06Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter
2018-08-10Reduce differences between CE and EE code base in reports componentsFilipa Lacerda
2018-08-07Moves report components to reports folderFilipa Lacerda