Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 3月 11, 2025
  2. 3月 10, 2025
  3. 3月 06, 2025
  4. 3月 04, 2025
  5. 2月 21, 2025
  6. 2月 10, 2025
  7. 1月 31, 2025
  8. 1月 30, 2025
  9. 1月 28, 2025
  10. 1月 18, 2025
    • Radamanthus Batnag's avatar
      Introduce write_virtual_registry scope · a9c6ad66
      Radamanthus Batnag 创作于
      This will be used by Dependency Proxy for Containers (to be renamed to
      Virtual Registry) and also by the current Virtual Registry for Packages.
      
      Here we introduce the new scope but we will not yet check against this
      new scope.
      
      Changelog: added
      未验证
      a9c6ad66
  11. 1月 10, 2025
  12. 1月 08, 2025
  13. 12月 31, 2024
  14. 12月 23, 2024
  15. 12月 19, 2024
  16. 12月 13, 2024
  17. 12月 12, 2024
  18. 12月 10, 2024
    • Meir Benayoun's avatar
      Add vulnerabilities in Import and Export and Direct Transfer · a28d750a
      Meir Benayoun 创作于
      - Implement VulnerabilitiesPipeline for importing vulnerabilities
      - Update project tree restorer to handle vulnerabilities
      - Adjust relation factory and attribute cleaner for vulnerability-related models
      - Modify config files to include vulnerability data in exports/imports
      
      Changelog: added
      未验证
      a28d750a
    • Abdul Wadood's avatar
      Pick GitLab project specific reviewers in keeps · b294ecc7
      Abdul Wadood 创作于
      We use the reviewer roulette when generating merge requests using
      housekeeper. Here we fix a bug where the role like `maintainer::backend`
      was being picked for another project like `customers-app`. Instead, we
      should be picking `maintainer::backend` for the `gitlab` project.
      未验证
      b294ecc7
  19. 12月 09, 2024
  20. 12月 05, 2024
  21. 12月 03, 2024
    • Smriti Garg's avatar
      Description column added for PersonalAccessTokens · 076eb2c8
      Smriti Garg 创作于
      With this MR we are introducing new column for PersonalAccessTokens
      table. This is introduced both at API and frotend
      
      Changelog: added
      
      Removed comments
      
      Fix for spec failure
      
      Fix for spec failure
      
      Changes for frontend specs
      
      Frontend spec fixed
      
      Fixed spec failures
      未验证
      076eb2c8
  22. 12月 02, 2024
  23. 11月 30, 2024
  24. 11月 21, 2024
  25. 11月 20, 2024
  26. 11月 19, 2024
  27. 11月 12, 2024
  28. 11月 10, 2024
  29. 11月 02, 2024
  30. 11月 01, 2024
  31. 10月 26, 2024
  32. 10月 23, 2024
    • Nwanna Isong's avatar
    • Peter Leitzen's avatar
      Fix false positives in outdated todo danger rule due to FOSS/EE files · be509548
      Peter Leitzen 创作于
      Prior this commit, when a file was moved (and changed) from FOSS to EE
      and the TODOs where adjusted by prepending `ee/` the danger rule failed
      because it saw that a FOSS file removed but still matched a substring of
      the filename in TODOs.
      
      For example:
      
       # Rename ./spec/services/reset_project_cache_service_spec.rb to
       # ./ee/spec/services/reset_project_cache_service_spec.rb
       #   and change the code is git sees a removal and addition.
       # Adjust spec/support/rspec_order_todo.yml and prefix ee/
       # Adjust .rubocop_todo/rspec/named_subject.yml and prefix ee/
      
       FROM_LEFRHOOK=1 bundle exec rake danger_local
      
        Errors:
        - [ ] `spec/services/reset_project_cache_service_spec.rb` was removed but is mentioned in:
        - `.rubocop_todo/rspec/named_subject.yml:3237`
        - `spec/support/rspec_order_todo.yml:7718`
      
      After this commit danger no longer fails because of the added negative
      lookbehind to ensure that filenames are not prefixed with `ee/`.
      未验证
      be509548
  33. 10月 15, 2024
  34. 10月 11, 2024
  35. 10月 09, 2024
加载中