Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Feb 14, 2020
  3. Jan 30, 2020
  4. Jan 23, 2020
  5. Jan 21, 2020
  6. Dec 23, 2019
  7. Dec 10, 2019
  8. Dec 04, 2019
  9. Nov 21, 2019
  10. Nov 20, 2019
  11. Oct 23, 2019
    • Dylan Griffith's avatar
      Change Note#to_ability_name to 'note' · 0df265b6
      Dylan Griffith authored
      This is to be more consistent as there is already a :read_note policy in
      NotePolicy. To keep other behaviour the same we've introduced a
      Note#noteable_ability_name that is used anywhere this was expected.
      0df265b6
  12. Oct 17, 2019
  13. Oct 16, 2019
  14. Oct 11, 2019
  15. Oct 10, 2019
  16. Oct 08, 2019
  17. Sep 18, 2019
  18. Sep 13, 2019
  19. Sep 10, 2019
  20. Sep 07, 2019
    • Jan Provaznik's avatar
      Use delete_all for deleting events · f2754e41
      Jan Provaznik authored
      Because we don't have any destroy callbacks (or other logic
      triggered on event destroy), there is no reason for deleting events
      inefficiently one by one, instead we can use :delete_all.
      f2754e41
  21. Sep 03, 2019
  22. Aug 30, 2019
  23. Aug 29, 2019
  24. Aug 28, 2019
  25. Aug 22, 2019
  26. Jul 31, 2019
  27. Jul 24, 2019
  28. Jul 10, 2019
  29. Jun 28, 2019
  30. Jun 20, 2019
  31. Jun 14, 2019
    • Bob Van Landuyt's avatar
      Expose comments on Noteables in GraphQL · b6ff5f1e
      Bob Van Landuyt authored
      This exposes `Note`s on Issues & MergeRequests using a
      `Types::Notes::NoteableType` in GraphQL.
      
      Exposing notes on a new type can be done by implementing the
      `NoteableType` interface on the type. The presented object should
      be a `Noteable`.
      b6ff5f1e
  32. Mar 28, 2019
  33. Mar 14, 2019
  34. Jan 07, 2019
  35. Dec 13, 2018
  36. Dec 10, 2018
    • Gabriel Mazetto's avatar
      Reduce N+1 from Activity Dashboard and Banzai · 4f5abe43
      Gabriel Mazetto authored
      There is a combination of few strategies implemented here:
      
      1. Few relations were eager loaded
      2. Changed few polymorphic routes to specific ones so we don't have to
         use `#becomes(Namespace)` which doesn't preserve association cache
      4f5abe43
  37. Nov 29, 2018
  38. Nov 28, 2018
  39. Nov 05, 2018
Loading