Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 26, 2024
  2. 4月 23, 2024
  3. 12月 16, 2023
  4. 12月 06, 2023
    • Fabien Catteau's avatar
      Remove flag that enables CVS GA · abb3896d
      Fabien Catteau 创作于
      Remove the global_dependency_scanning_on_advisory_ingestion flag.
      As a result, Continuous Vulnerability Scanning (CVS)
      for Dependency Scanning always runs globally,
      and the opt-in behavior introduced when the feature
      was experimental is no longer available.
      
      Changelog: changed
      EE: true
      abb3896d
  5. 11月 10, 2023
  6. 10月 20, 2023
    • Miguel Rincon's avatar
      Remove '@sentry/browser' webpack alias · 9193c365
      Miguel Rincon 创作于
      This change removes the webpack alias for `@sentry/browser` that
      points to `~/sentry/sentry_browser_wrapper`.
      
      This change is aimed to reduce indirection and make it easier for users
      to debug Sentry calls.
      9193c365
  7. 10月 13, 2023
  8. 9月 16, 2023
  9. 8月 28, 2023
  10. 8月 12, 2023
  11. 7月 26, 2023
  12. 7月 05, 2023
  13. 6月 02, 2023
  14. 5月 29, 2023
  15. 5月 19, 2023
  16. 5月 18, 2023
  17. 5月 15, 2023
    • Miguel Rincon's avatar
      Force SVG imports to have "?raw" or "?url" · 84a446be
      Miguel Rincon 创作于
      Previously we always loaded all the svg files using the raw-loader but
      have since enabled our imports to load the URL as it's usually done
      with other images.
      
      This forces our team to decide on a loader when fetching svgs, to they
      are more intentional about how they load SVG.
      84a446be
  18. 5月 09, 2023
  19. 5月 06, 2023
  20. 4月 28, 2023
  21. 4月 13, 2023
  22. 4月 12, 2023
    • Erran Carey's avatar
      Introduce Breach and Attack Simulation features · 4b441592
      Erran Carey 创作于
      Introduce the Breach and Attack Simulation Incubation project to users
      in the Security Configuration page. Add a security feature for BAS
      Learn more link and help guide for enabling the DAST BAS feature flag.
      
      Changelog: changed
      4b441592
  23. 3月 21, 2023
  24. 3月 17, 2023
  25. 3月 09, 2023
  26. 3月 06, 2023
    • Lukas Eipert's avatar
      Rename "Configuration" to "Security configuration" · c96360a3
      Lukas Eipert 创作于
      Within the "Security and Compliance" menu. We also make sure that all
      the existing "Security Configuration" breadcrumbs match the sentence
      casing. We also fix a few sentence casing issues in children pages:
      
      - DAST Configuration => DAST configuration
      - SAST Configuration => SAST configuration
      
      The choice not to rename "API Fuzzing Configuration" to
      "API fuzzing configuration" was made deliberately, because there are so
      many wrong cased "Fuzz"es in the code base, that it would blow up the
      scale of this changeset too much.
      
      Part of: https://gitlab.com/gitlab-org/gitlab/-/issues/378546
      
      Changelog: changed
      c96360a3
  27. 3月 03, 2023
  28. 3月 01, 2023
  29. 2月 23, 2023
  30. 2月 01, 2023
  31. 1月 25, 2023
  32. 11月 18, 2022
    • Dheeraj Joshi's avatar
      Migrate SafeHtml imports to use shared directive · 953b7c08
      Dheeraj Joshi 创作于
      This change moves all GlSafeHtmlDirective
      imports to use SafeHtml directive in `vue_shared`
      directory. This is a fork from gitlab ui which was
      added earlier to roll out changes more reliably.
      
      It also restricts future import of GlSafeDirective
      with the help of a new eslint rule.
      953b7c08
  33. 10月 10, 2022
  34. 10月 04, 2022
  35. 8月 27, 2022
  36. 8月 06, 2022
  37. 7月 01, 2022
  38. 6月 17, 2022
  39. 6月 13, 2022
  40. 5月 25, 2022
加载中