An error occurred fetching the project authors.
  1. 05 Aug, 2019 2 commits
  2. 31 Jul, 2019 1 commit
  3. 24 Jul, 2019 1 commit
  4. 12 Jul, 2019 1 commit
  5. 28 Jun, 2019 1 commit
  6. 23 Nov, 2018 1 commit
    • Sean McGivern's avatar
      Speed up setting of relative position · eb15e4df
      Sean McGivern authored
      1. When every issue has a relative position set, we don't need to
         perform any updates, or calculate the maximum position in the parent.
      2. If we do need to calculate the maximum position in the parent, many
         parents (specifically, groups with lots of projects) leads to a slow
         query where only the index on issues.relative_position is used, not
         the index on issues.project_id. Adding the GROUP BY forces Postgres
         to use both indices.
      eb15e4df
  7. 19 Oct, 2018 1 commit
  8. 07 Aug, 2018 1 commit
  9. 05 Jan, 2018 1 commit
  10. 22 Nov, 2017 1 commit
  11. 17 Nov, 2017 1 commit
  12. 18 Sep, 2017 2 commits
  13. 28 Aug, 2017 1 commit
  14. 21 Jun, 2017 1 commit
  15. 14 Mar, 2017 3 commits
  16. 07 Mar, 2017 2 commits
  17. 06 Mar, 2017 1 commit
  18. 03 Mar, 2017 1 commit
  19. 02 Mar, 2017 1 commit
  20. 28 Feb, 2017 1 commit
  21. 27 Feb, 2017 2 commits
  22. 17 Feb, 2017 3 commits