Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 9月 24, 2022
  2. 8月 19, 2022
  3. 8月 10, 2022
  4. 8月 03, 2022
  5. 7月 27, 2022
  6. 7月 26, 2022
  7. 5月 27, 2022
  8. 5月 03, 2022
    • Paul Slaughter's avatar
      Update eslint to error with vue-no-new-non-primitive rule · 2ddb057d
      Paul Slaughter 创作于
      - We choose to allow this for some props like "class", "style", and
        VueRouter's "to". Also v-bind which expects an object and is
        matched by `^$`.
      - There's some trivial fixes possible, but to keep this review trivial
        we opt for just adding the eslint-disable and eslint-enable for
        existing violations
      2ddb057d
  9. 4月 29, 2022
  10. 4月 08, 2022
  11. 3月 20, 2022
  12. 2月 24, 2022
  13. 2月 18, 2022
  14. 2月 16, 2022
  15. 8月 12, 2021
  16. 8月 10, 2021
  17. 5月 07, 2021
  18. 5月 05, 2021
  19. 3月 26, 2021
  20. 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
  21. 2月 15, 2021
  22. 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
  23. 12月 24, 2020
  24. 9月 16, 2020
  25. 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
  26. 9月 09, 2020
  27. 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
  28. 8月 20, 2020
  29. 7月 22, 2020
  30. 7月 21, 2020
  31. 6月 19, 2020
  32. 6月 02, 2020
  33. 4月 03, 2020
加载中