Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 17, 2023
  2. 5月 15, 2023
  3. 4月 15, 2023
  4. 4月 14, 2023
  5. 4月 12, 2023
  6. 4月 06, 2023
  7. 4月 01, 2023
  8. 3月 30, 2023
  9. 3月 28, 2023
  10. 3月 22, 2023
  11. 3月 15, 2023
  12. 3月 13, 2023
  13. 3月 09, 2023
  14. 3月 07, 2023
  15. 3月 03, 2023
  16. 3月 01, 2023
  17. 2月 10, 2023
    • Miguel Rincon's avatar
      Render SVG images with "?path" in an <img> tag · 9325c01f
      Miguel Rincon 创作于
      Previously we always loaded all the svg files using the raw-loader
      which fetches the entire svg body to add it inline inside an our HTML.
      This a very flexible way to load them that has the advantage of allowing our client side code to manipulate the SVGs (such as adding styles).
      
      However, this requires us to use v-safe-html to place the SVG inside
      our markup, and makes SVG images work differently from other like PNG
      and JPG.
      
      This MR has our SVGs loaded as before by default, but allows us to
      opt-in by adding a ?path query at the end of the import so it can be
      loaded as any old image.
      9325c01f
  18. 12月 15, 2022
    • Mark Lapierre's avatar
      Add contract test for suggested reviewers dropdown · 00d201e4
      Mark Lapierre 创作于
      - Adds new packages to packages.json to give contract tests equal
        value to unit/feature tests.
      - Adds the contract test to ee/ and modifies spec_helper in
        spec/contracts/provider to allow EE tests to run.
      - Adds jest script to run contract tests.
      - Adds rake task to run provider tests.
      00d201e4
  19. 12月 13, 2022
  20. 12月 02, 2022
  21. 11月 30, 2022
  22. 11月 29, 2022
  23. 11月 28, 2022
  24. 11月 25, 2022
    • Mark Lapierre's avatar
      Add contract test for suggested reviewers dropdown · 64e6b8f3
      Mark Lapierre 创作于
      - Adds new packages to packages.json to give contract tests equal
        value to unit/feature tests.
      - Adds the contract test to ee/ and modifies spec_helper in
        spec/contracts/provider to allow EE tests to run.
      - Adds jest script to run contract tests.
      - Adds rake task to run provider tests.
      64e6b8f3
  25. 11月 02, 2022
  26. 10月 29, 2022
  27. 9月 29, 2022
    • Vitaly Slobodin's avatar
      Replace outdated Jest GraphQL transformer · 0fa61682
      Vitaly Slobodin 创作于
      "jest-transform-graphql" package was published last time 5 years ago.
      No updates since that time and it's not compatible with Jest 28.
      Replace it with our minimal implementation for the
      upcoming Jest 28 upgrade.
      0fa61682
  28. 9月 20, 2022
  29. 8月 23, 2022
  30. 8月 18, 2022
  31. 8月 15, 2022
  32. 8月 08, 2022
  33. 8月 01, 2022
加载中