Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 8月 23, 2022
    • Mark Florian's avatar
      Fix wording Vue guide · b99c0ffa
      Mark Florian 创作于
      The default export of a `.vue` file is the component's definition, not
      an instance of it.
      b99c0ffa
  2. 8月 18, 2022
  3. 8月 13, 2022
  4. 8月 04, 2022
  5. 6月 02, 2021
    • Justin Ho's avatar
      Use findComponent instead of find · 45afaa38
      Justin Ho 创作于
      find is being deprecated in VTU when searching for a
      child component. We should use findComponent instead.
      45afaa38
    • Justin Ho's avatar
      Update docs with new extended wrappers · eb1536f7
      Justin Ho 创作于
      We now have mountExtended / shallowMountExtended
      which allow for a shorter code footprint than the old
      extendedWrapper which needs to be wrapped before creating a component.
      
      Also apply some linting to the docs code and use
      async / await
      eb1536f7
  6. 3月 25, 2021
  7. 2月 19, 2021
  8. 1月 12, 2021
  9. 12月 22, 2020
  10. 12月 15, 2020
  11. 11月 23, 2020
    • Achilleas Pipinellis's avatar
      Update handbook URL for Technical Writers assignments · 2dc1b3be
      Achilleas Pipinellis 创作于
      The previous URL had two drawbacks:
      
      1. It didn't match what the title was about (`Assignments to DevOps
         Stages and Groups`, and the anchor was `#designated-technical-writers`).
      2. It didn't account for the other sections, like development and API
         guidelines.
      2dc1b3be
  12. 11月 12, 2020
  13. 11月 04, 2020
    • Amy Qualls's avatar
      Re-flow note boxes back into body text · 57bc5d1d
      Amy Qualls 创作于
      Re-flow note boxes back into body text for pages that don't have
      stage ownership. Also, small tone and style changes for things that
      caught my eye while I was scrolling.
      57bc5d1d
  14. 10月 31, 2020
    • Tom Quirk's avatar
      Address reviewer feedback · 8e526af5
      Tom Quirk 创作于
      - in general, make it known that
      these are suggestions and not strict
      guidelines
      - add reasoning where required
      - remove guidance on mount/shallowMount
      - expand on various point where required
      8e526af5
    • Amy Qualls's avatar
      Use standard redirect format · 32e4dcb8
      Amy Qualls 创作于
      Create a real redirect instead of what was here.
      32e4dcb8
  15. 5月 21, 2020
  16. 5月 07, 2020
  17. 4月 21, 2020
  18. 3月 26, 2020
  19. 3月 25, 2020
  20. 1月 15, 2020
  21. 11月 30, 2019
  22. 11月 07, 2019
  23. 10月 11, 2019
  24. 9月 18, 2019
  25. 8月 20, 2019
  26. 8月 07, 2019
  27. 7月 31, 2019
    • Marcel Amirault's avatar
      Fix whitespace in ci docs · cc76259e
      Marcel Amirault 创作于
      Many code blocks are 4spaced, and they render in GitLab
      without coloring as a result, even though they are
      fenced with a language label. If in a list, other items
      will render as being in a code block too, even if not
      meant to. This fixes all these issues for most docs in
      /development, and cleans up other whitespace issues too
      cc76259e
  28. 7月 19, 2019
  29. 6月 01, 2019
  30. 5月 28, 2019
  31. 2月 22, 2019
    • Evan Read's avatar
      Ensure all lists are surrounded by new lines · eb866309
      Evan Read 创作于
      Markdown renderers find it easier to determine
      where lists start and end when lists are surrounded
      by new lines.
      
      For consistency, also ensure entries in the list
      are aligned when they span multipls lines.
      eb866309
    • Evan Read's avatar
      CE port: Ensure all lists are surrounded by new lines · e25cea95
      Evan Read 创作于
      Markdown renderers find it easier to determine
      where lists start and end when lists are surrounded
      by new lines.
      
      For consistency, also ensure entries in the list
      are aligned when they span multipls lines.
      e25cea95
  32. 10月 10, 2018
    • Evan Read's avatar
      Fix broken link · 087eb951
      Evan Read 创作于
      Also includes some basic fixes to Markdown to make it
      adhere to styleguide.
      087eb951
  33. 9月 07, 2018
  34. 5月 26, 2018
  35. 5月 04, 2018
  36. 4月 27, 2018
加载中