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-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
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-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.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-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-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-07-17Removes EE differences for modal issues boardFilipa Lacerda
2019-07-12change the use of boardService in favor of boardsStore on footer for the ↵Eduardo Mejía
board component
2019-06-28Vue-i18n: javascripts/boards directoryEzekiel Kigbo
i18n linting for .vue files under the app/javascripts/boards directory
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-04-17Fix stylelint rules in boards.scssPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59895
2019-04-17Revert "Merge branch 'boards-stylelint' into 'master'"Rémy Coutable
This reverts merge request !27313
2019-04-16Fix stylelint rules in boards.scssPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59895
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-12-13Replace aside:not(.right-sidebar) with display propertiesTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
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-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-30Update gitlab-ui to 1.9.0Clement Ho
2018-10-15Replace `<i>` in vue components with `<icon>`George Tsiolis
2018-10-10Convert remaining issue board components into ES module syntaxMike Greiling
2018-09-26Bump GitLab UI version and change the file imports to a single point of ↵Jose Vargas
entry notation
2018-09-26Add link component from gitlab-uiJose Ivan Vargas
2018-09-12Use gitlab-ui loading iconClement Ho
2018-08-28don't add trailing = when in urlParamsToArray functionSimon Knox
2018-07-04Port of EE refactoring to extract EE lines from boardsPaul Slaughter
2018-06-26Moves boards components into a .vue fileFilipa Lacerda
2018-06-25Merge branch '34371-vue-components-tech-debt' into 'master'Mike Greiling
Moves some issue boards components into `.vue` file See merge request gitlab-org/gitlab-ce!20106
2018-06-25Merge branch 'master' into fl-fix-tech-debtFilipa Lacerda
* master: (67 commits) (Part 1) Resolve "Recognise when a user is trying to validate a private SSH key" Fix auto_cancel_pending_pipelines check Resolve "2FA should not attempt to use U2F in unsupported browsers" Resolve "Change the BitBucket import page to indicate that its for BB Cloud only, not for on-prem BB" Resolve "Help users find our contributing page" Docs broken links Refactor issue boards and get the EE changes to CE Adds test to cover the fix in #45575 Log push output on exception Update gitlab_chart.md Remove top margin for bootstrap popover headers Bump sprockets to 3.7.2 to address CVE-2018-3760 Bring changes from EE Bring changes from EE Simplify the decode secret step Cleanup ruby sampler metrics Raw diffs are served from Gitaly add inline badges to auto devops feature list Add more large tables to cop Bring changes from EE ...
2018-06-22Moves list_dropdown and footer components to a .vue fileFilipa Lacerda
2018-06-21Move boards modal EmptyState vue componentGeorge Tsiolis
2018-06-21Moves tabs.js component into a vue fileFilipa Lacerda
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-31Update "col-xs" usage to bootstrap4Paul Slaughter
2018-05-29fix `no-unused-vars`Lukas Eipert
2018-04-18Fix styles in add issues to issue board modalClement Ho
2018-04-13[skip ci] col-*-push and col-*-pull => order-*Clement Ho
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-04-09Replace .pull-left with .float-leftClement Ho
2018-04-09Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/helpers/issuables_helper.rb # app/views/projects/_home_panel.html.haml # app/views/projects/commits/_commit.html.haml
2018-04-09Add .badge-pill to .badge in js filesClement Ho