该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 28, 2021
-
-
由 Kamil Trzciński 创作于
This uses `#annotate` to indicate that given relation is exempt from cross-join verification check.
-
- 9月 16, 2021
-
-
由 Kamil Trzciński 创作于
This documents the prior and new syntax for config/database.yml and a list of supported keys, with a syntax description.
-
- 9月 07, 2021
-
-
由 Adam Cohen 创作于
-
- 8月 30, 2021
-
-
由 Dylan Griffith 创作于
Add example of when it can be used and explain the risks and the reason we need to examine each usage before just adding it. Also remove the summary section as it was already getting out of sync.
-
- 8月 26, 2021
-
-
由 Dylan Griffith 创作于
This uses a filename based approach to allowlist spec files Add documentation about cross-database joins detection
-
- 8月 10, 2021
-
-
由 Dylan Griffith 创作于
Suggestions from tech writer.
-
- 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 创作于
-