Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 11月 18, 2021
  2. 11月 03, 2021
  3. 10月 20, 2021
  4. 10月 18, 2021
  5. 10月 07, 2021
    • Adam Hegyi's avatar
      Record offenfing 2PC spec files · d8fa8f6b
      Adam Hegyi 创作于
      This change keeps track of spec files which are failing the cross
      database modification check. The change also enables the check globally.
      d8fa8f6b
  6. 9月 28, 2021
  7. 9月 16, 2021
  8. 9月 07, 2021
  9. 8月 30, 2021
  10. 8月 26, 2021
  11. 8月 10, 2021
  12. 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
  13. 8月 05, 2021
  14. 8月 02, 2021
  15. 6月 29, 2021
加载中