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-10-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-08-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-29Backport EE changes made to the scripts/ directoryYorick Peterse
This backport changes made by EE to the files in the scripts/ directory. This comes with a few changes to some scripts to make them work in the single codebase setup.
2019-02-14Added Stylelint SetupTim Zallmann
Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies
2018-10-31Add prettier to static-analysis jobMike Greiling
2018-02-14Run lint:all tasks in forksRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-14Combine all rake tasks in the static-analysis jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-30Don't run scripts/lint-changelog-yaml in scripts/static-analysis but only in ↵Rémy Coutable
the 'docs lint' job Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-26Use Process::Status rather than an integerLin Jen-Shin
However keep backward compatibility
2018-01-26Don't print stdout in case we're just printing warningsLin Jen-Shin
Otherwise it could be confusing
2018-01-26Fail static-analysis if there's output to stderrLin Jen-Shin
TODO: fix offenders
2018-01-25Look for rugged with static analysisJacob Vosmaer
2017-12-26Use `Gitlab::Utils::Override` over defined?(super)Lin Jen-Shin
2017-12-23Remove security checks from static analysis and add sast jobDmitriy Zaporozhets
2017-11-03Use the --parallel Rubocop flag in the static-analysis and improve the jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-27Add static analysis job to find invalid YAML in changelogsSean McGivern
When a changelog has invalid YAML (typically, there is an unquoted @ at the start of the author field), then the entry will be discarded. This script checks all unreleased changelogs for validity, and runs as part of the static-analysis step, so the pipeline will fail if this happens in future.
2017-08-31Add a linter for PO filesBob Van Landuyt
2017-08-31Upgrade mail and nokogiri gems due to security issuesMarkus Koller
2017-08-01Make sure we didn't commit conflictsLin Jen-Shin (godfat)
2017-06-13Ignore CVE-2017-5029 in Nokogiriwinh
2017-05-04Include the bundler:audit job into the static-analysis jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-03Move api lint out of static analysis jobAchilleas Pipinellis
2017-05-01Add scripts/static-analysis to run all the static analysers in one goRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>