Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 29, 2022
  2. 4月 08, 2022
  3. 3月 20, 2022
  4. 2月 24, 2022
  5. 2月 18, 2022
  6. 2月 16, 2022
  7. 8月 12, 2021
  8. 8月 10, 2021
  9. 5月 07, 2021
  10. 5月 05, 2021
  11. 3月 26, 2021
  12. 3月 18, 2021
    • Nathan Friend's avatar
      Update (almost) all shortcuts to use `keysFor` · da1e920d
      Nathan Friend 创作于
      This commit refactors almost all keyboard shortcuts to use keysFor.
      
      A small number of shortcuts have been left as-is because their
      implementation is unconventional/unusual. These will be addressed
      in follow-up commits.
      da1e920d
  13. 2月 15, 2021
  14. 1月 27, 2021
    • svistas's avatar
      Add apply suggestion transient test · 28dc5d00
      svistas 创作于
      This MR adds a transient test that is
      scheduled by the Transient Working Group
      and covers the apply suggestion feature.
      
      This ensures that any regressions for
      transientness can be easily detected
      
      Apply 1 suggestion(s) to 1 file(s)
      28dc5d00
  15. 12月 24, 2020
  16. 9月 16, 2020
  17. 9月 12, 2020
    • Nathan Friend's avatar
      Add markdown editor keyboard shortcuts · 99bd6659
      Nathan Friend 创作于
      This commit adds the ability to add keyboard shortcuts to out markdown
      editors.
      
      This commit implements 3 shortcuts: bold (cmd/control+b),
      italic (cmd/control+i), and link (cmd/control+k).
      99bd6659
  18. 9月 09, 2020
  19. 8月 24, 2020
    • Lukas Eipert's avatar
      Utilize GitLab UI icon component: vue_shared · 5f5cfab0
      Lukas Eipert 创作于
      This replaces all the usages of ~/vue_shared/components/icon.vue with
      the corresponding GitLab UI component within the `vue_shared` directory.
      
      In a previous MR [0] we already replaced the internal implementation
      with the GitLab UI component. This should allow us to migrate all usages
      without any test failures relating to the differences in their
      implementation.
      
      The actual deletion of the file will be done in a follow-up in case we
      have missed an instance or someone introduces a new one in the
      meanwhile.
      
      [0]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38778
      5f5cfab0
  20. 8月 20, 2020
  21. 7月 22, 2020
  22. 7月 21, 2020
  23. 6月 19, 2020
  24. 6月 02, 2020
  25. 4月 03, 2020
  26. 3月 17, 2020
  27. 1月 24, 2020
    • Enrique Alcantara's avatar
      Update gitlab-ui with new version of bootstrap-vue · 41b5bfa5
      Enrique Alcantara 创作于
      - Migrate components to new GlTable slot syntax
      - Fix feature tests that made obsolete assertions on the
      tooltip component
      - Migrate components to new GlTabs slot syntax
      - Fix bugs caused by the new Tooltip and Popover components
      - Fix bugs introduced by the new modal component.
      41b5bfa5
  28. 12月 24, 2019
  29. 11月 15, 2019
  30. 11月 13, 2019
  31. 8月 08, 2019
    • Ezekiel Kigbo's avatar
      Disable vue-i18n for non-autofix files · 834f1f97
      Ezekiel Kigbo 创作于
      Disables the vue-i18n eslint rules for files
      that are not able to be autofixed, this will
      stop these offences causing pipeline failures
      but they will need manual fixing.
      834f1f97
    • Ezekiel Kigbo's avatar
      Disable vue-i18n for non-autofix files · cc1aea13
      Ezekiel Kigbo 创作于
      Disables the vue-i18n eslint rules for files
      that are not able to be autofixed, this will
      stop these offences causing pipeline failures
      but they will need manual fixing.
      cc1aea13
  32. 7月 30, 2019
加载中