1. 05 2月, 2019 1 次提交
  2. 30 1月, 2019 1 次提交
  3. 29 1月, 2019 1 次提交
  4. 28 1月, 2019 1 次提交
    • M
      refactor(NoteableDiscussion): Extracted JumpToNextDiscussionButton to its own component · 3af7723f
      Martin Hobert 提交于
      fix #56369
      
      chore(changelog): Added changelog entry
      
      chore(prettier): Formated with prettier
      
      test(JumpToNextDiscussionButton): Added test for new component
      
      test(Refactored tests to use vue test-utils):
      
      chore(translations): Added newly generated locales
      
      Update spec/javascripts/notes/components/discussion_jump_to_next_button_spec.js
      chore(prettier): Formated with prettier
      
      test(JumpToNextDiscussionButton): Updated tests to use a local vue instance
      
      test(JumpToNextDiscussionButton): Running tests in async to prevent maximum stack overflow
      3af7723f
  5. 25 1月, 2019 1 次提交
  6. 23 1月, 2019 1 次提交
    • L
      Fix discussion counter spec mock data · 0152cb0d
      Lukas Eipert 提交于
      To me it seems like the mock data does not match the actual data
      anymore. I checked the actual data and to me it seems like the resolved
      property actually should live in the overall discussion object.
      0152cb0d
  7. 10 1月, 2019 1 次提交
  8. 07 1月, 2019 1 次提交
  9. 02 1月, 2019 1 次提交
  10. 21 12月, 2018 1 次提交
  11. 11 12月, 2018 2 次提交
  12. 08 12月, 2018 2 次提交
  13. 04 12月, 2018 1 次提交
  14. 27 11月, 2018 1 次提交
  15. 22 11月, 2018 1 次提交
  16. 15 11月, 2018 1 次提交
    • P
      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. 08 11月, 2018 1 次提交
  18. 07 11月, 2018 1 次提交
  19. 05 11月, 2018 2 次提交
    • P
      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
    • F
      Add 'only history' option to notes filter · b4d005eb
      Felipe Artur 提交于
      b4d005eb
  20. 01 11月, 2018 1 次提交
  21. 23 10月, 2018 1 次提交
  22. 18 10月, 2018 1 次提交
  23. 17 10月, 2018 1 次提交
  24. 10 10月, 2018 1 次提交
  25. 03 10月, 2018 1 次提交
  26. 07 9月, 2018 1 次提交
  27. 01 8月, 2018 4 次提交
  28. 20 7月, 2018 1 次提交
  29. 18 7月, 2018 1 次提交
  30. 06 7月, 2018 1 次提交
  31. 21 6月, 2018 1 次提交
  32. 20 6月, 2018 1 次提交
  33. 11 6月, 2018 1 次提交
  34. 06 6月, 2018 1 次提交