Skip to content
Snippets Groups Projects
  1. Jan 30, 2020
  2. Dec 11, 2019
  3. Dec 05, 2019
  4. Nov 18, 2019
  5. Oct 11, 2019
  6. Sep 27, 2019
  7. Aug 28, 2019
    • Igor Drozdov's avatar
      Change the way totalNotes is calculated · 72544449
      Igor Drozdov authored
      totalNotes is only used to prerender a number of
      skeleton containers until real notes are loaded
      
      issuable.discussions makes multiple requests, so
      too expensive for this
      
      This commit uses mere notes for this and sends
      actual totalNotes number if it's less than 10;
      otherwise it sends 10 - it allows us to avoid
      bunch of skeleton prerenderings, which are not
      necessary since they doesn't fit into the whole
      screen and disappear quite fast
      72544449
  8. Jul 04, 2019
  9. Jun 03, 2019
  10. May 01, 2019
    • Paul Gascou-Vaillancourt's avatar
      Extract discussion notes into new component · 911701ae
      Paul Gascou-Vaillancourt authored
      - Moved discussion notes out of `NoteableDiscussion` component into a
      new `DiscussionNotes` component
      - Wrote Jest tests for the new `DiscussionNotes` component
      - Updated Jest config for emojis fixtures
      - Updated Karma tests `NoteableDiscussion` to match its new structure
      - Convert `DiffDiscussions` tests to use Vue test utils
      911701ae
  11. Feb 26, 2019
  12. Feb 20, 2019
  13. Feb 18, 2019
  14. Feb 14, 2019
  15. Feb 06, 2019
  16. Feb 04, 2019
  17. Dec 13, 2018
  18. Dec 11, 2018
  19. Dec 08, 2018
  20. Nov 27, 2018
  21. Nov 20, 2018
  22. Nov 09, 2018
  23. Nov 08, 2018
    • Phil Hughes's avatar
      Stop multiple discussion requests · 1519c347
      Phil Hughes authored
      With multiple discussion requests we loose the reactivity of the
      previously stored discussions state.
      This means that certain features, toggling line discussions for example,
      are no longer reactive.
      Unverified
      1519c347
  24. Nov 05, 2018
  25. Oct 31, 2018
  26. Oct 23, 2018
  27. Oct 02, 2018
  28. Sep 20, 2018
  29. Sep 11, 2018
  30. Sep 07, 2018
  31. Jul 06, 2018
  32. Jun 30, 2018
  33. Jun 29, 2018
  34. Jun 25, 2018
  35. Jun 21, 2018
  36. Apr 06, 2018
  37. Apr 03, 2018
  38. Mar 16, 2018
  39. Mar 09, 2018
  40. Feb 28, 2018
Loading