Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 24, 2024
    • Dylan Griffith's avatar
      Implement apply .patch in Keeps::DeleteOldFeatureFlags · d593dcb5
      Dylan Griffith 创作于
      The `gitlab-housekeeper` currently has a very simple implementation of
      automatically removing feature flags that are past their expected usage
      date.
      
      This MR introduces new functionality to `Keeps::DeleteOldFeatureFlags`
      where it looks for a `.patch` file matching the same name as the `.yml`
      file for the feature flag. If it exists it will apply the patch.
      
      The tool will be used to fully automate the developer workflow for
      removing feature flags. Instead of developers needing to remember to
      remove their feature flag later they can just add a `.patch` file when
      they first create the feature flag. Later on the `gitlab-housekeeper`
      will come along and clean it up for them.
      d593dcb5
  2. 2月 23, 2024
加载中