Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 26, 2024
  2. 1月 10, 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. 9月 16, 2023
  8. 5月 06, 2023
  9. 5月 02, 2023
  10. 4月 28, 2023
  11. 4月 13, 2023
  12. 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
  13. 3月 21, 2023
  14. 3月 17, 2023
  15. 3月 09, 2023
  16. 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
  17. 2月 22, 2023
    • Andrew Fontaine's avatar
      Explicitly pass name to createMockDirective · 90f6c040
      Andrew Fontaine 创作于
      Vue 3 does not expose the name of the directive on the binding, so we
      must explicitly pass a name to createMockDirective when setting up a
      mock.
      
      This is to assist with the slow migration to Vue 3.
      90f6c040
  18. 10月 07, 2022
  19. 10月 04, 2022
  20. 9月 21, 2022
  21. 8月 08, 2022
  22. 7月 14, 2022
    • Vitaly Slobodin's avatar
      Fix CE specs for updating Jest 26 -> 27 · deed0888
      Vitaly Slobodin 创作于
      Most problems come due to a breaking change in Jest 27
      and new fake timers implementation. Additional extra tick
      happens between Jest event hook. For instance, if our test
      validates the component loading state and we create a component
      in "beforeEach" hook the loading state will go away
      due to an extra tick in between "beforeEach" and "it" blocks.
      
      Another problem is changed Jest matchers for string and numbers.
      Jest 27 validates the type by default when we use matchers like
      "toContain", "toBe". The solution is to call "toString" function
      on expected values as VTU and Vue.js in general renders everything
      as strings.
      deed0888
  23. 7月 04, 2022
  24. 6月 28, 2022
  25. 6月 17, 2022
  26. 6月 13, 2022
  27. 5月 25, 2022
  28. 5月 21, 2022
  29. 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
  30. 4月 28, 2022
  31. 4月 21, 2022
  32. 4月 12, 2022
  33. 3月 31, 2022
  34. 3月 24, 2022
  35. 3月 18, 2022
  36. 3月 17, 2022
    • Dave Pisek's avatar
      Fix learn-more links for sec providers · 3eca93b8
      Dave Pisek 创作于
      This commit adds a temporary workaround to address an issue
      with the "learn more" links for security providers on the
      security-training configuration page.
      3eca93b8
  37. 3月 16, 2022
  38. 3月 10, 2022
  39. 3月 09, 2022
加载中