Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)Author
2016-04-22Merge branch 'repository-checks-default-off' into 'master' Yorick Peterse
Disable 'repository check' feature in 8.7.0 See merge request !3856
2016-04-21Merge branch 'add-pg-trgrm-in-migration' into 'master' Yorick Peterse
Attempt to create pg_trgm extension in migration for test/dev environments See merge request !3805
2016-04-21Merge branch 'due-date-frontend' into 'master' Robert Speicher
Add due date to issues Closes: #12709 See merge request !3614
2016-04-20Merge branch 'slack_wiki_notifications' into 'master' Rémy Coutable
add slack notifications for wiki pages ## What does this MR do? Lets the Slack service be configured to send notifications when wiki pages are created or edited. ## Are there points in the code the reviewer needs to double check? I'm just starting to get familiar with the Gitlab codebase and I was unsure on how to get the wiki page url to pass it to the slack message, on whether or not I needed to refactor the create/update methods for wiki pages from the controller to a service (but seemed necessary to test it better), and if I needed to add a column to the web hooks table or if the services table would have been enough. Please let me know if I should change anything and I will improve the MR, thanks for checking :) ## Why was this MR needed? Related to #563 and fixes #4233. See merge request !2998
2016-04-19Configuring of points per UDP packetYorick Peterse
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.
2016-04-19Merge branch 'configurable-shared-runners-text' into 'master' Kamil Trzciński
Add configurable shared runners text cc @axil @rspeicher @grzesiek See merge request !3750
2016-04-18Use raw SQL commands for 20140502125220 MigrateRepoSizeStan Hu
Partial fix for #15210
2016-04-18Add configurable shared runners textKamil Trzcinski
2016-04-15Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
fix/project-import_url
2016-04-15Fix datetime format when migrating new notification settings on MySQLDouglas Barbosa Alexandre
2016-04-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
fix/project-import_url
2016-04-14updated migration based on testing findingsJames Lopez
2016-04-13Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer
2016-04-13Schema improvements suggested by YorickJacob Vosmaer
2016-04-12Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer
2016-04-12Add repository_checks_enabled settingJacob Vosmaer
2016-04-11Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre
2016-04-11typoJames Lopez
2016-04-11changed a few things based on feedbackJames Lopez
2016-04-11Use false/true mixin in migration from !3640Stan Hu
2016-04-11Merge branch 'fix-raw-sql-migrations' into 'master' Stan Hu
Fix more SQL migrations to use raw commands gitlab-org/gitlab-development-kit#109 See merge request !3640
2016-04-11Fix more SQL migrations to use raw commandsStan Hu
gitlab-org/gitlab-development-kit#109
2016-04-10Fix seed_fu failure with inserting milestones into test DBStan Hu
Milestones were not being saved due to "invalid state" validation errors
2016-04-10Use raw SQL instead of Rails models in 20130403003950 migrationStan Hu
Closes gitlab-org/gitlab-development-kit#109 Closes https://github.com/gitlabhq/gitlabhq/issues/10123
2016-04-09Apparently I missed updating the schema.rb when removing the Twitter ↵connorshea
"Congrats" button From commit 85cc1729596ac1e5b31d8cfa1daa07477db6033d
2016-04-09Fix schema.rbDouglas Barbosa Alexandre
2016-04-08Use query instead of model on migrationsDouglas Barbosa Alexandre
2016-04-08Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre
2016-04-07fix schema file [ci skip]James Lopez
2016-04-07refactored a few things based on MR feedbackJames Lopez
2016-04-06Rename almost all the thingsJacob Vosmaer
2016-04-05some refactoring to symbolise keys across importers and left a TODOJames Lopez
2016-04-04Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
fix/project-import_url # Conflicts: # db/schema.rb
2016-04-04fix migration issueJames Lopez
2016-04-04fix wordingJames Lopez
2016-04-04fixes based on MR reviewJames Lopez
2016-04-04Rebase repo check MRJacob Vosmaer
2016-04-04corrected a couple of based on MR reviewJames Lopez
2016-04-01Remove "Congratulations!" tweet button on newly-created project.connorshea
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
2016-03-31Exclude projects pending deletion from all resultsZeger-Jan van de Weg
2016-03-31Remove todos for deleted merge requestsDouglas Barbosa Alexandre
2016-03-30Destroy related todos when an issue is deletedDouglas Barbosa Alexandre
2016-03-30Update migration commentDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-30Improve db migrations for notification settingsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-30Migrate notification setting from members tableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-30Introduce NotificationSetting modelDmitriy Zaporozhets
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>
2016-03-29Use raw SQL instead of Rails models in migrations where appropriateRobert Speicher
Closes #14694.
2016-03-28refactored code based on feedback plus fixed a couple of other issuesJames Lopez
2016-03-23added rest of importers, fixed specs and some issues with the migrationJames Lopez
2016-03-23fogbugz importer, also refactored migration again to make it easier to add ↵James Lopez
new importers