1. 04 Sep, 2022 1 commit
  2. 02 May, 2022 1 commit
  3. 01 Apr, 2022 1 commit
  4. 06 Feb, 2022 1 commit
  5. 12 Jan, 2022 1 commit
  6. 23 Dec, 2021 1 commit
  7. 16 Dec, 2021 1 commit
    • zeripath's avatar
      Prevent hang in git cat-file if repository is not a valid repository and other fixes (#17991) · 83546707
      zeripath authored
      This PR contains multiple fixes. The most important of which is:
      
      * Prevent hang in git cat-file if the repository is not a valid repository 
          
          Unfortunately it appears that if git cat-file is run in an invalid
          repository it will hang until stdin is closed. This will result in
          deadlocked /pulls pages and dangling git cat-file calls if a broken
          repository is tried to be reviewed or pulls exists for a broken
          repository.
      
          Fix #14734
          Fix #9271
          Fix #16113
      
      Otherwise there are a few small other fixes included which this PR was initially intending to fix:
      
      * Fix panic on partial compares due to missing PullRequestWorkInProgressPrefixes
      * Fix links on pulls pages  due to regression from #17551 - by making most /issues routes match /pulls too - Fix #17983
      * Fix links on feeds pages due to another regression from #17551 but also fix issue with syncing tags - Fix #17943
      * Add missing locale entries for oauth group claims
      * Prevent NPEs if ColorFormat is called on nil users, repos or teams.
      83546707
  8. 30 Nov, 2021 1 commit
  9. 22 Sep, 2021 1 commit
  10. 24 Aug, 2021 1 commit
  11. 25 Jun, 2021 1 commit
  12. 10 May, 2021 1 commit
  13. 02 May, 2021 1 commit
  14. 19 Feb, 2021 1 commit
  15. 17 Dec, 2020 1 commit