Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 6月 02, 2023
  2. 5月 29, 2023
  3. 5月 19, 2023
  4. 5月 18, 2023
  5. 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
  6. 5月 09, 2023
  7. 5月 06, 2023
  8. 4月 28, 2023
  9. 4月 13, 2023
  10. 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
  11. 3月 21, 2023
  12. 3月 17, 2023
  13. 3月 09, 2023
  14. 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
  15. 3月 03, 2023
  16. 3月 01, 2023
  17. 2月 23, 2023
  18. 2月 01, 2023
  19. 1月 25, 2023
  20. 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
  21. 10月 10, 2022
  22. 10月 04, 2022
  23. 8月 27, 2022
  24. 8月 06, 2022
  25. 7月 01, 2022
  26. 6月 17, 2022
  27. 6月 13, 2022
  28. 5月 25, 2022
  29. 5月 21, 2022
  30. 5月 05, 2022
    • Dave Pisek's avatar
      Add error handling for sec config license fetch · bcf8dbe0
      Dave Pisek 创作于
      This commit adds an error handler to the query, which is responsible
      for fetching the license tier of the current user. Currently if
      the query fails, the whole security training feature is not show.
      
      Changelog: fixed
      EE: true
      bcf8dbe0
  31. 5月 02, 2022
  32. 4月 28, 2022
  33. 4月 22, 2022
  34. 4月 21, 2022
  35. 4月 12, 2022
  36. 4月 06, 2022
  37. 3月 31, 2022
加载中