Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 9月 01, 2022
  2. 8月 31, 2022
  3. 8月 24, 2022
  4. 8月 03, 2022
  5. 8月 02, 2022
  6. 8月 01, 2022
  7. 7月 14, 2022
  8. 7月 09, 2022
  9. 6月 14, 2022
  10. 6月 13, 2022
  11. 6月 10, 2022
  12. 6月 07, 2022
  13. 6月 03, 2022
  14. 5月 23, 2022
  15. 5月 17, 2022
  16. 5月 10, 2022
  17. 5月 09, 2022
  18. 5月 04, 2022
  19. 3月 28, 2022
  20. 3月 23, 2022
  21. 3月 16, 2022
  22. 3月 01, 2022
  23. 2月 28, 2022
  24. 2月 22, 2022
  25. 2月 21, 2022
  26. 2月 10, 2022
    • Albert Salim's avatar
      Update namespace statistics when project is destroyed · 1e78b395
      Albert Salim 创作于
      When a project is destroyed, Projects::ProjectDeletedEvent is published.
      
      A Namespaces::UpdateRootStatisticsWorker is subscribed to
      Projects::ProjectDeletedEvent. The worker will
      enqueue Namespaces::ScheduleAggregationWorker to
      update the namespace's root statistics.
      
      This change is behind a feature flag for publishing ProjectDeletedEvent.
      
      Changelog: fixed
      1e78b395
  27. 2月 04, 2022
  28. 1月 28, 2022
    • Luke Duncalfe's avatar
      Add new match for lib/web_hooks path · 687c0818
      Luke Duncalfe 创作于
      This adds a match for the new `Gitlab::WebHooks` to generate an
      Integrations (backend) roulette reviewer recommendation as well as a
      regular backend recommendation.
      687c0818
  29. 1月 26, 2022
  30. 1月 20, 2022
    • Peter Leitzen's avatar
      Fix specs which are incompatible with fast_spec_helper · 307af28b
      Peter Leitzen 创作于
      This commit switches from `require 'fast_spec_helper'` back to `require
      'spec_helper'` for specs which require application dependencies (e.g.
      database baked feature flags, Rails).
      
      It also adds some missing `require`s to "fast" specs so they don't fail
      when run individually.
      307af28b
加载中