该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 8月 09, 2021
-
-
由 Dylan Griffith 创作于
This method didn't actually need to join. `preload` is sufficient in this case. This commit also introduces documentation for this specific case in case others run into a similar problem in future.
-
由 Dylan Griffith 创作于
This method can be passed a block and we can validate that no SQL query in that code block attempts to join across ci/main databases. This is useful in the intermediate time while we attempt to fix many small issues until we enable this as the default in all RSpec tests.
-
- 8月 05, 2021
-
-
由 Kamil Trzciński 创作于
This adds a support for `schema_migrations_path` in a similar way to `migrations_paths` for managing database configs.
-
- 8月 02, 2021
-
-
由 pbair 创作于
Add a new Ci::ApplicationRecord that all CI models should inherit from. This also replaces the usage of the previous Gitlab::Ci::Model.
-
由 Dylan Griffith 创作于
This is a list of patterns we've seen so far to fix queries that will no longer be allowed when we move `ci_*` tables to a separate database.
-
- 6月 29, 2021
-
-
由 Thong Kuah 创作于
"primary" should be reserved for replication contexts. So we can talk about main primary, main replica, ci primary, ci replica databases.
-
由 Thong Kuah 创作于
We have accidentally caused all CI models to use Ci::ApplicationRecord when we only want Ci::InstanceVariable to do so
-
由 Thong Kuah 创作于
-