summaryrefslogtreecommitdiff
path: root/db/fixtures/development
Commit message (Collapse)AuthorAgeFilesLines
* Fix specsKamil Trzcinski2016-04-111-1/+1
|
* Fix seed_fu failure with inserting milestones into test DBStan Hu2016-04-101-1/+1
| | | | Milestones were not being saved due to "invalid state" validation errors
* Add second build for each commit in build seedsGrzegorz Bizon2016-02-111-14/+25
|
* Seed db on development with artifacts metadata fixtureGrzegorz Bizon2016-01-141-5/+18
|
* Seed db with CI build artifacts using a zip archiveGrzegorz Bizon2016-01-141-1/+1
|
* Remove artifacts metadata column from databaseGrzegorz Bizon2016-01-141-7/+0
|
* Improve CI builds seederGrzegorz Bizon2016-01-141-22/+59
|
* Add database seed for build artifactsGrzegorz Bizon2016-01-141-7/+18
|
* Improve CI builds fixturesGrzegorz Bizon2016-01-141-8/+21
|
* Add initial fixtures for CI buildsGrzegorz Bizon2016-01-141-0/+12
|
* Minor refactoring in seedingZeger-Jan van de Weg2015-10-164-5/+5
|
* Verify repository is validStan Hu2015-10-061-1/+1
|
* Fixes GDK issue where repos would not be imported properlyStan Hu2015-10-051-0/+5
| | | | | | | | | Seed-Fu runs this entire fixture in a transaction, so the `after_commit` hook won't run until after the fixture is loaded. That is too late since the Sidekiq::Testing block has already exited. Force clearing the `after_commit` queue to ensure the job is run now. See: gitlab-org/gitlab-development-kit#58
* Add more seed projects. Control amount with SIZE env variableDmitriy Zaporozhets2015-07-171-1/+34
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Change default admin password from "5iveL!fe" to "password""Sytse Sijbrandij2015-07-141-1/+1
| | | | This reverts commit 8a01a1222875b190d32769f7a6e7a74720079d2a.
* Change default admin password from "5iveL!fe" to "password"Robert Speicher2015-06-241-1/+1
|
* Update ffaker gemRobert Speicher2015-05-207-14/+14
| | | | | | Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`.
* Fix user fixtures for developmentDmitriy Zaporozhets2015-03-081-13/+14
|
* Fix dev fixture for adminDmitriy Zaporozhets2015-02-171-0/+1
|
* Remove unneeded password_confirmation from seed.Ciro Santilli2014-12-281-1/+0
|
* Merge pull request #7894 from cirosantilli/fix-dev-user-seedDmitriy Zaporozhets2014-12-201-8/+7
|\ | | | | Fix dev user seed: ID was used twice.
| * Fix dev user seed: multiple ID was used twice.Ciro Santilli2014-09-301-8/+7
| |
* | Revert "Create dev fixture projects with fixed visibility"Dmitriy Zaporozhets2014-11-104-91/+49
| | | | | | | | This reverts commit a9fadce361163e97eb1de0ec62e4235ff0fa3daa.
* | Create dev fixture projects with fixed visibilityCiro Santilli2014-10-264-49/+91
| |
* | Fix snippets seedsDmitriy Zaporozhets2014-10-161-8/+26
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix dev merge seed: update testme to gitlab-test.Ciro Santilli2014-09-301-1/+1
|/
* Merge pull request #7873 from cirosantilli/testme-to-gitlabtestDmitriy Zaporozhets2014-09-291-1/+1
|\ | | | | Replace testme with gitlab-test.
| * Replace testme with gitlab-test.Ciro Santilli2014-09-271-1/+1
| |
* | Merge pull request #7897 from cirosantilli/predictable-merge-requests-dev-seedDmitriy Zaporozhets2014-09-291-0/+18
|\ \ | | | | | | Add predictable merge requests on dev seed.
| * | Add predictable merge requests on dev seed.Ciro Santilli2014-09-291-0/+18
| |/
* | Prevent email sending on admin dev seed.Ciro Santilli2014-09-291-10/+12
|/
* Fix dev fixturesDmitriy Zaporozhets2014-09-181-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Link to the canonical repos.Sytse Sijbrandij2014-09-101-3/+3
|
* Fetch the testme repository from gitlab.comJacob Vosmaer2014-09-101-1/+1
| | | | The repository was removed from github.com/gitlabhq.
* Add users with predictable username and passwordCiro Santilli2014-09-011-0/+16
| | | | to development seed.
* Improve developer seedsDmitriy Zaporozhets2014-08-118-147/+123
| | | | | | | | | * Improt projects inline so after seeds you have repos * Fix merge request seeds * Add comment seeds to both issues and merge requests * Remove some projects from seeds to increase speed Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove outdated seedsDmitriy Zaporozhets2014-08-111-21/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change deafult admin email to example.comDmitriy Zaporozhets2014-07-191-1/+1
|
* Remove milestone observer from db fixture.Marin Jankovski2014-06-201-4/+0
|
* Fix snippet dev fixturesDmitriy Zaporozhets2014-06-141-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve MR seedsDmitriy Zaporozhets2014-05-051-41/+29
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create seed projects with different visibilityDmitriy Zaporozhets2014-05-051-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix rake db:seed_fu ENV=developmentHiroyuki Sato2014-04-091-0/+4
| | | | This problem was reported on https://gitlab.com/gitlab-org/cookbook-gitlab/issues/46
* Start development Key seed id from 1.Ciro Santillli2014-03-231-1/+1
|
* Improve developer seedsDmitriy Zaporozhets2014-03-159-83/+74
| | | | | | | | 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>
* Add comments fixtures for developmentDmitriy Zaporozhets2014-03-151-0/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add testme repo for dev seedsDmitriy Zaporozhets2014-02-281-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix group ownership for dev seedsDmitriy Zaporozhets2014-02-251-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace context with service in development seed data.Marin Jankovski2014-01-231-1/+1
|
* Remove deprecated findersskv2014-01-191-1/+1
|