summaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* Disable 'repository check' feature in 8.7.0Jacob Vosmaer2016-04-212-2/+13
| | | | 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-215-1/+70
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-193-8/+21
| |\ \ | | |/ | | | | | | | | | # Conflicts: # db/schema.rb
| * | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-166-1/+159
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | Fix migrations on MySQLKamil Trzcinski2016-04-131-1/+5
| | | |
| * | | Update db/schema.rbKamil Trzcinski2016-04-131-1/+8
| | | |
| * | | Cleanup changesKamil Trzcinski2016-04-131-302/+292
| | | |
| * | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-134-0/+46
| |\ \ \
| * | | | Cleanup required migrationsKamil Trzcinski2016-04-135-10/+7
| | | | |
| * | | | Add indexes concurrently on PostgreSQLKamil Trzcinski2016-04-131-3/+9
| | | | |
| * | | | Remove the use of default scope for BuildsKamil Trzcinski2016-04-131-304/+298
| | | | |
| * | | | Optimise CI status accessorKamil Trzcinski2016-04-122-0/+38
| | | | |
| * | | | Fix specsKamil Trzcinski2016-04-111-1/+1
| | | | |
| * | | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-114-2/+35
| | | | |
* | | | | Address MR feedbackRémy Coutable2016-04-203-18/+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-202-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-203-0/+12
| | | | | | | | | | | | | | | | | | | | update changelog
* | | | | Configuring of points per UDP packettoggle-points-per-packetYorick Peterse2016-04-192-19/+25
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-192-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add configurable shared runners text cc @axil @rspeicher @grzesiek See merge request !3750
| * | | | Add configurable shared runners textKamil Trzcinski2016-04-182-1/+7
| | |_|/ | |/| |
* | | | 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-154-2/+19
|\ \ \ | | | | | | | | | | | | 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-134-0/+46
| |\ \ \ | | | |/ | | |/|
| * | | Schema improvements suggested by YorickJacob Vosmaer2016-04-132-2/+5
| | | |
| * | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-127-21/+30
| |\ \ \ | | | |/ | | |/|
| * | | Add repository_checks_enabled settingJacob Vosmaer2016-04-122-1/+7
| | | |
| * | | Rename almost all the thingsJacob Vosmaer2016-04-063-8/+8
| | | |
| * | | Rebase repo check MRJacob Vosmaer2016-04-042-0/+8
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-1410-22/+77
|\ \ \ \ | | |_|/ | |/| | | | | | fix/project-import_url
| * | | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-117-21/+30
| |\ \ \ | | | |/ | | |/|
| | * | Use false/true mixin in migration from !3640Stan Hu2016-04-101-4/+6
| | | |
| | * | Merge branch 'fix-raw-sql-migrations' into 'master' Stan Hu2016-04-114-12/+18
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix more SQL migrations to use raw commands gitlab-org/gitlab-development-kit#109 See merge request !3640
| | | * | Fix more SQL migrations to use raw commandsStan Hu2016-04-104-12/+18
| | | | | | | | | | | | | | | | | | | | gitlab-org/gitlab-development-kit#109
| | * | | Fix seed_fu failure with inserting milestones into test DBStan Hu2016-04-101-1/+1
| | |/ / | | | | | | | | | | | | Milestones were not being saved due to "invalid state" validation errors
| | * | 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
| | * | Apparently I missed updating the schema.rb when removing the Twitter ↵connorshea2016-04-091-2/+1
| | |/ | | | | | | | | | | | | | | | "Congrats" button From commit 85cc1729596ac1e5b31d8cfa1daa07477db6033d
| * | Fix schema.rbDouglas Barbosa Alexandre2016-04-081-4/+4
| | |
| * | Use query instead of model on migrationsDouglas Barbosa Alexandre2016-04-081-1/+1
| | |
| * | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-085-2/+48
| |\ \ | | |/
| * | 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-303-14/+13
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Migrate notification setting from members tableDmitriy Zaporozhets2016-03-303-1/+23
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Introduce NotificationSetting modelDmitriy Zaporozhets2016-03-302-3/+24
| | | | | | | | | | | | | | | | | | | | | 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
| | |