summaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | changed a few things based on feedbackJames Lopez2016-04-112-14/+11
| | |
* | | fix schema file [ci skip]James Lopez2016-04-071-2/+3
| | |
* | | refactored a few things based on MR feedbackJames Lopez2016-04-071-4/+4
| | |
* | | some refactoring to symbolise keys across importers and left a TODOJames Lopez2016-04-052-5/+4
| | |
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-0410-36/+102
|\ \ \ | | |/ | |/| | | | | | | | | | | | | 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-312-1/+8
| | |
| * | Remove todos for deleted merge requestsDouglas Barbosa Alexandre2016-03-312-1/+18
| | |
| * | Destroy related todos when an issue is deletedDouglas Barbosa Alexandre2016-03-302-1/+18
| |/
| * Use raw SQL instead of Rails models in migrations where appropriaters-fix-migrationsRobert Speicher2016-03-285-34/+54
| | | | | | | | Closes #14694.
* | fix migration issueJames Lopez2016-04-041-0/+1
| |
* | fix wordingJames Lopez2016-04-041-5/+5
| |
* | fixes based on MR reviewJames Lopez2016-04-041-14/+13
| |
* | corrected a couple of based on MR reviewJames Lopez2016-04-041-2/+2
| |
* | refactored code based on feedback plus fixed a couple of other issuesJames Lopez2016-03-281-22/+44
| |
* | added rest of importers, fixed specs and some issues with the migrationJames Lopez2016-03-232-5/+9
| |
* | fogbugz importer, also refactored migration again to make it easier to add ↵James Lopez2016-03-231-12/+19
| | | | | | | | new importers
* | refactored migration a bit and fixed a few problems. Also added some loggingJames Lopez2016-03-231-13/+23
| |
* | update bitbucket importerJames Lopez2016-03-221-1/+1
| |