Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 16, 2024
  2. 4月 15, 2024
  3. 4月 14, 2024
    • Stan Hu's avatar
      Relax constraints when consolidated object storage settings is enabled · c7d3c135
      Stan Hu 创作于
      Previously consolidated object storage settings were disabled if any
      section-specific connection were specified. For example, in Omnibus if
      `gitlab_rails['artifacts_object_store_connection']` were specified
      with some value, this would be a signal to use storage-specific
      configurations.
      
      However, this restriction became a problem when
      https://gitlab.com/gitlab-org/gitlab/-/merge_requests/131819 promoted
      `ci_secure_files` to be specified as a consolidated storage
      type. Because `gitlab_rails['ci_secure_files_object_store_connection']`
      may be specified, this would effectively disable object storage
      for all the other types.
      
      Let's relax this constraint by comparing the section-specific config
      with the consolidated object config. If the connection settings are
      the same, we can still use consolidated settings.
      
      This makes it possible to "promote" `ci_secure_files` from
      a storage-specific type to a consolidated storage supported type.
      
      Changelog: changed
      c7d3c135
    • Stan Hu's avatar
      Revert "Merge branch 'allow-secure-files-bucket-optional' into 'master'" · 9e9b6f30
      Stan Hu 创作于
      This reverts merge request !131819
      9e9b6f30
  4. 4月 13, 2024
  5. 4月 12, 2024
  6. 4月 11, 2024
  7. 4月 10, 2024
    • lma-git's avatar
      Add catalog component usage tracking in pipeline sequence · a0f6fd92
      lma-git 创作于
      Adds a Ci::Pipeline::Chain step 'ComponentUsage' that
      tracks the usage of CI Catalog components in the pipeline.
      For each usage event, an Internal Event is sent and  a record
      is inserted into `p_catalog_resource_component_usages` if not
      already recorded for the given date.
      
      Removes feature flag `ci_track_catalog_component_usage`
      
      Changelog: added
      a0f6fd92
    • Nicolas Dular's avatar
      Rename feature flag for epic to work item sync · 692fc1a6
      Nicolas Dular 创作于
      This renames the feature flag from `epic_creation_with_synced_work_item`
      to `sync_epic_to_work_item`. This has the following reasons:
      
      1. We not only create work items when an epic gets created, but sync
         updates as well.
      2. We want to sync the other way around in the future (work item to
         epic) where we will create the opposite feature flag and want to have
         a consistent naming.
      692fc1a6
    • Furkan Ayhan's avatar
      Remove the FF ci_parallel_remote_includes · 3a2c20f7
      Furkan Ayhan 创作于
      This feature flag has already been enabled by default in 16.10.
      
      Changelog: other
      3a2c20f7
    • Serhii Yarynovskyi's avatar
      Clean up default_to_import_tab experiment · 163a2622
      Serhii Yarynovskyi 创作于
      Remove default_to_import_tab experiment and tracking
      
      Changelog: removed
      163a2622
    • Zamir Martins's avatar
      Remove ff and policy information related to · 00a8ca95
      Zamir Martins 创作于
      auto_fix.
      
      Changelog: removed
      00a8ca95
    • Miguel Rincon's avatar
      Update design of the pipeline graph · 8a05ff09
      Miguel Rincon 创作于
      This change updates the design of the pipeline graph
      by enabling the `new_pipeline_graph` feature flag.
      
      This redesign of the pipeline uses GlCard to simplify
      the view and add some mobile layout improvements.
      
      Changelog: changed
      8a05ff09
加载中