Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 9月 28, 2021
  2. 9月 16, 2021
  3. 9月 07, 2021
  4. 8月 30, 2021
  5. 8月 26, 2021
  6. 8月 10, 2021
  7. 8月 09, 2021
    • Dylan Griffith's avatar
      Remove cross-join from Build.with_project_and_metadata · a0a39f65
      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.
      a0a39f65
    • Dylan Griffith's avatar
      Allow prevent_cross_joins to be used directly in tests · fd4ced7a
      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.
      fd4ced7a
  8. 8月 05, 2021
  9. 8月 02, 2021
  10. 6月 29, 2021
加载中