summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/runner-lock-on-project' into 'master' Rémy Coutable2016-06-213-1/+28
|\
| * Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...feature/runner-lock-on-projectLin Jen-Shin2016-06-201-0/+1
| |\
| * \ Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-206-0/+88
| |\ \
| * | | Add index for ci_runners.locked, feedback:Lin Jen-Shin2016-06-202-1/+14
| * | | Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-1711-25/+205
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/runner-lock-on-projectLin Jen-Shin2016-06-14349-22/+433
| |\ \ \ \
| * | | | | include the helperLin Jen-Shin2016-06-091-3/+3
| * | | | | Update migration with add_column_with_default:Lin Jen-Shin2016-06-091-2/+7
| * | | | | Add config field to runner to lock it on projectGrzegorz Bizon2016-06-092-0/+9
* | | | | | Merge branch '17949-error-500-on-gitlab-org-when-visiting-pipelines' into 'ma...Rémy Coutable2016-06-201-0/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Set missing stages on ci builds to 'test' to avoid regressions in the pipelin...17949-error-500-on-gitlab-org-when-visiting-pipelinesAlejandro Rodríguez2016-06-201-0/+9
| | |_|_|/ | |/| | |
* | | | | Add notification_settings:events to schemaissue_12758_2Felipe Artur2016-06-201-1/+2
|/ / / /
* | | | Remove Duplicated keys add UNIQUE index to fingerprint18697-uniqueness-key-validationPaco Guzman2016-06-204-1/+55
* | | | Merge master into issue_12758issue_12758Felipe Artur2016-06-175-1/+59
|\ \ \ \
| * \ \ \ Merge branch '2979-personal-access-tokens' into 'master' Douwe Maan2016-06-172-0/+27
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-1610-25/+184
| | |\ \ \
| | * | | | Fix rubocop spec.Timothy Andrew2016-06-141-1/+1
| | * | | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-14349-22/+433
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-0911-10/+131
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-0314-27/+138
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-05-114-12/+25
| | |\ \ \ \ \
| | * | | | | | Merge the "personal access token"-related migrations.Timothy Andrew2016-04-283-10/+2
| | * | | | | | Allow expiration of personal access tokens.Timothy Andrew2016-04-281-0/+5
| | * | | | | | Allow revoking personal access tokens.Timothy Andrew2016-04-281-0/+5
| | * | | | | | Allow creating Personal Access Tokens through the website.Timothy Andrew2016-04-282-0/+25
| * | | | | | | Make project_id nullableKamil Trzcinski2016-06-162-1/+22
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Add index on `requested_at` to the `members` tableadd-index-on-requested_at-to-membersRémy Coutable2016-06-152-1/+11
* | | | | | | Implement custom notification level optionsFelipe Artur2016-06-151-0/+7
|/ / / / / /
* | | | | | Merge branch 'environments-and-deployments' into 'master' Rémy Coutable2016-06-154-13/+96
|\ \ \ \ \ \
| * | | | | | Make project_id, iid unique for deploymentsKamil Trzcinski2016-06-152-2/+469
| * | | | | | Validate project and environment instead of only requiringKamil Trzcinski2016-06-152-471/+4
| * | | | | | Make `project_id` and `environment_id` nullableenvironments-and-deploymentsKamil Trzcinski2016-06-152-5/+5
| * | | | | | Improve validationsKamil Trzcinski2016-06-153-27/+27
| * | | | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-144-9/+36
| |\ \ \ \ \ \
| * | | | | | | Add specs for models and servicesKamil Trzcinski2016-06-142-4/+4
| * | | | | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-145-6/+48
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Added initial version of deploymentsKamil Trzcinski2016-06-104-3/+86
* | | | | | | | Random selection now also works for MySQLseed-fu-award-emojiZ.J. van de Weg2016-06-151-3/+3
* | | | | | | | Near half of the Issues get Award Emoji when seedingZ.J. van de Weg2016-06-151-4/+4
* | | | | | | | Skip system notes from receiving award emojiZ.J. van de Weg2016-06-151-4/+10
* | | | | | | | Seed Award Emoji while seeding the databaseZ.J. van de Weg2016-06-151-0/+27
* | | | | | | | Merge branch 'master' into 13948-access-request-to-projects-and-groupsDouwe Maan2016-06-144-11/+38
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'artifacts-expire-date' into 'master' Rémy Coutable2016-06-142-2/+8
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski2016-06-142-2/+6
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Update db/schema.rbKamil Trzcinski2016-06-131-6/+6
| | * | | | | | | Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski2016-06-133-0/+39
| | |\ \ \ \ \ \ \
| | * | | | | | | | Allow to expire build artifactsKamil Trzcinski2016-06-131-0/+5
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Fixed locking syntax for PostgreSQLYorick Peterse2016-06-141-1/+1
| * | | | | | | | Move LOCK TABLES to a separate executeYorick Peterse2016-06-141-5/+2
| * | | | | | | | Fix MySQL migration, obtain lock the right wayZ.J. van de Weg2016-06-141-8/+9