Skip to content
Snippets Groups Projects
  1. Jan 27, 2023
  2. Nov 01, 2022
  3. Sep 07, 2022
  4. May 11, 2021
  5. Apr 19, 2021
  6. Apr 08, 2021
  7. May 28, 2020
  8. Mar 17, 2020
  9. Mar 04, 2020
    • Vladimir Shushlin's avatar
      Cache milestone issue counts · fbb72aab
      Vladimir Shushlin authored and Mayra Cabrera's avatar Mayra Cabrera committed
      Add milestone close issues count service
      Add milestone issue count service
      Use count issue services in milestoneish
      Clear milestone issue counters cache on issue creation
      Clear milestone closed issue counters cache
      Clear milestone issue counters cache on updating issue
      Clear milestone issue counters on project transfer
      Add a changelog for milestones page improvement
      Fix milestones issue count cache keys
      fbb72aab
  10. Sep 17, 2019
  11. Sep 04, 2019
    • Eugenia Grieff's avatar
      Add service to transfer group milestones · 7a3234c6
      Eugenia Grieff authored and Mike Kozono's avatar Mike Kozono committed
      - Add new service that transfers milestones
      from a group to a project
      - Include new service in Projects transfer service
      - Include FromUnion module in Milestone model
      to use in transfer service
      - Add specs for new milestones service
      - Add specs for transferring milestones in
      project transfer service
      7a3234c6
  12. Jul 30, 2019
    • Yorick Peterse's avatar
      Inject EE modules in a CE compatible fashion · 1112fec4
      Yorick Peterse authored
      All instances of injecting an EE specific module have been changed to
      use the new methods for this: prepend_if_ee, extend_if_ee, and
      include_if_ee. This allows these lines to be included in CE, even when
      the modules to inject do not exist. This in turn allows us to backport
      these lines to CE and keep them there, instead of having to strip them
      out.
      Verified
      1112fec4
  13. Apr 15, 2019
  14. Mar 28, 2019
  15. Jan 11, 2019
  16. Nov 05, 2018
    • Yorick Peterse's avatar
      Move EE prepend/include to the end of services · 9f4735d3
      Yorick Peterse authored
      This moves all instances of `prepend EE::Something` and `include
      EE::Something` in service classes to the last line of the corresponding
      service class.  This pushes EE specific code further down the files,
      reducing the likelihood of developers running into merge conflicts.
      Verified
      9f4735d3
  17. Nov 02, 2018
  18. Sep 13, 2018
  19. Sep 11, 2018
  20. Aug 16, 2018
  21. Aug 07, 2018
  22. Aug 06, 2018
  23. Jul 17, 2018
  24. Jul 09, 2018
  25. May 17, 2018
  26. Nov 21, 2017
  27. Nov 01, 2017
  28. Oct 31, 2017
  29. Aug 29, 2017
  30. Jul 11, 2017
Loading