Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 10月 17, 2022
  2. 7月 28, 2022
  3. 12月 16, 2021
  4. 4月 14, 2021
  5. 2月 18, 2021
    • pbair's avatar
      Run migrations in reverse order in CI check · f68dc220
      pbair 创作于
      In the CI job that validates migration schema changes, the current
      behavior did not account for multiple migrations in one MR, and so ran
      the migrations based on the output of `git diff`.
      
      This change fixes that, so all migrations in `post_migrate` will run
      first in reverse timestamp order, and then migrations in `migrate` will
      run in reverse timestamp order.
      f68dc220
  6. 1月 05, 2021
    • Patrick Bair's avatar
      Add script to verify migration rollback · 92c13c93
      Patrick Bair 创作于
      Add a new script that can be run in CI to verify that migrations added
      in a merge request cleanly rollback to the previous known database state
      on the target branch.
      92c13c93
加载中