summaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bvl-security-9-2-remove-appearance-symlink' into 'security-9-2'Douwe Maan2017-07-193-2/+55
| | | | | (security-9-2) Remove the `appearance` symlink that was previously missed See merge request !2125
* Merge branch 'zj-drop-fk-if-exists' into 'master'Yorick Peterse2017-06-081-1/+11
| | | | | Only remove FK if it exists See merge request !11828
* Merge branch 'bvl-fix-typo-renaming-appearance' into 'security-9-2'Douwe Maan2017-06-073-2/+59
| | | | | Fix typo in moving the`appearance` folder in migrations See merge request !2116
* Merge branch 'bvl-security-9-2-28917-contain-uploads-in-system-dir' into ↵Douwe Maan2017-05-314-0/+397
| | | | | | | | | | | | | 'security-9-2' (security-9-2) Upload files into `public/upload/system` instead of `public/upload` See merge request !2104 Conflicts: app/validators/dynamic_path_validator.rb Fixed conflicts based on 3c7c859c359bf5d3955dd300d6861ff33af21ca7
* Merge branch 'fix-retried-for-postgres' into 'master'Kushal Pandya2017-05-231-4/+6
| | | | | | | Fix migrations for older PostgreSQL versions Closes #32721 See merge request !11620
* Resolve conflicts, using changes from masterLin Jen-Shin2017-05-221-22/+2
|
* Merge branch 'fix-retried-for-mysql' into 'master'9-2-stable-fix-conflicts-for-mr-11593Timothy Andrew2017-05-221-0/+57
| | | | | | | | | | | Fixes broken MySQL migration for retried Closes #32647 See merge request !11593 Conflicts: db/post_migrate/20170503004427_upate_retried_for_ci_build.rb
* Merge branch 'bvl-fix-already-renamed-paths' into 'master'Douwe Maan2017-05-193-2/+155
| | | | | | | | Fix incorrect renaming migrations Closes #32526 and #32530 See merge request !11515
* Merge branch 'fix_set_null_false_migration' into 'master'Yorick Peterse2017-05-181-4/+4
| | | | | | | Adding NULL:false constraint with change_column_null instead of change_column Closes #32450 See merge request !11471
* Merge branch 'fix-issue-assignee-trigger' into 'master'Stan Hu2017-05-171-1/+1
| | | | | | | Check if OLD is set when migrating issue assignees Closes #32439 See merge request !11461
* Merge branch 'zj-fix-migration' into 'master'Robert Speicher2017-05-171-0/+7
| | | | | Fix data migration from trigger schedules See merge request !11460
* Merge branch 'fix_assignee_yourick_approach' into 'master'Douwe Maan2017-05-167-53/+205
| | | | | | Improve migration for Multipple issue assignee feature See merge request !11417
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-103-0/+39
| | | | | | | Retried in database Closes #25737 See merge request !11115
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-079-26/+209
|
* Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern2017-05-064-0/+76
|\ | | | | | | | | | | | | Resolve "Redirect to new project link after a rename" Closes #17361 and #30317 See merge request !11136
| * Resolve discussionsMichael Kozono2017-05-051-3/+2
| |
| * Fix Rubocop failuresMichael Kozono2017-05-051-1/+0
| |
| * Index redirect_routes path for LIKEMichael Kozono2017-05-052-0/+30
| |
| * Add index for source association and for pathMichael Kozono2017-05-052-1/+26
| |
| * Redirect from redirect routes to canonical routesMichael Kozono2017-05-052-0/+23
| |
* | Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern2017-05-053-1/+33
|\ \
| * | Add alias_attributes for notesblackst0ne2017-05-042-16/+0
| | |
| * | Add last_edited_at and last_edited_by attributesblackst0ne2017-05-044-1/+49
| | |
* | | Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-054-1/+103
|\ \ \ | |_|/ |/| | | | | | | | Backport of Multiple Assignees feature See merge request !11089
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov2017-05-055-1/+49
| |\ \ | | | | | | | | | | | | skip]
| * | | [Multiple issue assignee] Fix a number of specsValery Sizov2017-05-052-2/+2
| | | |
| * | | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-044-1/+103
| | | |
* | | | Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes2017-05-052-2/+37
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Add sentry JS See merge request !6764
| * | | Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-05-044-1/+32
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | clientside_sentry migration and schema changes commitLuke "Jared" Bennett2017-05-042-1/+36
| | | | |
| * | | | Reset migration to headLuke "Jared" Bennett2017-05-043-98/+0
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-043-1/+16
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Reset schema and migrationLuke "Jared" Bennett2017-05-041-0/+65
| | | | |
| * | | | Fixed schema diffsLuke "Jared" Bennett2017-05-031-5/+6
| | | | |
| * | | | Updated schema.rb with patch modeLuke "Jared" Bennett2017-05-031-7/+6
| | | | |
| * | | | [ci skip] Update migration to be reversible and use add_column_with_defaultLuke "Jared" Bennett2017-05-031-9/+28
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-0314-0/+82
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Added migration downtime tagLuke "Jared" Bennett2017-04-281-0/+3
| | | | |
| * | | | Reverted false schema diffsLuke "Jared" Bennett2017-04-281-5/+6
| | | | |
| * | | | Applied schema update with patchLuke "Jared" Bennett2017-04-281-7/+8
| | | | |
| * | | | Revert schema.db to masterLuke "Jared" Bennett2017-04-281-11/+6
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-04-284-0/+45
| |\ \ \ \
| * | | | | Added migrationLuke "Jared" Bennett2017-04-282-1/+13
| | | | | |
| * | | | | Attempted adding separate clientside_sentry settingsLuke "Jared" Bennett2017-04-281-7/+6
| | | | | |
* | | | | | Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-046-1/+47
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/gitlab/cycle_analytics/review_stage.rb lib/gitlab/cycle_analytics/staging_stage.rb lib/gitlab/cycle_analytics/test_stage.rb
| * | | | | Add index to last_repository_updated_at on projectsDouglas Barbosa Alexandre2017-05-042-1/+17
| | | | | |
| * | | | | Add last_repository_updated_at to projectsDouglas Barbosa Alexandre2017-05-042-1/+9
| | | | | |
| * | | | | Reject EE reserved namespace paths in CE as wellbvl-reject-ee-namespace-namesBob Van Landuyt2017-05-041-0/+7
| | |_|_|/ | |/| | |
| * | | | Fix caching large snippet HTML content on MySQL databasesNick Thomas2017-05-033-1/+16
| | |_|/ | |/| |
* | | | More updates for translations plus small tweaks.Ruben Davila2017-05-041-1/+1
| | | |