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-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-01-09Backport of elastic-test-repos from EEMario de la Ossa
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-01-27Mute notifications in the seeder to speed GDK developmentStan Hu
2018-01-02Fix `rake db:seed_fu` not doing anything in CIStan Hu
The default behavior of seed_fu is to load the fixtures using the RAILS_ENV environment. In CI, since we set RAILS_ENV=test, nothing is ever loaded. Instead of `rake db:seed_fu`, use `rake gitlab:setup`, which sets up MySQL properly with limits. Closes #41517
2017-12-01Don't disable the Rails mailer when seeding the test environmentRobert Speicher
2017-08-11Better categorize test coverage resultsRobert Speicher
Also marks a few things as uncovered, and removes an unused class.
2017-03-03Fix the `Gitlab::Seeder` monkey patch to disable mail deliveryRobert Speicher
2017-02-23Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan
2017-02-23Don’t exclude some file in lib from rubocopDouwe Maan
2016-06-03Replace colorize gem with rainbow.Connor Shea
Colorize is a gem licensed under the GPLv2, so we can’t use it in GitLab without relicensing GitLab under the terms of the GPL. Rainbow is licensed under the MIT license and does the exact same thing as Colorize, so Rainbow was added in place of Colorize. The syntax is slightly different for Rainbow vs. Colorize, and was updated in accordance. The gem is still a dependency of Spinach, so it’s included in the development/test environments, but won’t be packaged with the actual product, and therefore doesn’t require we relicense the product. An attempt at relicensing Colorize was made, but didn’t succeed as the library owner never responded. Rainbow library: https://github.com/sickill/rainbow Relevant issue regarding licensing in GitLab's gems: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3775
2015-11-26Migrate mailers to ActiveJobValery Sizov
2014-11-10Revert "Create dev fixture projects with fixed visibility"Dmitriy Zaporozhets
This reverts commit a9fadce361163e97eb1de0ec62e4235ff0fa3daa.
2014-10-26Create dev fixture projects with fixed visibilityCiro Santilli
2014-06-10Remove set of thread variablesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-15Improve developer seedsDmitriy Zaporozhets
Return execution of observers in seeds. Mute email sending to letter opening in you browser. Added `rake dev` task to reset db and add seeds. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2012-11-14Improved seeds for development envDmitriy Zaporozhets