1. 06 Dec, 2022 1 commit
  2. 05 Dec, 2022 1 commit
  3. 04 Dec, 2022 1 commit
  4. 24 Nov, 2022 2 commits
  5. 20 Nov, 2022 2 commits
  6. 18 Nov, 2022 1 commit
    • Gusted's avatar
      Prevent dangling user redirects (#21856) (#21859) · 56716f58
      Gusted authored
      - Backport #21856
      - It's possible that the `user_redirect` table contains a user id that
      no longer exists.
        - Delete a user redirect upon deleting the user.
      - Add a check for these dangling user redirects to check-db-consistency.
      56716f58
  7. 14 Nov, 2022 1 commit
  8. 13 Nov, 2022 3 commits
  9. 11 Nov, 2022 2 commits
  10. 10 Nov, 2022 3 commits
  11. 09 Nov, 2022 3 commits
  12. 01 Nov, 2022 1 commit
    • zeripath's avatar
      Fix repository adoption on Windows (#21646) (#21651) · d6d62c07
      zeripath authored
      
      Backport #21646
      
      A bug was introduced in #17865 where filepath.Join is used to join
      putative unadopted repository owner and names together. This is
      incorrect as these names are then used as repository names - which shoud
      have the '/' separator. This means that adoption will not work on
      Windows servers.
      
      Fix #21632
      Signed-off-by: default avatarAndrew Thornton <art27@cantab.net>
      d6d62c07
  13. 30 Oct, 2022 1 commit
  14. 28 Oct, 2022 1 commit
  15. 27 Oct, 2022 2 commits
  16. 26 Oct, 2022 2 commits
    • Lunny Xiao's avatar
      Fix issues count bug (#21600) · 291787a5
      Lunny Xiao authored
      backport #21557
      291787a5
    • Ashley Nelson's avatar
      Update milestone counters when issue is deleted (#21459) (#21586) · e5044107
      Ashley Nelson authored
      
      Backports #21459 
      
      When actions besides "delete" are performed on issues, the milestone
      counter is updated. However, since deleting issues goes through a
      different code path, the associated milestone's count wasn't being
      updated, resulting in inaccurate counts until another issue in the same
      milestone had a non-delete action performed on it.
      
      I verified this change fixes the inaccurate counts using a local docker
      build.
      Co-authored-by: default avatar6543 <6543@obermui.de>
      e5044107
  17. 25 Oct, 2022 2 commits
  18. 24 Oct, 2022 4 commits
  19. 22 Oct, 2022 1 commit
  20. 21 Oct, 2022 1 commit
  21. 20 Oct, 2022 1 commit
  22. 19 Oct, 2022 1 commit
  23. 18 Oct, 2022 1 commit
  24. 17 Oct, 2022 2 commits