Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 6月 15, 2022
  2. 5月 30, 2022
  3. 5月 12, 2022
  4. 4月 23, 2022
  5. 4月 19, 2022
  6. 4月 13, 2022
    • Kamil Trzciński's avatar
      Make `Gitlab::Database::Migration[2.0]` to be default · f14c7af7
      Kamil Trzciński 创作于
      This does the following changes:
      
      - Add documentation for migrations for multiple databases.
      - This makes the migrations using a new style being a default
        (not yet mandatory).
      - This updates all exceptions and other documentation places
        to include link to migration docs.
      - Create `MigrationRecord` as a base class for migrations
      f14c7af7
  7. 3月 22, 2022
  8. 3月 07, 2022
  9. 2月 28, 2022
    • Maxime Orefice's avatar
      Add restrict_with_error to docs · a57e75fd
      Maxime Orefice 创作于
      This commit adds a note to our dev documentation to recommend
      using dependent: :restrict_with_error to make sure child objects
      are cleaned up before calling .destroy on the parent object.
      a57e75fd
  10. 12月 02, 2021
  11. 11月 26, 2021
  12. 11月 18, 2021
  13. 11月 03, 2021
  14. 10月 20, 2021
  15. 10月 18, 2021
  16. 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
  17. 9月 28, 2021
  18. 9月 16, 2021
  19. 9月 07, 2021
  20. 8月 30, 2021
  21. 8月 26, 2021
  22. 8月 10, 2021
  23. 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
  24. 8月 05, 2021
  25. 8月 02, 2021
  26. 6月 29, 2021
加载中