summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Incorporate feedbackZeger-Jan van de Weg2016-05-111-10/+0
| * | | | | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-1116-22/+150
| |\ \ \ \ \
| * | | | | | Add tests on Awardables and Award EmojiZeger-Jan van de Weg2016-05-101-2/+17
| * | | | | | Create table for award emojiZeger-Jan van de Weg2016-05-064-21/+69
* | | | | | | Use pipelines in context of ProjectKamil Trzcinski2016-06-031-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'remove-dangling-notification-settings' into 'master' Stan Hu2016-05-311-0/+13
|\ \ \ \ \ \
| * | | | | | Remove project notification settings associated with deleted projectsStan Hu2016-05-311-0/+13
| | |_|_|_|/ | |/| | | |
* | | | | | Remove update of container_registry_token_expire_delayKamil Trzcinski2016-05-311-3/+0
* | | | | | Set container_registry_token_expire_delay default to 5Kamil Trzcinski2016-05-312-3/+3
* | | | | | Fix migration informationcontainer-registry-token-ttlKamil Trzcinski2016-05-311-13/+1
* | | | | | Update db/schema.rbKamil Trzcinski2016-05-311-24/+25
* | | | | | Add Application Setting to configure Container Registry token expire delay (d...Kamil Trzcinski2016-05-311-0/+24
|/ / / / /
* | | | | Add DB index on users.stateStan Hu2016-05-292-1/+11
* | | | | fix rescue block on migrationJames Lopez2016-05-271-1/+1
* | | | | Remove main_language and testsremove-main-languageJosh Frye2016-05-252-2/+22
| |_|_|/ |/| | |
* | | | Merge branch 'issue_14632' into 'master' Douwe Maan2016-05-201-1/+3
|\ \ \ \
| * | | | Fix group visibility level migration in case all visibility levels are restri...issue_14632Felipe Artur2016-05-191-1/+3
| | |/ / | |/| |
* | | | Updated the DB schemaYorick Peterse2016-05-191-3/+4
* | | | Use migration helper to prevent downtime migrationfeature/runner-config-untagged-jobsGrzegorz Bizon2016-05-191-8/+10
* | | | Add not null constraint to run untagged runner optionGrzegorz Bizon2016-05-192-2/+2
* | | | Add runner db field for ability to run untagged jobsGrzegorz Bizon2016-05-192-0/+12
* | | | Mask credentials from URL when import of project has failed.Rubén Dávila2016-05-181-1/+1
| |_|/ |/| |
* | | Merge branch 'issue_14684' into 'master' Douwe Maan2016-05-161-0/+12
|\ \ \
| * | | fix default send confirmation valueFelipe Artur2016-05-161-1/+1
| * | | Change landing page when skipping confirmation email and add documentationFelipe Artur2016-05-161-1/+1
| * | | Change skip_user_confirmation_email to send_user_confirmation_emailFelipe Artur2016-05-162-8/+12
| * | | Toggle email signup confirmation in admin settingsFelipe Artur2016-05-161-0/+8
* | | | Merge branch 'docker-registry' into 'master' Douwe Maan2016-05-162-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-134-2/+18
| |\ \ \
| * | | | Rename `images` to `container_registry`Kamil Trzcinski2016-05-092-2/+2
| * | | | Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-093-10/+19
| |\ \ \ \
| * | | | | Added authentication service for docker registryKamil Trzcinski2016-04-292-0/+6
* | | | | | Extract LegacyDiffNote out of NoteDouwe Maan2016-05-133-2/+13
| |_|/ / / |/| | | |
* | | | | Merge branch 'health-check-route'Douwe Maan2016-05-122-1/+7
|\ \ \ \ \
| * | | | | Add health_check access token, and enforce on the health_check endpointDJ Mountney2016-05-102-1/+7
| | |_|/ / | |/| | |
* | | | | schema fix 😓Andrei Gliga2016-05-121-9/+9
* | | | | Revert "disabled_oauth_sign_in_sources column" and keep on schema only the di...Andrei Gliga2016-05-121-9/+9
* | | | | disabled_oauth_sign_in_sources columnAndrei Gliga2016-05-122-0/+6
|/ / / /
* | | | Remove `wall_enabled` field from Projectrs-remove-wall_enabledRobert Speicher2016-05-082-2/+6
| |/ / |/| |
* | | Update db/schema.rb after running db:migrate:resetDmitriy Zaporozhets2016-05-061-9/+9
* | | Limit the number of merge requests per project to avoid long seedsStan Hu2016-05-041-1/+4
* | | Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto2016-04-302-0/+6
|/ /
* | Disable 'repository check' feature in 8.7.0Jacob Vosmaer2016-04-212-2/+13
* | Merge branch 'add-pg-trgrm-in-migration' into 'master' Yorick Peterse2016-04-211-0/+11
|\ \
| * | Attempt to create pg_trgm extension in migration for test/dev environmentsStan Hu2016-04-201-0/+11
* | | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-215-1/+70
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-193-8/+21
| |\ \ \ | | |/ /
| * | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-166-1/+159
| |\ \ \ | | | |/ | | |/|
| * | | Fix migrations on MySQLKamil Trzcinski2016-04-131-1/+5
| * | | Update db/schema.rbKamil Trzcinski2016-04-131-1/+8