summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '20067-wiki-not-visible-from-web' into 'master' Rémy Coutable2016-07-211-1/+1
* Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-211-1/+3
* Merge branch 'issue_18585' into 'master' Rémy Coutable2016-07-201-5/+7
* Merge branch 'external-wiki-helper-speedup' into 'master' Yorick Peterse2016-07-201-1/+2
* Merge branch 'undo-revert-of-4892' into 'master' Rémy Coutable2016-07-191-4/+5
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into store-variables...store-variables-and-when-in-builds-tableKamil Trzcinski2016-07-181-12/+12
|\
| * Merge branch 'track-pipeline-user' into 'master' Rémy Coutable2016-07-181-1/+3
| |\
| | * Add index for user_id of pipelineKamil Trzcinski2016-07-151-1/+2
| | * Track a user who created a pipelineKamil Trzcinski2016-07-151-1/+2
| * | Revert "Optimistic locking for Issue and Merge Requests"revert-lock-for-issuableStan Hu2016-07-131-12/+10
| |/
* | Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-1/+3
|/
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-5/+3
* Enforce "developers can merge" during `pre-receive`.Timothy Andrew2016-07-131-0/+1
* Added "developers can merge" setting to protected branchesMathias Vestergaard2016-07-131-3/+4
* Delete award emoji when deleting a user19693-emoji-awards-aren-t-deleted-for-deleted-usersSean McGivern2016-07-121-1/+1
* Optimistic locking for Issue and Merge RequestsValery Sizov2016-07-121-11/+13
* Merge branch 'feature/option-set-new-users-external' into 'master' Rémy Coutable2016-07-081-0/+1
|\
| * Added setting to set new users by default as externalDravere2016-07-071-0/+1
* | Update schemaDouwe Maan2016-07-061-1/+7
|/
* Rebasing caused `enabled_git_access_protocol` to become plural. Fixed here.Patricio Cano2016-07-051-1/+1
* Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano2016-07-051-0/+1
* Add a migration to remove requesters that are owners of their project18790-dont-show-request-button-to-project-ownerRémy Coutable2016-07-051-1/+1
* Add index on both Award Emoji user and nameindex-on-emoji-name-and-userZ.J. van de Weg2016-07-051-1/+2
* Merge remote-tracking branch 'upstream/master' into save-artifacts_sizesLin Jen-Shin2016-07-041-13/+15
|\
| * Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-291-0/+1
| * Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-13/+14
* | Just save the size in total rather than individual filesLin Jen-Shin2016-06-281-1/+2
|/
* Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...feature/runner-lock-on-projectLin Jen-Shin2016-06-201-0/+1
|\
| * Add notification_settings:events to schemaissue_12758_2Felipe Artur2016-06-201-1/+2
* | Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-201-0/+15
|\ \ | |/
| * Remove Duplicated keys add UNIQUE index to fingerprint18697-uniqueness-key-validationPaco Guzman2016-06-201-1/+2
| * Merge branch '2979-personal-access-tokens' into 'master' Douwe Maan2016-06-171-0/+14
| |\
| | * Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-161-16/+48
| | |\
| | * \ Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-141-22/+21
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-091-3/+31
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-031-24/+31
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-05-111-11/+11
| | |\ \ \ \ \
| | * | | | | | Allow creating Personal Access Tokens through the website.Timothy Andrew2016-04-281-0/+14
* | | | | | | | Add index for ci_runners.locked, feedback:Lin Jen-Shin2016-06-201-1/+2
* | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-171-16/+48
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Make project_id nullableKamil Trzcinski2016-06-161-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Add index on `requested_at` to the `members` tableadd-index-on-requested_at-to-membersRémy Coutable2016-06-151-1/+2
| * | | | | | Merge branch 'environments-and-deployments' into 'master' Rémy Coutable2016-06-151-13/+42
| |\ \ \ \ \ \
| | * | | | | | Make project_id, iid unique for deploymentsKamil Trzcinski2016-06-151-1/+468
| | * | | | | | Validate project and environment instead of only requiringKamil Trzcinski2016-06-151-469/+2
| | * | | | | | Make `project_id` and `environment_id` nullableenvironments-and-deploymentsKamil Trzcinski2016-06-151-3/+3
| | * | | | | | Improve validationsKamil Trzcinski2016-06-151-20/+20
| | * | | | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-0/+1
| | |\ \ \ \ \ \
| | * | | | | | | Add specs for models and servicesKamil Trzcinski2016-06-141-2/+2
| | * | | | | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-6/+3
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |