summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Collapse)AuthorAgeFilesLines
* Add wiki size to project statisticsPeter Marko2019-05-291-0/+9
|
* Store Let's Encrypt private key in settingsVladimir Shushlin2019-05-282-0/+49
| | | | | | | | | | | | | | | | Storing this key in secrets.yml was a bad idea, it would require users using HA setups to manually replicate secrets across nodes during update, it also needed support from omnibus package * Revert "Generate Let's Encrypt private key" This reverts commit 444959bfa0b79e827a2a1a7a314acac19390f976. * Add Let's Encrypt private key to settings as encrypted attribute * Generate Let's Encrypt private key in database migration
* Added filtering jobs by age to jobs/request API endpointDmitry Chepurovskiy2019-05-201-0/+19
|
* Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
|
* Merge branch 'ce-2087-make-num-shards-configurable' into 'master'Sean McGivern2019-05-161-0/+10
|\ | | | | | | | | CE backport of "Configure the number of ES shards and replicas" See merge request gitlab-org/gitlab-ce!28329
| * CE backport of "Configure the number of ES shards and replicas"Nick Thomas2019-05-161-0/+10
| |
* | Fix. db:migrate is failed on MySQL 8sue4452019-05-161-1/+2
|/ | | | | | | | ``` StandardError: An error has occurred, all later migrations canceled: Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'system = true AND note LIKE '\_%\_'' at line 1: UPDATE notes SET note = trim(both '_' from note) WHERE system = true AND note LIKE '\_%\_' ```
* Merge branch 'ce-9688-mr-merge-order' into 'master'Ash McKenzie2019-05-081-0/+25
|\ | | | | | | | | CE backport of merge request blocks - backend MVC See merge request gitlab-org/gitlab-ce!27323
| * Backport of initial merge request blocks supportce-9688-mr-merge-orderNick Thomas2019-05-031-0/+25
| |
* | Added user time settings fields to profileEzekiel Kigbo2019-05-071-0/+24
| | | | | | | | | | | | Udpated user_edit_profile_spec with time preferences Minor update form fields
* | Fix issuables state_id nil when importing projects from GitHubFelipe Artur2019-05-061-0/+34
| | | | | | | | | | | | Issues and merge requests imported from GitHub are having state_id set to null. This fixes the GitHub project importer and schedule migrations to fix state_id.
* | Implement support for CI variables of type fileKrasimir Angelov2019-05-064-0/+68
| | | | | | | | | | | | | | | | | | Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
* | Create ActiveRecordModel and table for Merge Train featureShinya Maeda2019-05-061-0/+18
| | | | | | | | | | This database table and AR model is going to be used for the merge train feature.
* | Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-051-1/+0
|/
* Add packages_size to ProjectStatisticsAlessio Caiazza2019-05-021-0/+11
| | | | | This new field will allow to keep track of the storage used by the packages features, it provides also aggregation at namespace level.
* Merge branch '9932-fix-deprecated-attribute_changed-ce' into 'master'Andreas Brandl2019-05-021-7/+0
|\ | | | | | | | | [CE] Remove deprecated usage of `attribute_changed?` See merge request gitlab-org/gitlab-ce!27577
| * Remove deprecated uses of attribute_changed?9932-fix-deprecated-attribute_changed-ceHeinrich Lee Yu2019-04-301-7/+0
| | | | | | | | Prepares us for upgrade to Rails 5.2
* | Add project level config for merge trainadd-project-level-config-for-merge-train-ceShinya Maeda2019-04-301-0/+17
|/ | | | We add the option and expose the parameter for frontend work
* Add Let's Encrypt application settingsVladimir Shushlin2019-04-272-0/+36
| | | | | Store Let's Encrypt account email in application settings Also add explicit terms of service consent
* Add deployment events to chat notification servicesJason Goodman2019-04-261-0/+17
| | | | | This enables sending a chat message to Slack or Mattermost upon a successful, failed, or canceled deployment
* Add ProjectMetricsDashboardSetting model and tableReuben Pereira2019-04-261-0/+14
| | | | | | This new table will be used to store the external_dashboard_url which allows users to add a link to their external dashboards (ex Grafana) to the Metrics dashboard.
* Merge branch 'upgrade-to-rails-5-1' into 'master'Rémy Coutable2019-04-231-2/+2
|\ | | | | | | | | Upgrade Rails to 5.1 See merge request gitlab-org/gitlab-ce!27480
| * Upgrade Rails to 5.1.6.1Jasper Maes2019-04-231-2/+2
| | | | | | | | Model.new.attributes now also returns encrypted attributes.
* | Merge branch 'pages-domain-letsencrypt-settings' into 'master'Andreas Brandl2019-04-231-0/+17
|\ \ | |/ |/| | | | | Add auto_ssl_enabled to pages domains See merge request gitlab-org/gitlab-ce!27304
| * Add auto_ssl_enabled for pages domainspages-domain-letsencrypt-settingsVladimir Shushlin2019-04-121-0/+17
| |
* | Bump version of knative from 0.3 -> 0.5Chris Baumbauer2019-04-171-0/+20
|/
* Restore index on services.typeSean McGivern2019-04-111-0/+20
|
* Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-102-36/+0
| | | | This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
* Mark unverified pages domains for removalVladimir Shushlin2019-04-092-0/+29
| | | | | | | Set pages_domain.remove_at when disabling it Add specs for marking pages domain for removal Notify user that domain is being removed Add documentation
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-094-0/+74
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Fix backport of project_creation_level migrationKamil Trzciński2019-04-092-22/+17
|
* Fix the backported migrationMichael Kozono2019-04-081-2/+6
| | | | | For those who upgraded to a version that included the previous backport implementation with migration 20190311132500.
* Backport `add_default_project_creation_setting` to CEbackport-add-default-project-creation-settingKamil Trzciński2019-04-082-22/+15
|
* Add Knative metrics to PrometheusChris Baumbauer2019-04-061-0/+17
|
* Add part of needed codeGosia Ksionek2019-04-052-0/+44
| | | | | | | | | | | | | | | | | Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-054-74/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-054-0/+74
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Add limit of 128 characters to users name57493-add-limit-to-user-nameBrandon Labuschagne2019-04-051-0/+21
| | | | | Truncate existing users names which exceed 128 characters Include test for truncating users names
* Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher2019-04-021-0/+12
|\ | | | | | | | | | | | | Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
| * Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-0/+12
| |\ | | | | | | | | | jarv/dev-to-gitlab-2019-04-02
| | * Return cached languages if they've been detected beforeIgor Drozdov2019-03-201-0/+12
| | |
* | | Merge branch 'issue_51789_part_1' into 'master'Sean McGivern2019-04-021-0/+17
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Migrate issuable states to integer patch 1 of 2 Closes #51789 See merge request gitlab-org/gitlab-ce!25107
| * | Merge masterFelipe Artur2019-03-2715-5/+243
| |\ \
| * \ \ Merge branch 'master' into issue_51789_part_1Felipe Artur2019-02-194-13/+62
| |\ \ \
| * | | | Fix broken specsFelipe Artur2019-02-141-0/+2
| | | | |
| * | | | Split background migration for issues and merge requestsFelipe Artur2019-02-141-30/+0
| | | | |
| * | | | Code improvementsFelipe Artur2019-02-131-4/+4
| | | | |
| * | | | Improve batch sizeFelipe Artur2019-02-121-4/+6
| | | | |
| * | | | Schedule background migrations and specsFelipe Artur2019-02-121-2/+8
| | | | |
| * | | | Migrate issuable states to integer patch 1Felipe Artur2019-02-111-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 1 that migrates issues/merge requests states from integer to string. On this commit we are only adding the state_id column and syncing it with a backgroud migration. On Patch 2 the code to use the new integer column will be deployed and the old column will be removed.