Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 Pull mirroring failed .
上次成功更新
  1. 1月 16, 2025
  2. 1月 15, 2025
  3. 1月 10, 2025
  4. 12月 20, 2024
  5. 11月 25, 2024
  6. 11月 20, 2024
  7. 11月 12, 2024
  8. 11月 04, 2024
  9. 10月 30, 2024
  10. 10月 25, 2024
    • Paul Gascou-Vaillancourt's avatar
      Remove todo · 938c9e36
      Paul Gascou-Vaillancourt 创作于
      We likely don't need to backport the `extends` keyword as the Jest
      plugin is being extended at the root-level.
      938c9e36
  11. 10月 15, 2024
  12. 10月 10, 2024
  13. 9月 27, 2024
  14. 8月 26, 2024
  15. 8月 22, 2024
    • Paul Gascou-Vaillancourt's avatar
      Compile `@apply` directives within Storybook · fbdbe854
      Paul Gascou-Vaillancourt 创作于
      Storybook imports stylesheets from the source files and compiles them
      with its own Webpack setup. This updates the Webpack config so that
      PostCSS is included in the build process, which results in `@apply`
      directives being compiled properly.
      fbdbe854
  16. 8月 08, 2024
  17. 4月 24, 2024
  18. 4月 16, 2024
    • Paul Gascou-Vaillancourt's avatar
      Remove the `tailwind_all_the_way` feature flag · 77897c33
      Paul Gascou-Vaillancourt 创作于
      This removes the `tailwind_all_the_way` feature flag. We had the flag
      enabled long enough in production to catch and fix a few regressions. We
      are now ready to remove the flag and rely on a single Tailwind config
      which will allow us to resume the migrations.
      
      Changelog: added
      77897c33
  19. 4月 11, 2024
  20. 2月 13, 2024
  21. 10月 24, 2023
  22. 9月 25, 2023
  23. 9月 20, 2023
  24. 8月 31, 2023
  25. 8月 22, 2023
  26. 7月 17, 2023
    • Elwyn Benson's avatar
      Configure webpack to work with latest gridstack · 4cb5e04f
      Elwyn Benson 创作于
      Main webpack uses explicit babel-loader to handle ES2020 features which
      the module now ships.
      
      Storybook webpack configured to point at ES5 files to bypass
      incompatible babel configuration issues
      4cb5e04f
  27. 6月 08, 2023
  28. 5月 24, 2023
    • Enrique Alcántara's avatar
      Set up API access in GitLab storybook · 15d9361e
      Enrique Alcántara 创作于
      Enhance GitLab storybook by implementing
      a global decorator and global arguments
      that allow setting a gitlab instance URL
      and an access token so we can write stories
      for components that depend on the REST
      or GraphQL APIs
      15d9361e
  29. 10月 29, 2022
  30. 10月 28, 2022
  31. 8月 23, 2022
  32. 8月 22, 2022
  33. 7月 26, 2022
  34. 3月 14, 2022
  35. 9月 29, 2021
    • Enrique Alcantara's avatar
      Set up MirajeJS in Storybook · 9800a90a
      Enrique Alcantara 创作于
      Allow using MirajeJS to mock API requests
      in Storybook. Improves the yarn storybook:start
      command to prompt the user about generating
      the fixtures needed by MirajeJS.
      9800a90a
  36. 9月 09, 2021
  37. 7月 23, 2021
  38. 6月 30, 2021
加载中