Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DRY group creation code in nested groups fixtures | Dmitriy Zaporozhets | 2018-07-02 | 1 | -26/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Enable hashed storage for new projects by default in development | Valery Sizov | 2018-06-07 | 2 | -0/+11 |
| | |||||
* | Move spec helpers/matchers/shared examples/contexts to their relevant folder | Rémy Coutable | 2018-04-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'dm-archived-read-only' into 'master' | Robert Speicher | 2018-04-12 | 1 | -2/+6 |
|\ | | | | | | | | | | | | | Make archived projects completely read-only Closes #44788 See merge request gitlab-org/gitlab-ce!18136 | ||||
| * | Rename `create_merge_request` permissions | Bob Van Landuyt | 2018-04-11 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | So we can distinguish between the permissions on the source and the target project. - `create_merge_request_from` indicates a user can create a merge request with the project as a source_project - `create_merge_request_in` indicates a user can create a merge request with the project as a target_project | ||||
* | | Merge branch 'zj-fix-environments-fixtures' into 'master' | Robert Speicher | 2018-04-11 | 1 | -1/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix enviroments seeding on certain branch names Closes #45051 See merge request gitlab-org/gitlab-ce!18263 | ||||
| * | | Fix enviroments seeding on certain branch names | Zeger-Jan van de Weg | 2018-04-10 | 1 | -1/+5 |
| |/ | | | | | | | | | | | | | | | | | Bit of a cryptic commit title, but our seeding will try to guard against branchnames being anything but alphanumerical. These charachters we gsub away but can't have an empty string as replacement. This change is less efficient, but given that the number of seeded MRs per project is very limited, this should be ok. | ||||
* | | Make sure hooks run when seeding admin user | Douwe Maan | 2018-04-10 | 1 | -10/+10 |
|/ | |||||
* | Add labeled issues seedissue_41724 | Felipe Artur | 2018-03-15 | 1 | -0/+103 |
| | |||||
* | Remove root user 100 project limit to rely on default 100,00043271-remove-seeded-root-user-project-limit | Eric Eastwood | 2018-02-14 | 1 | -1/+0 |
| | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/43271 | ||||
* | Merge branch 'sh-reuse-disk-repositories-seeder' into 'master' | Stan Hu | 2018-01-05 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | Skip project repository disk validation in development project seeder Closes gitlab-development-kit#310 See merge request gitlab-org/gitlab-ce!16257 | ||||
| * | Skip project repository disk validation in development project seedersh-reuse-disk-repositories-seeder | Stan Hu | 2018-01-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Remove labeled issues seedremove_labeled_issues_seed | Felipe Artur | 2018-01-05 | 1 | -112/+0 |
|/ | |||||
* | Merge branch 'issue_40500' into 'master' | Sean McGivern | 2018-01-05 | 1 | -0/+112 |
|\ | | | | | | | | | | | | | Improve filtering issues by label performance Closes #40500 and #37143 See merge request gitlab-org/gitlab-ce!16136 | ||||
| * | Improve filtering issues by label performanceissue_40500 | Felipe Artur | 2018-01-05 | 1 | -0/+112 |
| | | |||||
* | | Fix Gitlab::Access.values to Gitlab::Access.sym_options at 06_teams on ↵ | ogom | 2017-12-27 | 1 | -1/+1 |
|/ | | | | development db fixtures | ||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_rails | Rémy Coutable | 2017-12-14 | 1 | -2/+2 |
| | | | | | | | | | | | 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> | ||||
* | Merge branch 'zj-multiple-artifacts' into 'master' | Grzegorz Bizon | 2017-12-05 | 1 | -2/+2 |
|\ | | | | | | | | | Multiple artifacts See merge request gitlab-org/gitlab-ce!14367 | ||||
| * | Rename artifacts_* to legacy_artifacts_* | Kamil Trzcinski | 2017-12-03 | 1 | -2/+2 |
| | | |||||
* | | Remove seed file from the development envrc/followup-40690 | Rémy Coutable | 2017-12-04 | 1 | -15/+0 |
|/ | | | | | | | 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> | ||||
* | Add a fixture file that uses seed-fu in the test env so that a borken ↵40690-rake-dev-setup-is-broken-due-to-the-latest-update-of-seed-fu | Rémy Coutable | 2017-11-30 | 1 | -0/+15 |
| | | | | | | seed-fu is detected Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update CycleAnalytics seed to account for multiple issue assigneesrs-cycle-analytics-seed | Robert Speicher | 2017-11-16 | 1 | -37/+48 |
| | |||||
* | Remove depreceted and big projects | Zeger-Jan van de Weg | 2017-09-20 | 1 | -2/+2 |
| | |||||
* | Move GitHooksService to Gitlab::Git | Jacob Vosmaer | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | Skip creating the merge request if repo is empty | Lin Jen-Shin | 2017-08-11 | 1 | -0/+2 |
| | |||||
* | Replace invalid chars while seeding environments | Zeger-Jan van de Weg | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'instrument-infra' into 'master' | Grzegorz Bizon | 2017-06-07 | 1 | -7/+17 |
|\ | | | | | | | | | Add Prometheus metrics endpoint and basic infrastructure to meter code See merge request !11553 | ||||
| * | Handle case where GITLAB_PROMETHEUS_METRICS_ENABLED is non boolean value by ↵ | Pawel Chojnacki | 2017-06-06 | 1 | -1/+1 |
| | | | | | | | | defaulting to false | ||||
| * | Make production settings fixture use ↵ | Pawel Chojnacki | 2017-06-02 | 1 | -13/+10 |
| | | | | | | | | | | | | Gitlab::CurrentSettings.current_application_settings small code formatting changes | ||||
| * | Make fixture message more descriptive | Pawel Chojnacki | 2017-06-02 | 1 | -1/+1 |
| | | | | | | | | + use strip_heredoc to make the text in tests much more readable | ||||
| * | Allow enabling Prometheus metrics via ENV variable when db is seeded | Pawel Chojnacki | 2017-06-02 | 1 | -7/+20 |
| | | |||||
* | | Fix error while seeding projects in databaseda-fix-db-seed | Douglas Barbosa Alexandre | 2017-06-06 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'sidekiq-transaction' into 'master' | Sean McGivern | 2017-06-05 | 1 | -1/+10 |
|\ \ | | | | | | | | | | | | | | | | | | | Forbid Sidekiq scheduling in transactions Closes #27233 See merge request !9376 | ||||
| * | | Fix keys seed | Douwe Maan | 2017-06-02 | 1 | -1/+10 |
| |/ | |||||
* | | Merge branch '30469-convdev-index' into 'master' | Sean McGivern | 2017-06-05 | 1 | -0/+40 |
|\ \ | | | | | | | | | | | | | | | | | | | ConvDev Index Closes #30469 See merge request !11377 | ||||
| * | | Add Conversational Development Index page to admin panel | Taurie Davis, Simon Knox and Adam Niedzielski | 2017-06-01 | 1 | -0/+40 |
| |/ | |||||
* | | Make sure that environment was created before deploying | Lin Jen-Shin | 2017-06-02 | 1 | -0/+4 |
| | | |||||
* | | Fix other use of CreateDeploymentService and make | Lin Jen-Shin | 2017-06-02 | 1 | -6/+3 |
|/ | | | | | it a bit more robust against missing options, which we did guard on for some cases. | ||||
* | Introduce source to pipeline entitytrigger-source | Kamil Trzcinski | 2017-05-31 | 2 | -2/+2 |
| | |||||
* | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Move the nested groups seed behind an environment flagrs-skip-nested-groups-seed | Robert Speicher | 2017-04-10 | 2 | -33/+41 |
| | | | | | | | | | 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. | ||||
* | Optimise trace handling code to use streaming instead of full read | Kamil Trzciński | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Added mock deployment and monitoring service with environments fixtures | Kamil Trzciński | 2017-04-05 | 2 | -0/+70 |
| | |||||
* | Ensure we generate unique usernames otherwise validations failrc/fix-transient-failures-following-no-ffaker | Rémy Coutable | 2017-04-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Ensure the AbuseReport fixtures create unique reported users | Rémy Coutable | 2017-04-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Don't use FFaker in factories, use sequences instead | Rémy Coutable | 2017-04-03 | 1 | -15/+17 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix the AbuseReport seeder | Rémy Coutable | 2017-04-03 | 1 | -3/+23 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix production admin fixture to use the new `Users::CreateService` | Rémy Coutable | 2017-03-30 | 1 | -3/+5 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove useless options from db/fixtures/development/17_cycle_analytics.rb | Rémy Coutable | 2017-03-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> |