Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 23, 2024
    • Dylan Griffith's avatar
      Fix keeps/helpers/milestones.rb · 7e75ecd7
      Dylan Griffith 创作于
      This was not working for 2 reasons:
      
      1. The YML file URL was pointing to the HTML version and was not
         returning valid YML. It's been updated to the raw path now.
      2. The YML from this URL contains more keys than just `version` and
         `date` so we needed to ignore those other keys when constructing our
         `Struct`
      7e75ecd7
  2. 2月 21, 2024
  3. 2月 19, 2024
  4. 2月 06, 2024
  5. 1月 30, 2024
    • Dylan Griffith's avatar
      Remove --require option from gitlab-housekeeper but load all keeps/*.rb · 25110bc1
      Dylan Griffith 创作于
      This `-r keeps/...` is proving to be unnecessary and likely it's fine to
      just always load all the files in `keeps/*.rb`.
      
      I considered the possibility of loading everything in `keeps/*.rb` as
      well as keeping the option around in case someone wanted to manually
      load a keep that was in a different directory but I couldn't think of
      any good reason to do that. So to simplify the options I've just removed
      it.
      25110bc1
  6. 1月 25, 2024
  7. 1月 24, 2024
    • Dylan Griffith's avatar
      Change only occurence of using `MIGRATION_NAME =` · 7520d503
      Dylan Griffith 创作于
      This is not picked up by keeps/overdue_finalize_background_migration.rb
      because it is grepping for `MIGRATION =`. That is the standard way that
      it's generated and documented and this was the only occurence so I
      figured I'd just fix this rather than making the keep more flexible.
      7520d503
  8. 1月 22, 2024
    • Dylan Griffith's avatar
      Add standard description/labels to MRs and purple color titles · 62b98459
      Dylan Griffith 创作于
      This adds the `gitlab-housekeeper-authored` label to all MRs and ensures
      the commit message and MR always have the housekeeper link included so
      that we don't need to add that manually in the keeps anymore.
      
      It also adds some `purple` color to the dry-run output for the titles. This
      makes them easier to read.
      62b98459
  9. 12月 18, 2023
加载中