summaryrefslogtreecommitdiff
path: root/db/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Add second build for each commit in build seedsGrzegorz Bizon2016-02-111-14/+25
|
* Add an option to supply root email through an environmental variable.3kami3/gitlab-ce-root_email3kami32016-02-081-1/+3
|
* 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
* Devise 3.5.x deprecates `confirm!` in favor of `confirm`Robert Speicher2015-09-191-1/+1
|
* 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-142-2/+2
| | | | This reverts commit 8a01a1222875b190d32769f7a6e7a74720079d2a.
* Change default admin password from "5iveL!fe" to "password"Robert Speicher2015-06-242-2/+2
|
* Fix a few remaining references to the old Theme names/IDsRobert Speicher2015-06-131-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-282-2/+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.
* | Merge pull request #8168 from cirosantilli/dev-fixtures-visibilityMarin Jankovski2014-11-074-49/+91
|\ \ | | | | | | Create dev fixture projects with fixed visibility
| * | Create dev fixture projects with fixed visibilityCiro Santilli2014-10-264-49/+91
| | |
* | | Remove unnecessary lines.Don Luchini2014-11-051-2/+0
| | |
* | | Do not require immediate password reset if specifying one when seeding database.Don Luchini2014-11-041-6/+10
|/ /
* | Fix snippets seedsDmitriy Zaporozhets2014-10-161-8/+26
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Use double quotes because we are inserting password now.Marin Jankovski2014-10-071-1/+1
| |
* | 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
|/ /
* | Replace empty? || nil? with blank?.Ciro Santilli2014-09-271-1/+1
|/
* Fix dev fixturesDmitriy Zaporozhets2014-09-181-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add an option to supply root password through an environmental variable.Marin Jankovski2014-09-111-3/+9
|
* 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>
* Remove old test seedsDmitriy Zaporozhets2014-07-311-36/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change deafult admin email to example.comDmitriy Zaporozhets2014-07-192-3/+3
|
* 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>