summaryrefslogtreecommitdiff
path: root/db/fixtures/development
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-fix-environments-fixtures' into 'master'Robert Speicher2018-04-111-1/+5
|\
| * Fix enviroments seeding on certain branch namesZeger-Jan van de Weg2018-04-101-1/+5
* | Make sure hooks run when seeding admin userDouwe Maan2018-04-101-10/+10
|/
* Add labeled issues seedissue_41724Felipe Artur2018-03-151-0/+103
* Remove root user 100 project limit to rely on default 100,00043271-remove-seeded-root-user-project-limitEric Eastwood2018-02-141-1/+0
* Merge branch 'sh-reuse-disk-repositories-seeder' into 'master'Stan Hu2018-01-051-1/+2
|\
| * Skip project repository disk validation in development project seedersh-reuse-disk-repositories-seederStan Hu2018-01-051-1/+2
* | Remove labeled issues seedremove_labeled_issues_seedFelipe Artur2018-01-051-112/+0
|/
* Merge branch 'issue_40500' into 'master'Sean McGivern2018-01-051-0/+112
|\
| * Improve filtering issues by label performanceissue_40500Felipe Artur2018-01-051-0/+112
* | Fix Gitlab::Access.values to Gitlab::Access.sym_options at 06_teams on develo...ogom2017-12-271-1/+1
|/
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-2/+2
* Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski2017-12-031-2/+2
* Update CycleAnalytics seed to account for multiple issue assigneesrs-cycle-analytics-seedRobert Speicher2017-11-161-37/+48
* Remove depreceted and big projectsZeger-Jan van de Weg2017-09-201-2/+2
* Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-231-1/+1
* Skip creating the merge request if repo is emptyLin Jen-Shin2017-08-111-0/+2
* Replace invalid chars while seeding environmentsZeger-Jan van de Weg2017-06-211-1/+1
* Fix error while seeding projects in databaseda-fix-db-seedDouglas Barbosa Alexandre2017-06-061-1/+3
* Merge branch 'sidekiq-transaction' into 'master'Sean McGivern2017-06-051-1/+10
|\
| * Fix keys seedDouwe Maan2017-06-021-1/+10
* | Merge branch '30469-convdev-index' into 'master'Sean McGivern2017-06-051-0/+40
|\ \
| * | Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski2017-06-011-0/+40
| |/
* | Make sure that environment was created before deployingLin Jen-Shin2017-06-021-0/+4
* | Fix other use of CreateDeploymentService and makeLin Jen-Shin2017-06-021-6/+3
|/
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-312-2/+2
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
* Move the nested groups seed behind an environment flagrs-skip-nested-groups-seedRobert Speicher2017-04-102-33/+41
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-1/+1
* Added mock deployment and monitoring service with environments fixturesKamil Trzciński2017-04-052-0/+70
* Ensure we generate unique usernames otherwise validations failrc/fix-transient-failures-following-no-ffakerRémy Coutable2017-04-041-2/+2
* Ensure the AbuseReport fixtures create unique reported usersRémy Coutable2017-04-031-1/+1
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-15/+17
* Fix the AbuseReport seederRémy Coutable2017-04-031-3/+23
* Remove useless options from db/fixtures/development/17_cycle_analytics.rbRémy Coutable2017-03-201-1/+1
* Fix up @DouweM reviewEric Eastwood2017-03-061-1/+1
* Fix the `Gitlab::Seeder` monkey patch to disable mail deliveryrs-dev-seed-timeRobert Speicher2017-03-021-2/+2
* Add development fixtures for nested groupsdz-nested-groups-fixturesDmitriy Zaporozhets2017-02-271-0/+69
* Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-1/+1
* Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-9/+1
* Seed abuse reportsseed-abuse-reportsEric Eastwood2017-02-151-0/+5
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
* Fix race conditions for AuthorizedProjectsWorkerrefresh-authorizations-fork-joinYorick Peterse2017-01-2514-11/+37
* Merge remote-tracking branch 'origin/master' into improve-pipeline-fixturesimprove-pipeline-fixturesKamil Trzcinski2016-12-184-17/+19
|\
| * Made Ci::Builds to have same ref as Ci::Pipeline in dev fixturestwonegatives2016-12-151-1/+1
| * Refresh project authorizations using a Redis leaserefresh-authorizations-with-leaseYorick Peterse2016-11-253-3/+0
| * Update ProjectTeam#fetch_members to use project authorizationsfix/drop-project-authorized-for-userAhmad Sherif2016-11-231-14/+19
* | Improve pipeline fixturesKamil Trzcinski2016-11-281-19/+44
|/
* Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan2016-11-182-0/+2
|\