summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Fix dev fixture for adminDmitriy Zaporozhets2015-02-181-0/+1
* Merge branch 'tweet-new-project'Dmitriy Zaporozhets2015-02-151-0/+5
|\
| * Add link to share via twitter to "created project" event.Douwe Maan2015-02-132-3/+9
* | Allow users that signed up via OAuth to set their password in order to use Gi...Douwe Maan2015-02-133-19/+32
|/
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-02-121-1/+1
|\
| * Merge pull request #8445 from jvanbaarsen/project-spec-speed-upJeroen van Baarsen2015-02-121-1/+1
| |\
| | * Improved speed of the project_spec.rbJeroen van Baarsen2015-02-031-1/+1
* | | Remove not null constraint on project_id in services.Marin Jankovski2015-02-112-2/+7
* | | Add template boolean to services.Marin Jankovski2015-02-112-1/+7
|/ /
* | Add index on order columns for services tableDmitriy Zaporozhets2015-02-092-1/+7
* | Merge branch 'notification_email'Dmitriy Zaporozhets2015-02-072-1/+13
|\ \
| * | Allow notification email to be set separately from primary email.Douwe Maan2015-02-072-1/+13
* | | Add index on order columnsDmitriy Zaporozhets2015-02-062-1/+29
* | | Add timestamps to identityDmitriy Zaporozhets2015-02-052-6/+13
|/ /
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into configure-prote...Marco Wessel2015-01-302-0/+6
|\ \ | |/
| * an ability to clone project with oauth2 tokenValery Sizov2015-01-282-1/+7
* | Fix indentationMarco Wessel2015-01-251-3/+3
* | Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-252-1/+7
|/
* adding avatar to project settings page added avatar removal show project avat...Steven Thonus2015-01-242-0/+6
* Merge pull request #7878 from cirosantilli/rm-seed-password-confirmationDmitriy Zaporozhets2015-01-182-2/+0
|\
| * Remove unneeded password_confirmation from seed.Ciro Santilli2014-12-282-2/+0
* | Validate application settings only if column existsDmitriy Zaporozhets2015-01-161-1/+1
* | Allow to specify home page for non logged-in usersDmitriy Zaporozhets2015-01-162-2/+8
* | Update db schemaDmitriy Zaporozhets2015-01-131-1/+1
* | Merge branch 'github_importer'Dmitriy Zaporozhets2015-01-132-1/+12
|\ \
| * | Github ImporterValery Sizov2015-01-102-1/+12
* | | Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets2015-01-082-1/+24
|/ /
* | Merge branch 'master' into developer_can_push_to_protected_branches_optionMarin Jankovski2014-12-293-0/+92
|\ \ | |/
| * Doorkeeper integrationValery Sizov2014-12-243-1/+93
* | Add migration for developers can push to protected branches flag.Marin Jankovski2014-12-262-4/+10
|/
* Merge branch 'fix-mysql-migration' into 'master'Dmitriy Zaporozhets2014-12-231-0/+8
|\
| * Remove index only if existsDmitriy Zaporozhets2014-12-231-2/+8
| * Fix migration issue for mysql with index not being removedDmitriy Zaporozhets2014-12-231-0/+2
* | Merge pull request #7894 from cirosantilli/fix-dev-user-seedDmitriy Zaporozhets2014-12-201-8/+7
|\ \ | |/ |/|
| * Fix dev user seed: multiple ID was used twice.Ciro Santilli2014-09-301-8/+7
* | speed up migration to identitiesValery Sizov2014-12-081-9/+15
* | Add locked_at to merge requestDmitriy Zaporozhets2014-12-052-1/+7
* | Supporting for multiple omniauth provider for the same userValery Sizov2014-12-042-78/+41
* | Multi-provider auth. LDAP is not reworkedValery Sizov2014-12-042-27/+101
* | Add missing timestamps to the 'members' tableJacob Vosmaer2014-11-212-1/+16
* | Revert "Create dev fixture projects with fixed visibility"Dmitriy Zaporozhets2014-11-104-91/+49
* | Merge pull request #8168 from cirosantilli/dev-fixtures-visibilityMarin Jankovski2014-11-074-49/+91
|\ \
| * | 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
* | | Save only valid record in service migrationsDmitriy Zaporozhets2014-10-312-2/+2
* | | Fix serialize migrationDrew Blessing2014-10-301-1/+1
|/ /
* | Fix snippets seedsDmitriy Zaporozhets2014-10-161-8/+26
* | Snippets: public/internal/privateValery Sizov2014-10-092-3/+25
* | Use double quotes because we are inserting password now.Marin Jankovski2014-10-071-1/+1