Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 3月 12, 2025
  2. 10月 24, 2023
  3. 7月 07, 2023
  4. 7月 05, 2023
  5. 3月 10, 2023
  6. 3月 09, 2023
  7. 11月 11, 2022
  8. 11月 09, 2022
  9. 7月 07, 2022
    • Vitaly Slobodin's avatar
      Fix EE specs for updating Jest 26 -> 27 · c0c51201
      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.
      c0c51201
  10. 2月 14, 2022
  11. 2月 11, 2022
    • Savas Vedova's avatar
      Submit vulnerability form · 9b7c462e
      Savas Vedova 创作于
      This commit is part of a commit series which introduces a form
      to manually create a vulnerability. It adds the submit vulnerability
      button and handles the form submission.
      9b7c462e
  12. 12月 09, 2021
加载中