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
2019-01-24Merge branch 'security-import-project-visibility-11-7' into 'security-11-7'Yorick Peterse
[11.7] Fix Imported Project Retains Prior Visibility Setting See merge request gitlab/gitlabhq!2854 (cherry picked from commit b1463fb9d098d8064111a0dc896d52f9217c217b) 4ff58136 Fix tree restorer visibility level
2019-01-17Merge branch 'sh-suppress-duplicate-remote-mirror-notifications' into 'master'Douwe Maan
Only send one notification for failed remote mirror Closes #56222 See merge request gitlab-org/gitlab-ce!24381 (cherry picked from commit 9cd5c5f5359cdebc2ae9ba1d20d2e79bd18edce2) 6fbbd4ab Only send one notification for failed remote mirror
2019-01-11Merge branch 'tc-remove-20181218192239-migration' into 'master'Stan Hu
Remove backfill migration for legacy projects See merge request gitlab-org/gitlab-ce!24299 (cherry picked from commit 626bd9d4cca652f2f21d2aba8d76e1959ffacda0) b87dcc23 Remove backfill migration for legacy projects
2019-01-07Add table and model for error tracking settingsReuben Pereira
2019-01-07Merge branch 'depracated-migration-inheritance' into 'master'Rémy Coutable
ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBuildsAndPipelines See merge request gitlab-org/gitlab-ce!24167
2019-01-05ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for ↵Jasper Maes
AddIndexesToCiBuildsAndPipelines
2019-01-04Add config_options|variables to BuildMetadataKamil Trzciński
These are data columns that store runtime configuration of build needed to execute it on runner and within pipeline. The definition of this data is that once used, and when no longer needed (due to retry capability) they can be freely removed. They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking support for json datatype on old enough version).
2019-01-04Change release links table ID to bigserialShinya Maeda
2019-01-04Add unique constraint to release and urlShinya Maeda
Fix coding style Improve coding style Decouple UPDATE and DELETE operations of asset links Rename links_attributes to assets:links Rename exposed param and updated spec
2019-01-04Support CURD operation for release asset linksShinya Maeda
- Add Releases::Links model - Expose it in release API - Add integration tests
2019-01-04Merge branch 'ab-50763-persist-index' into 'master'Yorick Peterse
Specific CI indexes to avoid statement timeout. Closes #50763 See merge request gitlab-org/gitlab-ce!23188
2019-01-04Make RBAC enabled default for new clustersDylan Griffith
Many changes were also made to tests that expected this to default to false.
2019-01-03Add specific index namesAndreas Brandl
This is useful to distinguish any other indexes on the same columns but with different conditions and/or sorting.
2019-01-03Add specific indexes for CIAndreas Brandl
This adds specific indexes to speed up the query mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/50763 and to avoid statement timeouts. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50763.
2019-01-02Fix deprecation: insert_sql is deprecated and will be removedJasper Maes
2018-12-26Add new line and commentsShinya Maeda
2018-12-26Fix the seeder 24_forks.rb cannot find public projectShinya Maeda
2018-12-21Rename `ClusterPlatformConfigureWorker`George Tsiolis
2018-12-20Merge branch 'master' into 'feature/option-to-make-variables-protected'Grzegorz Bizon
Conflicts: db/schema.rb
2018-12-19Merge branch 'depracated-migration-inheritance' into 'master'Robert Speicher
ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for ImportCommonMetricsNginxVts See merge request gitlab-org/gitlab-ce!23910
2018-12-19Backfill project_repositories for legacy storage projectsDouglas Barbosa Alexandre
Adds a background migration that will ensure all projects that are on legacy storage have a row in `project_repositories`.
2018-12-18ActiveRecord::Migration -> ActiveRecord::Migration[5.0]Jasper Maes
2018-12-18Merge branch '54719-enable-hashed-storage-by-default-in-development-mode' ↵Douglas Barbosa Alexandre
into 'master' Resolve "Enable Hashed Storage by default in development mode" Closes #54719 See merge request gitlab-org/gitlab-ce!23889
2018-12-18Merge branch 'deprecated-directly-inheriting-migration' into 'master'Rémy Coutable
Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated. See merge request gitlab-org/gitlab-ce!23884
2018-12-18Add NGINX 0.16.0 and above metricsJoshua Lambert
2018-12-18Enable Hashed Storage by default in development mode via seed_fuGabriel Mazetto
2018-12-17Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated.Jasper Maes
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-14Merge branch 'ac-releases-name-sha-author' into 'master'Kamil Trzciński
Add name, author and sha to releases See merge request gitlab-org/gitlab-ce!23763
2018-12-13Allow suggesting single line changes in diffsOswaldo Ferreira
2018-12-13Add name, author and sha to releasesAlessio Caiazza
This commit adds a name to each release, defaulting it to tag name, keeps track of the SHA when a new release is created and tracks the current user as release author.
2018-12-12Fix ActiveRecord::Migration deprecationsYorick Peterse
Extending from ActiveRecord::Migration is deprecated, but was still used in a bunch of places.
2018-12-10Merge branch 'sh-remove-gitlab-shell-include' into 'master'Rémy Coutable
Remove unnecessary includes of ShellAdapter See merge request gitlab-org/gitlab-ce!23607
2018-12-10Merge branch 'osw-update-mr-metrics-with-events-data' into 'master'Douwe Maan
Populate MR metrics with events table information (migration) Closes #41587 See merge request gitlab-org/gitlab-ce!23564
2018-12-08Merge branch 'tc-backfill-hashed-project_repositories' into 'master'Stan Hu
Fill project_repositories for hashed storage projects Closes #48527 See merge request gitlab-org/gitlab-ce!23482
2018-12-07Allow public forks to be deduplicatedZeger-Jan van de Weg
When a project is forked, the new repository used to be a deep copy of everything stored on disk by leveraging `git clone`. This works well, and makes isolation between repository easy. However, the clone is at the start 100% the same as the origin repository. And in the case of the objects in the object directory, this is almost always going to be a lot of duplication. Object Pools are a way to create a third repository that essentially only exists for its 'objects' subdirectory. This third repository's object directory will be set as alternate location for objects. This means that in the case an object is missing in the local repository, git will look in another location. This other location is the object pool repository. When Git performs garbage collection, it's smart enough to check the alternate location. When objects are duplicated, it will allow git to throw one copy away. This copy is on the local repository, where to pool remains as is. These pools have an origin location, which for now will always be a repository that itself is not a fork. When the root of a fork network is forked by a user, the fork still clones the full repository. Async, the pool repository will be created. Either one of these processes can be done earlier than the other. To handle this race condition, the Join ObjectPool operation is idempotent. Given its idempotent, we can schedule it twice, with the same effect. To accommodate the holding of state two migrations have been added. 1. Added a state column to the pool_repositories column. This column is managed by the state machine, allowing for hooks on transitions. 2. pool_repositories now has a source_project_id. This column in convenient to have for multiple reasons: it has a unique index allowing the database to handle race conditions when creating a new record. Also, it's nice to know who the host is. As that's a short link to the fork networks root. Object pools are only available for public project, which use hashed storage and when forking from the root of the fork network. (That is, the project being forked from itself isn't a fork) In this commit message I use both ObjectPool and Pool repositories, which are alike, but different from each other. ObjectPool refers to whatever is on the disk stored and managed by Gitaly. PoolRepository is the record in the database.
2018-12-07Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'Kamil Trzciński
Add CI/CD build encrypted tokens (after revert) Closes #52342 See merge request gitlab-org/gitlab-ce!23649
2018-12-07Encrypt CI/CD builds tokensKamil Trzciński
Brings back 1e8f1de0 reverted in !23644 Closes #52342 See merge request gitlab-org/gitlab-ce!23436
2018-12-07Merge branch 'fix-broken-seeder-11.6' into 'master'Stan Hu
Fix broken seeder 11.6 Closes #54949 See merge request gitlab-org/gitlab-ce!23608
2018-12-07Simplify the changeShinya Maeda
2018-12-07Fill project_repositories for hashed storageDouglas Barbosa Alexandre
2018-12-07Revert "Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'"Robert Speicher
This reverts commit 1e8f1de034aa9b6a60b640b2b091f60c4d3ba365, reversing changes made to 62d971129da99936a3cdc04f3740d26f16a0c7a6.
2018-12-07Populate MR metrics with events table information (migration)Oswaldo Ferreira
2018-12-07Fill project_repositories for hashed storageToon Claes
This adds a background migration that will ensure all projects that are on hashed storage have a row in `project_repositories`. Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/48527
2018-12-06Merge branch '19376-post-bfg-cleanup' into 'master'Douglas Barbosa Alexandre
Allow internal references to be removed Closes #19376 See merge request gitlab-org/gitlab-ce!23189
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-12-06Merge branch '54610-allow-review-jobs-to-fail' into 'master'Douglas Barbosa Alexandre
Retry the review-{deploy,qa} jobs twice, and allow them to fail Closes #54610 and #54717 See merge request gitlab-org/gitlab-ce!23510
2018-12-06Merge branch 'zj-fixture-fork' into 'master'Douwe Maan
Fixture for forks See merge request gitlab-org/gitlab-ce!23613
2018-12-06Fixture for forksZeger-Jan van de Weg
Forks influence the working of GitLab, and now getting in a fork is a situation that's harder than it needs to be.
2018-12-06Merge branch '53994-add-missing-ci_builds-partial-indices' into 'master'Andreas Brandl
Resolve "Database schema diff 4 - (source) Missing partial index for ci_builds in the source (index_ci_builds_project_id_and_status_for_live_jobs_partial)" Closes #53994 See merge request gitlab-org/gitlab-ce!23268