Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
    • Eugenia Grieff's avatar
      Add service to transfer group milestones · 7a3234c6
      Eugenia Grieff authored
      - 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
  2. Sep 03, 2019
  3. Aug 09, 2019
  4. Jul 31, 2019
  5. Jul 29, 2019
  6. May 31, 2019
  7. Apr 12, 2019
  8. Mar 28, 2019
  9. Mar 19, 2019
  10. Mar 06, 2019
    • Sean McGivern's avatar
      Fix upcoming milestone for far-future due dates · 8b9b37f6
      Sean McGivern authored
      `NOW()` is a timestamp, with a maximum year (in Postgres) 294276 AD.
      
      `milestones.due_date` is a date with a maximum year (again, in Postgres)
      of 5874897 AD.
      
      If there is a due date past the limit for the timestamp, comparing the
      two will fail with:
          ERROR:  date out of range for timestamp
      
      We also need to add validations to keep the due dates sensible, but for
      now we can simply use `CURRENT_DATE` instead of `NOW()`, so the types
      match with no coercion needed.
      8b9b37f6
  11. Jan 24, 2019
  12. Jan 11, 2019
  13. Dec 31, 2018
  14. Dec 21, 2018
  15. Dec 20, 2018
  16. Oct 26, 2018
  17. Oct 17, 2018
  18. Sep 18, 2018
  19. Aug 07, 2018
  20. Jul 30, 2018
  21. Jul 26, 2018
  22. Jul 06, 2018
  23. May 11, 2018
  24. May 08, 2018
  25. Apr 20, 2018
  26. Apr 18, 2018
    • Yorick Peterse's avatar
      Revert the addition of goldiloader · 6f292eaa
      Yorick Peterse authored
      This reverts the addition of the "goldiloader" Gem and all use of it.
      While this Gem is very promising it's causing a variety of problems on
      GitLab.com due to it eager-loading too much data in places where we
      don't expect/can handle this. At least for the time being this means we
      have to go back to manually fixing N+1 query problems, but at least
      those should not cause a negative impact on availability.
      Verified
      6f292eaa
  27. Apr 09, 2018
  28. Apr 05, 2018
  29. Apr 04, 2018
  30. Mar 16, 2018
  31. Dec 05, 2017
  32. Nov 27, 2017
  33. Nov 24, 2017
  34. Nov 23, 2017
  35. Nov 18, 2017
  36. Nov 13, 2017
Loading