Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 02, 2020
  2. 3月 17, 2020
  3. 12月 11, 2019
  4. 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
  5. 7月 04, 2019
  6. 6月 21, 2019
  7. 4月 13, 2019
  8. 4月 12, 2019
  9. 3月 26, 2019
  10. 2月 16, 2019
  11. 1月 23, 2019
    • Douwe Maan's avatar
      Trim first char of diff line text on diff discussions · 03df54b2
      Douwe Maan 创作于
      Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and
      diff discussion `truncated_diff_lines` were inconsistent: `text` and
      `rich_text` on the latter included the leading +/-/<space> character,
      like on the backend, while the former had no `text` and its `rich_text`
      had dropped this char.
      
      This resulted in a bug when the suggestions feature expected these diff
      line objects to be identical in format and thus interchangeable, which
      was not the case.
      03df54b2
  12. 11月 27, 2018
  13. 11月 20, 2018
  14. 11月 17, 2018
  15. 11月 16, 2018
  16. 11月 15, 2018
    • Phil Hughes's avatar
      Made diff & note data consistent · 234563ba
      Phil Hughes 创作于
      This caused many pain points when working with it.
      Part of the data was camel cased the other snake case.
      Other parts where snake case & then getting converted in components,
      this conversion has the potential for leaking memory.
      
      This changes that & makes it consistent with what it returned from the
      API, snake case.
      234563ba
  17. 11月 07, 2018
  18. 11月 05, 2018
    • Phil Hughes's avatar
      Re-implemented image commenting on diffs · f7df9ddb
      Phil Hughes 创作于
      This re-implements image commenting in merge request diffs.
      This feature was previously lost when the merge request
      page was refactored into Vue.
      
      With this, we create an overlay component. The overlay
      component handles displaying the comment badges
      and the comment form badge.
      Badges are displayed based on the position attribute
      sent with the discussion.
      
      Comment forms for diff files are controlled through
      a different state property. This is so we don't
      tie comment forms to diff files directly creating
      deep nested state. Instead we create a flat array
      which holds the file hash & the X & Y position of
      the comment form.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
      f7df9ddb
  19. 10月 30, 2018
  20. 10月 12, 2018
  21. 9月 27, 2018
  22. 9月 26, 2018
  23. 9月 05, 2018
  24. 7月 17, 2018
  25. 7月 05, 2018
  26. 6月 21, 2018
  27. 6月 11, 2018
  28. 3月 17, 2018
  29. 3月 10, 2018
  30. 2月 28, 2018
加载中