1. 02 May, 2022 1 commit
    • replace git command use with dulwich · ad1b0938
      This change introduces dulwich as the git backend, instead of system
      git executable. Together with an LRU cache when inspecting git package,
      this considerable improves performance for dependency solver and reuse
      of source when project has git dependencies.
      
      In cases where dulwich fails with an HTTPUnauthorized error, Poetry
      falls back to system provided git client as a temporary measure. This
      will be replaced in the future once dulwich supports git credentials.
      Arun Babu Neelicattu committed
  2. 01 May, 2022 1 commit
  3. 30 Apr, 2022 1 commit
  4. 29 Apr, 2022 3 commits
  5. 28 Apr, 2022 1 commit
  6. 27 Apr, 2022 7 commits
  7. 26 Apr, 2022 8 commits
  8. 25 Apr, 2022 2 commits
  9. 16 Apr, 2022 9 commits
  10. 14 Apr, 2022 1 commit
    • Add cert retrieval for requests (#5320) · 819d6d4b
      * Add cert retrieval for requests
      
      The authenticator.py code already retrieves credentials from the config
      for every request based on url matching. This change makes the
      authenticator also retrieve certs from the config for each request based
      on url matching.
      
      Also includes unit tests.
      
      Co-authored-by: Tucker Beck <tucker.beck@gmail.com>
      Kyle Finley committed
  11. 12 Apr, 2022 2 commits
  12. 10 Apr, 2022 3 commits
  13. 08 Apr, 2022 1 commit