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
2018-10-10Remove Git circuit breakerZeger-Jan van de Weg
Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
2018-10-09Remove unencrypted webhook token and URL columnsNick Thomas
2018-10-05Use a CTE to remove the query timeoutBrett Walker
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-05Make GitLab pages support access controlTuomo Ala-Vannesluoma
2018-10-05Remove unnecessary change in schema.rbShinya Maeda
2018-10-05Change partial index's condition to make stale delayed builds removal a lot ↵Shinya Maeda
faster
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-04Merge branch 'fix-todo-cops' into 'master'Rémy Coutable
Fix todo cops See merge request gitlab-org/gitlab-ce!21850
2018-10-03Remove unnecessary changes in schema.rbShinya Maeda
2018-10-03Improve performance of stale scheduled builds searchShinya Maeda
2018-10-03Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-02Fix rename_login_root_namespaces post migrationMario de la Ossa
2018-10-02Fix partial index for scheduled_atShinya Maeda
2018-10-02Remove unnecessary change from schema.rbShinya Maeda
2018-10-02Remove unnecessary tableShinya Maeda
2018-10-02Add scheduled_at column to ci_builds, and add a partial index as wellShinya Maeda
2018-10-02Squashed commit of the following:Shinya Maeda
commit 9d9594ba20097dc4598f7eb42a9f9d78d73eae54 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Sep 13 20:18:31 2018 +0900 Cancel scheduled jobs commit f31c7172e07a9eb03b58c1e62eaa18cda4064aa6 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Sep 13 11:18:42 2018 +0900 Add Ci::BuildSchedule commit fb6b3ca638f40f9e1ee38b1fdd892bda4f6fede7 Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Sep 12 20:02:50 2018 +0900 Scheduled jobs
2018-10-02Merge branch 'osw-configurable-single-diff-file-limit' into 'master'Douwe Maan
Make single diff patch limit configurable Closes #48027 See merge request gitlab-org/gitlab-ce!21886
2018-10-01Make single diff patch limit configurableOswaldo Ferreira
- Creates a new column to hold the single patch limit value on application_settings - Allows updating this value through the application_settings API - Calculates single diff patch collapsing limit based on diff_max_patch_bytes column - Updates diff limit documentation - Adds documentation (with warning) as of how one can update this limit
2018-10-01Migrate sensitive web hook data in the backgroundNick Thomas
2018-10-01Encrypt webhook tokens and URLs in the databaseNick Thomas
2018-09-30Merge branch '51651-fill-pipeline-source-for-external-pipelines' into 'master'Kamil Trzciński
Resolve "Fill pipeline source for external pipelines" Closes #51651 See merge request gitlab-org/gitlab-ce!21814
2018-09-28Merge branch 'dz-migration-index-helper' into 'master'Dmitriy Zaporozhets
Add mysql_compatible_index_length to migration helpers Closes #50253 See merge request gitlab-org/gitlab-ce!21852
2018-09-25Schedule background migrationMatija Čupić
2018-09-25Add index on pipelines to project id and sourceMatija Čupić
2018-09-25Merge branch 'follow-up-geo-sync-disabled-wikis' into 'master'Douglas Barbosa Alexandre
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6906 See merge request gitlab-org/gitlab-ce!21903
2018-09-25Geo: sync disabled wikis. Stage 2Valery Sizov
We started syncing all the wiki regardless of the fact it's disabled or not. We couldn't do that in one stage because of needing of smoth update and deprecating things. This is the second stage that finally removes unused columns in the geo_node_status table.
2018-09-25Add clean-up phase for ScheduleDiffFilesDeletionOswaldo Ferreira
Process any remaining ScheduleDiffFilesDeletion workers and remove temporary added index.
2018-09-24Remove background job throttling featureValery Sizov
We remove this feature as it never worked properly
2018-09-21Add mysql_compatible_index_length to migration helpersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-21Fix UnneededRequireStatement copSemyon Pupkov
2018-09-20Fix SpaceBeforeFirstArg copSemyon Pupkov
2018-09-18Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith
2018-09-17Merge branch '29398-support-rbac-for-gitlab-provisioned-clusters' into 'master'Kamil Trzciński
Support Kubernetes RBAC for GitLab Managed Apps for creating new clusters Closes #29398 See merge request gitlab-org/gitlab-ce!21401
2018-09-14Resolve "Add functionality to change what email address online actions ↵Nick Thomas
commit using"
2018-09-14Create a GKE cluster with legacy_abac disabled when the `:rbac_clusters` ↵Thong Kuah
feature flag is enabled Explicitly persist the legacy_abac value of the cluster_provider_gcp so that we can disable abac if the `:rbac_clusters` feature flag is enabled
2018-09-13Fix column differences in `db/schema.rb`Jan Provaznik
project_custom_attributes and group_custom_attributes used datetime instead of datetime_with_timezone column type in database schema. But actually migration defines `t.timestamps_with_timezone`.
2018-09-12Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez
2018-09-11Use Rails.root for CommonMetricsImporterKamil Trzciński
2018-09-10Reset column information in CommonMetricsImporterBob Van Landuyt
This makes sure that newly created columns would be available when migrating in one go.
2018-09-07Add receive_max_input_size setting to Application settingsRubén Dávila
If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse
2018-09-07Merge branch 'sh-remove-orphaned-label-links' into 'master'Yorick Peterse
Remove orphaned label links and add a foreign key constraint Closes gitlab-ee#7482 See merge request gitlab-org/gitlab-ce!21552
2018-09-07Include private contributions in user contribution graphGeorge Tsiolis
2018-09-07Remove orphaned label linksStan Hu
On GitLab.com, there are over 2 million orphaned label links out of a total of 13 million. These orphaned label links can cause quiet failures, such as unexpected nil values in ExportCsvWorker. Closes gitlab-org/gitlab-ee#7482
2018-09-07Ask user explicitly about usage stats agreementJan Provaznik
2018-09-07Use ResourceLabelEvent for tracking label changesJan Provaznik
2018-09-07Merge branch 'master' into 'alerts-for-built-in-metrics'Kamil Trzciński
# Conflicts: # db/schema.rb
2018-09-06Automatically disable Auto DevOps for project upon first pipeline failureMayra Cabrera
2018-09-06Merge branch 'issue_50980' into 'master'Kamil Trzciński
Disable statement timeout in RenameLoginRootNamespaces migration Closes #50980 See merge request gitlab-org/gitlab-ce!21564