summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Collapse)AuthorAgeFilesLines
* Disable 'repository check' feature in 8.7.0Jacob Vosmaer2016-04-211-0/+11
| | | | It still causes too many false alarms.
* 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 environments See merge request !3805
| * Attempt to create pg_trgm extension in migration for test/dev environmentsStan Hu2016-04-201-0/+11
| | | | | | | | Closes #15210
* | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-213-0/+62
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci::Commit becomes a Pipeline object 1. Ci::Commit receives context: ref, :tag. 1. One Ci::Commit describes a one Pipeline 1. Pipeline is created from `.gitlab-ci.yml` 1. Pipeline is a ordered group of builds 1. We test MR against Pipeline 1. Pipelines have a separate view (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Pipeline can be triggered from UI (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Later we change `Trigger -> TriggerRequest -> Build` to `Trigger -> Pipeline` (future) 1. We add a Pipeline Hook that will be triggered on Pipeline status change (future) 1. We extend notifications to use `Pipeline Hook` to send summary on pipeline changes (future) After merging that I'll prepare a separate MR that will unify naming, database columns, table names: ``` Ci::Commit -> Pipeline Ci::Build -> Build CommitStatus -> Job GenericCommitStatus -> ExternalJob ci_commits -> pipelines ci_builds -> jobs ``` This MR implements first 5 points. This is made to solve this issue https://gitlab.com/gitlab-org/gitlab-ce/issues/14149. See merge request !3653
| * \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-192-7/+19
| |\ \ | | |/ | | | | | | | | | # Conflicts: # db/schema.rb
| * | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-165-1/+152
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | Fix migrations on MySQLKamil Trzcinski2016-04-131-1/+5
| | | |
| * | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-133-0/+34
| |\ \ \
| * | | | Cleanup required migrationsKamil Trzcinski2016-04-135-10/+7
| | | | |
| * | | | Add indexes concurrently on PostgreSQLKamil Trzcinski2016-04-131-3/+9
| | | | |
| * | | | Optimise CI status accessorKamil Trzcinski2016-04-122-0/+38
| | | | |
| * | | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-113-0/+17
| | | | |
* | | | | Address MR feedbackRémy Coutable2016-04-202-5/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Add index to issues due dateMehmet Beydogan2016-04-201-0/+5
| | | | |
* | | | | Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
* | | | | formatting and test structureSebastian Klier2016-04-201-1/+1
| | | | |
* | | | | add slack notifications for wiki pagesSebastian Klier2016-04-202-0/+10
| | | | | | | | | | | | | | | | | | | | update changelog
* | | | | Configuring of points per UDP packettoggle-points-per-packetYorick Peterse2016-04-191-0/+5
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to configure the number of points stored in a single UDP packet. This in turn can be used to reduce the number of UDP packets being sent at the cost of these packets being somewhat larger. The default setting is 1 point per packet so nothing changes for existing users.
* | | | Merge branch 'configurable-shared-runners-text' into 'master' Kamil Trzciński2016-04-191-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add configurable shared runners text cc @axil @rspeicher @grzesiek See merge request !3750
| * | | | Add configurable shared runners textKamil Trzcinski2016-04-181-0/+5
| | |_|/ | |/| |
* | | | Use raw SQL commands for 20140502125220 MigrateRepoSizeStan Hu2016-04-181-7/+14
|/ / / | | | | | | | | | Partial fix for #15210
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-153-1/+14
|\ \ \ | | | | | | | | | | | | fix/project-import_url
| * | | Fix datetime format when migrating new notification settings on MySQLDouglas Barbosa Alexandre2016-04-141-1/+1
| | | |
| * | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-133-0/+34
| |\ \ \ | | | |/ | | |/|
| * | | Schema improvements suggested by YorickJacob Vosmaer2016-04-131-1/+3
| | | |
| * | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-125-19/+29
| |\ \ \ | | | |/ | | |/|
| * | | Add repository_checks_enabled settingJacob Vosmaer2016-04-121-0/+5
| | | |
| * | | Rename almost all the thingsJacob Vosmaer2016-04-062-6/+6
| | | |
| * | | Rebase repo check MRJacob Vosmaer2016-04-041-0/+6
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-148-19/+63
|\ \ \ \ | | |_|/ | |/| | | | | | fix/project-import_url
| * | | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-115-19/+29
| |\ \ \ | | | |/ | | |/|
| | * | Use false/true mixin in migration from !3640Stan Hu2016-04-101-4/+6
| | | |
| | * | Fix more SQL migrations to use raw commandsStan Hu2016-04-104-12/+18
| | | | | | | | | | | | | | | | gitlab-org/gitlab-development-kit#109
| | * | Use raw SQL instead of Rails models in 20130403003950 migrationStan Hu2016-04-091-7/+9
| | |/ | | | | | | | | | | | | | | | Closes gitlab-org/gitlab-development-kit#109 Closes https://github.com/gitlabhq/gitlabhq/issues/10123
| * | Use query instead of model on migrationsDouglas Barbosa Alexandre2016-04-081-1/+1
| | |
| * | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-084-0/+45
| |\ \ | | |/
| * | Update migration commentDmitriy Zaporozhets2016-03-301-2/+6
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Improve db migrations for notification settingsDmitriy Zaporozhets2016-03-302-5/+4
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Migrate notification setting from members tableDmitriy Zaporozhets2016-03-302-0/+19
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Introduce NotificationSetting modelDmitriy Zaporozhets2016-03-301-0/+12
| | | | | | | | | | | | | | | | | | | | | It will hold notification setting per group or per project. It will allow get rid of notification level stored in Member model Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | updated migration based on testing findingsJames Lopez2016-04-141-6/+13
| | |
* | | typoJames Lopez2016-04-111-1/+1
| | |
* | | changed a few things based on feedbackJames Lopez2016-04-112-14/+11
| | |
* | | some refactoring to symbolise keys across importers and left a TODOJames Lopez2016-04-051-2/+2
| | |
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-049-34/+99
|\ \ \ | | |/ | |/| | | | | | | | | | | | | fix/project-import_url # Conflicts: # db/schema.rb
| * | Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-0/+5
| | | | | | | | | | | | | | | | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
| * | Exclude projects pending deletion from all resultsZeger-Jan van de Weg2016-03-311-0/+6
| | |
| * | Remove todos for deleted merge requestsDouglas Barbosa Alexandre2016-03-311-0/+17
| | |
| * | Destroy related todos when an issue is deletedDouglas Barbosa Alexandre2016-03-301-0/+17
| |/
| * Use raw SQL instead of Rails models in migrations where appropriaters-fix-migrationsRobert Speicher2016-03-285-34/+54
| | | | | | | | Closes #14694.