Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 25, 2024
  2. 4月 24, 2024
  3. 4月 23, 2024
  4. 4月 19, 2024
  5. 4月 18, 2024
  6. 4月 17, 2024
  7. 4月 16, 2024
  8. 4月 15, 2024
  9. 4月 14, 2024
  10. 4月 12, 2024
  11. 4月 11, 2024
  12. 4月 09, 2024
    • James Nutt's avatar
      Address style violations in project import specs · 7e998aa0
      James Nutt 创作于
      This MR removes some existing style violations and the associated
      `.rubocop-todo` entries.
      7e998aa0
    • Lesley Razzaghian's avatar
      Delete unused LLM `JsonReader` tool · 1debe4e2
      Lesley Razzaghian 创作于
      1debe4e2
    • Marcos Rocha's avatar
      Fix rubocop complaints in ForeignKeysGenerator spec · 3c70be62
      Marcos Rocha 创作于
      3c70be62
    • Furkan Ayhan's avatar
      Defer CI catalog publish decision to release-cli · 7878161a
      Furkan Ayhan 创作于
      We will be changing how catalog publishing works by moving
      the metadata processing and publishing to release-cli.
      In our ideal case, `Releases::CreateService` should not run
      `Ci::Catalog::Resources::ReleaseService` and this should be in
      a separate endpoint. And in the future, we'll also change the catalog
      publishing service because we don't want to calculate the metadata
      on the server side.
      
      To this end, we are deferring the catalog publish decision to
      release-cli;
      
      - If release-cli sends `legacy_catalog_publish` true, then
      `Releases::CreateService` publishes the catalog resource.
      - Otherwise, it does not publish the catalog.
      It only creates the release.
      
      In this MR, we are adding the new `legacy_catalog_publish` parameter
      to the `/releases` API endpoint. Then, we are using it in
      `Releases::CreateService` to decide publishing the catalog resource.
      
      We are also starting to send the `--catalog-publish` CLI option to
      release-cli. This will notify the release-cli that "this release is a
      catalog resource so send `legacy_catalog_publish` as true if you want
      to publish this release". In the future, release-cli will still use this
      flag but then it will not send the `legacy_catalog_publish` parameter.
      Instead, it will call the catalog resource endpoint separately.
      
      These changes are behind the FF `ci_release_cli_catalog_publish_option`.
      We'll use this FF to control this change to prevent breaking changes.
      7878161a
    • Ankit Panchal's avatar
    • Marc Shaw's avatar
      Remove the backend changes for automatic diff summary · 397e3d8c
      Marc Shaw 创作于
      MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/148122
      
      Changelog: removed
      397e3d8c
    • Harry Minsky's avatar
      Fix Style/KeywordParametersOrder offenses · 79b0fd0a
      Harry Minsky 创作于
      Changelog: other
      EE: true
      79b0fd0a
    • Harry Minsky's avatar
      Fix Lint/RedundantDirGlobSort offenses · 2b182923
      Harry Minsky 创作于
      Changelog: other
      2b182923
  13. 4月 08, 2024
  14. 4月 05, 2024
  15. 4月 04, 2024
加载中