Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 24, 2023
    • Hinam Mehra's avatar
      Aggregate open abuse reports by reported-user and abuse category · ef0bee5c
      Hinam Mehra 创作于
      - Aggregate open abuse reports to show administrators that a user
      has been reported by multiple other users for abuse
      - Add an option to sort by the number of reports in desc order
      - When sorting by the number of reports, reports that have a
      count = 1 should be sorted by created_at DESC by default
      - No changes have been made for closed abuse reports
      
      Changelog: added
      ef0bee5c
  2. 7月 21, 2023
  3. 7月 20, 2023
  4. 7月 19, 2023
  5. 7月 18, 2023
  6. 7月 14, 2023
  7. 7月 13, 2023
  8. 7月 12, 2023
  9. 7月 11, 2023
  10. 7月 05, 2023
  11. 6月 30, 2023
  12. 6月 27, 2023
  13. 6月 23, 2023
  14. 6月 22, 2023
  15. 6月 16, 2023
  16. 6月 15, 2023
  17. 6月 14, 2023
  18. 6月 13, 2023
  19. 6月 09, 2023
    • Pam Artiaga's avatar
      Remove Feature Flag for Deployments API breaking change · 91e56c13
      Pam Artiaga 创作于
      The Deployments API "list deployments" endpoint return an
      error response if `updated_at` is used for sorting but not
      for filtering. This behavior is behind a Feature Flag.
      Removing the Feature Flag means that we cannot easily roll
      back this change.
      
      Changelog: changed
      91e56c13
  20. 6月 06, 2023
  21. 6月 05, 2023
  22. 6月 02, 2023
  23. 5月 29, 2023
  24. 5月 24, 2023
    • Leaminn Ma's avatar
      Add Graphql field to CiCatalogResource · c0eeae4f
      Leaminn Ma 创作于
      Added  Graphql field to CiCatalogResource.
      Updated the ReleasesFinder so that can it take multiple
      projects as input. Also updated ReleasesResolver with
      batch loading so that releases for multiple projects
      can be called in one query.
      c0eeae4f
  25. 5月 19, 2023
  26. 5月 17, 2023
  27. 5月 16, 2023
    • Sarah Yasonik's avatar
      Allow adding prometheus-type integrations to HttpIntegrations · 9abe7071
      Sarah Yasonik 创作于
      Adds support for adding Prometheus alert integrations to the
      AlertManagement::HttpIntegrations table. This commit covers
      database, models, and service changes, but the new type is
      not yet available via API. This will happen in a follow-up.
      
      This change helps enable the removal of Metrics Dashboard
      by separating metrics from alert ingestion.
      
      Changelog: changed
      9abe7071
  28. 5月 15, 2023
  29. 5月 11, 2023
  30. 5月 10, 2023
  31. 5月 08, 2023
    • Shinya Maeda's avatar
      Expose Agent user_access authorizations · 32fbf32b
      Shinya Maeda 创作于
      This commit exposes user_access authorizations of
      GitLab Agent for Kubernetes.
      
      This change is still behind `kas_user_access` and
      `expose_authorized_cluster_agents` feature flags,
      where are disabled by default.
      32fbf32b
  32. 5月 04, 2023
  33. 5月 02, 2023
加载中