summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
* Check if session_expire_delay column exists before adding the column.migrate_session_expire_delay_unless_it_existsMarin Jankovski2015-07-221-2/+4
* Store commit count in project tableadvanced-cacheDmitriy Zaporozhets2015-07-171-0/+5
* Allow user to specify content he wants to see on project pageproject-default-viewDmitriy Zaporozhets2015-07-131-0/+5
* Audit log for user authenticationValery Sizov2015-07-061-0/+22
* Correct AddDefaultOtpRequiredForLoginValue migrationRobert Speicher2015-06-221-1/+3
* Make default value for otp_required_for_login false instead of nullRobert Speicher2015-06-201-0/+9
* Add `dashboard` attribute to User modelRobert Speicher2015-06-131-0/+9
* session_expire_seconds => session_expire_delaythemaze752015-06-102-5/+5
* Add session expiration delay configuration through UI applicationEric Maziade2015-06-051-0/+5
* Allow to configure a URL to show after sign outAlex Lossent2015-05-291-0/+5
* Add option to disallow users from registering any application to use GitLab a...user-oauth-applicationsDouwe Maan2015-05-291-0/+5
* Add support for Webhook note eventsStan Hu2015-05-211-0/+9
* Make more migrations reversiblers-reversable-migrationsRobert Speicher2015-05-133-3/+22
* Merge branch 'version-check' into 'master'Dmitriy Zaporozhets2015-05-131-0/+5
|\
| * Merge branch 'version-check' into gl-version-checkDmitriy Zaporozhets2015-05-081-0/+5
| |\
| | * Add feature to disable version checkDmitriy Zaporozhets2015-03-101-0/+5
* | | Merge branch 'rs-system-note' into 'master'Dmitriy Zaporozhets2015-05-121-0/+16
|\ \ \
| * | | Add migration to convert legacy system notesRobert Speicher2015-05-111-0/+16
* | | | Merge branch 'fix_migration' into 'master'Valery Sizov2015-05-122-2/+9
|\ \ \ \
| * | | | Make migrations reversiblefix_migrationValery Sizov2015-05-072-2/+9
* | | | | Make otp_backup_codes a text fieldRobert Speicher2015-05-091-1/+1
* | | | | Add support for backup codesDmitriy Zaporozhets2015-05-091-0/+5
* | | | | Init 2 factor authentication for user modelDmitriy Zaporozhets2015-05-091-0/+8
| |/ / / |/| | |
* | | | Adding quote_string to migrationquote_stringValery Sizov2015-05-081-1/+2
| |/ / |/| |
* | | Merge branch 'tag_dup' into 'master'Valery Sizov2015-05-081-0/+16
|\ \ \
| * | | remove tag duplicatestag_dupValery Sizov2015-05-071-0/+16
| |/ /
* | | Merge branch 'fix-mysql-migration-with-tags' into 'master'Valery Sizov2015-05-081-0/+10
|\ \ \
| * | | Change the MySQL collation type to utf8_bin to ensure case-sensitive tags are...Stan Hu2015-05-071-0/+10
| |/ /
* | | Conditionally remove indices that may not exist in pre-GitLab v6.7 installationsStan Hu2015-05-081-2/+9
|/ /
* | Add application setting to restrict user signups to e-mail domainsStan Hu2015-05-021-0/+5
* | Merge branch 'fix-project-tags' into 'master'Douwe Maan2015-04-304-0/+55
|\ \
| * | Fix DB error when trying to tag a repositoryStan Hu2015-04-274-0/+55
* | | Remove abandoned GroupMembersValery Sizov2015-04-291-0/+6
|/ /
* | Add new admin settingsVinnie Okada2015-04-262-0/+14
* | Explain namespace clearn regex.Douwe Maan2015-04-241-0/+5
* | Don't attempt to move if original path only contains periods.Douwe Maan2015-04-241-0/+3
* | Change migration timestamp.Douwe Maan2015-04-241-0/+0
* | Properly migrate users with usernames like "." or "..".Douwe Maan2015-04-241-0/+4
* | Revert "Revert disallowing usernames to end in period."Douwe Maan2015-04-241-0/+76
* | Revert disallowing usernames to end in period.revert-username-periodDouwe Maan2015-04-201-76/+0
* | Merge branch 'google-code-import-performance' into 'master'Dmitriy Zaporozhets2015-04-172-0/+13
|\ \
| * | Move import data out of project so it doesn't take ages to load.Douwe Maan2015-04-172-0/+13
* | | Fix username period migration to preserve uniqueness of names and paths.Douwe Maan2015-04-171-5/+5
|/ /
* | Merge branch 'invitation' into 'master'Dmitriy Zaporozhets2015-04-151-0/+12
|\ \
| * | Add invite data to member.Douwe Maan2015-04-141-0/+12
* | | Merge branch 'google-code-import' into 'master'Douwe Maan2015-04-151-0/+5
|\ \ \
| * | | Allow projects to be imported from Google Code.Douwe Maan2015-04-031-0/+5
* | | | Remove unnecessary semicolonsJacob Vosmaer2015-04-141-2/+2
* | | | Use different queries for MySQL and PostgresJacob Vosmaer2015-04-141-1/+14
* | | | Allow user to choose which email to be publicSenorsen2015-04-141-0/+5
| |/ / |/| |