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
2018-04-17Merge branch 'dm-archived-read-only' into 'master'Robert Speicher
Make archived projects completely read-only Closes #44788 See merge request gitlab-org/gitlab-ce!18136
2018-03-15Add labeled issues seedFelipe Artur
2018-02-15Remove root user 100 project limit to rely on default 100,000Eric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ce/issues/43271
2018-01-06Merge branch 'sh-reuse-disk-repositories-seeder' into 'master'Stan Hu
Skip project repository disk validation in development project seeder Closes gitlab-development-kit#310 See merge request gitlab-org/gitlab-ce!16257
2018-01-05Remove labeled issues seedFelipe Artur
2018-01-05Skip project repository disk validation in development project seederStan Hu
When seeding the GDK with new projects, it's very common to reuse the same repository names on disk. Previously, the validation would fail and leave the projects in a half-broken state. We can skip the validation to avoid causing odd errors. Closes gitlab-org/gitlab-development-kit#310
2018-01-05Merge branch 'issue_40500' into 'master'Sean McGivern
Improve filtering issues by label performance Closes #40500 and #37143 See merge request gitlab-org/gitlab-ce!16136
2018-01-05Improve filtering issues by label performanceFelipe Artur
2017-12-27Fix Gitlab::Access.values to Gitlab::Access.sym_options at 06_teams on ↵ogom
development db fixtures
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-05Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon
Multiple artifacts See merge request gitlab-org/gitlab-ce!14367
2017-12-04Remove seed file from the development envRémy Coutable
This backport a change made in the CE upstream MR, see https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3593 Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-03Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski
2017-11-30Add a fixture file that uses seed-fu in the test env so that a borken ↵Rémy Coutable
seed-fu is detected Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-17Update CycleAnalytics seed to account for multiple issue assigneesRobert Speicher
2017-09-20Remove depreceted and big projectsZeger-Jan van de Weg
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer
2017-08-11Skip creating the merge request if repo is emptyLin Jen-Shin
2017-06-21Replace invalid chars while seeding environmentsZeger-Jan van de Weg
2017-06-07Merge branch 'instrument-infra' into 'master'Grzegorz Bizon
Add Prometheus metrics endpoint and basic infrastructure to meter code See merge request !11553
2017-06-06Fix error while seeding projects in databaseDouglas Barbosa Alexandre
2017-06-06Handle case where GITLAB_PROMETHEUS_METRICS_ENABLED is non boolean value by ↵Pawel Chojnacki
defaulting to false
2017-06-05Merge branch 'sidekiq-transaction' into 'master'Sean McGivern
Forbid Sidekiq scheduling in transactions Closes #27233 See merge request !9376
2017-06-05Merge branch '30469-convdev-index' into 'master'Sean McGivern
ConvDev Index Closes #30469 See merge request !11377
2017-06-02Make production settings fixture use ↵Pawel Chojnacki
Gitlab::CurrentSettings.current_application_settings small code formatting changes
2017-06-02Make fixture message more descriptivePawel Chojnacki
+ use strip_heredoc to make the text in tests much more readable
2017-06-02Allow enabling Prometheus metrics via ENV variable when db is seededPawel Chojnacki
2017-06-02Fix keys seedDouwe Maan
2017-06-02Make sure that environment was created before deployingLin Jen-Shin
2017-06-01Fix other use of CreateDeploymentService and makeLin Jen-Shin
it a bit more robust against missing options, which we did guard on for some cases.
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-10Move the nested groups seed behind an environment flagRobert Speicher
This seed downloads 2.1 GB worth of repositories. Google can afford the bandwidth, but if a person using the GDK is on a metered connection, that's not so great. Also the GDK test suite runs this seed, so every CI run for that project had to download those as well. Needlessly wasteful.
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-04-05Added mock deployment and monitoring service with environments fixturesKamil Trzciński
2017-04-04Ensure we generate unique usernames otherwise validations failRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-03Ensure the AbuseReport fixtures create unique reported usersRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-03Don't use FFaker in factories, use sequences insteadRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-03Fix the AbuseReport seederRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-30Fix production admin fixture to use the new `Users::CreateService`Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-20Remove useless options from db/fixtures/development/17_cycle_analytics.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-07Fix up @DouweM reviewEric Eastwood
2017-03-03Fix the `Gitlab::Seeder` monkey patch to disable mail deliveryRobert Speicher
2017-02-27Add development fixtures for nested groupsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-24Rename commit_file, commit_dir and remove_file and update specsDouwe Maan
2017-02-24Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan
2017-02-16Seed abuse reportsEric Eastwood
``` rake db:seed_fu FILTER=abuse_reports ``` Thanks to @stanhu, https://gitlab.com/gitlab-org/gitlab-ce/issues/28059#note_23325328
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
add complete changelog for !8949