Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inject additional packages from text file #1252

Merged
merged 52 commits into from May 14, 2024

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    4a8a3ce View commit details
    Browse the repository at this point in the history
  2. Fix imports

    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9a338c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e80bfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    500d6dd View commit details
    Browse the repository at this point in the history
  5. Add unit test

    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    988bbe8 View commit details
    Browse the repository at this point in the history
  6. Add changelog

    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    daa5c80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe898e5 View commit details
    Browse the repository at this point in the history
  8. Rename changelog file

    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2f525a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6aee67 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d6f4e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ccb787c View commit details
    Browse the repository at this point in the history
  12. Update src/pipx/commands/inject.py

    Co-authored-by: chrysle <fritzihab@posteo.de>
    jamesmyatt and chrysle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    305d2ef View commit details
    Browse the repository at this point in the history
  13. Update src/pipx/main.py

    Co-authored-by: chrysle <fritzihab@posteo.de>
    jamesmyatt and chrysle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d331d2a View commit details
    Browse the repository at this point in the history
  14. Update tests/test_inject.py

    Co-authored-by: chrysle <fritzihab@posteo.de>
    jamesmyatt and chrysle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    47a1ae5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c1e1688 View commit details
    Browse the repository at this point in the history
  16. Update changelog.d/1252.feature.md

    Co-authored-by: chrysle <fritzihab@posteo.de>
    jamesmyatt and chrysle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1a26839 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d6b3c28 View commit details
    Browse the repository at this point in the history
  18. Update tests/test_inject.py

    Add comments to test file
    
    Co-authored-by: chrysle <fritzihab@posteo.de>
    jamesmyatt and chrysle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4ac9fff View commit details
    Browse the repository at this point in the history
  19. Update test_inject.py

    Add a blank line in inject-requirements file
    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5bf3566 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f0144ab View commit details
    Browse the repository at this point in the history
  21. Logging at INFO level

    Also move after exception
    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    04b82e5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e3afb40 View commit details
    Browse the repository at this point in the history
  23. Update 1252.feature.md

    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5509d0f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7358cfa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9b4b4dd View commit details
    Browse the repository at this point in the history
  26. Clarify changelog entry

    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6833592 View commit details
    Browse the repository at this point in the history
  27. Mention in main README

    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0615b08 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9967262 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    48a88c7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e078ed0 View commit details
    Browse the repository at this point in the history
  31. Clarify ignoring of comments in example

    Co-authored-by: chrysle <96722107+chrysle@users.noreply.github.com>
    jamesmyatt and chrysle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    776bcac View commit details
    Browse the repository at this point in the history
  32. Clarify use of "requirement" file

    Co-authored-by: chrysle <96722107+chrysle@users.noreply.github.com>
    jamesmyatt and chrysle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e2f6d3a View commit details
    Browse the repository at this point in the history
  33. Update README.md

    Co-authored-by: chrysle <96722107+chrysle@users.noreply.github.com>
    jamesmyatt and chrysle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9792a21 View commit details
    Browse the repository at this point in the history
  34. Update README.md

    Co-authored-by: chrysle <96722107+chrysle@users.noreply.github.com>
    jamesmyatt and chrysle committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8f015c5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8a0acbe View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    90394e4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9d4a7e3 View commit details
    Browse the repository at this point in the history
  38. Use logger where possible

    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3a58c79 View commit details
    Browse the repository at this point in the history
  39. More messages in logs

    jamesmyatt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    80f6651 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. More debugging messages

    jamesmyatt committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1aa0b0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c6201d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    959323a View commit details
    Browse the repository at this point in the history
  4. Fix mypy error

    jamesmyatt committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3762d65 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    6d62bcc View commit details
    Browse the repository at this point in the history
  2. Better comments on tests

    jamesmyatt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f8b9719 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Update 1252.feature.md

    Simplify news fragment
    jamesmyatt committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c36056e View commit details
    Browse the repository at this point in the history
  2. Update 1252.feature.md

    Fix new fragement
    jamesmyatt committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fbee0e2 View commit details
    Browse the repository at this point in the history
  3. Update examples.md

    Be more explicit about the syntax for the "inject -r" files.
    jamesmyatt committed May 14, 2024
    Configuration menu
    Copy the full SHA
    49832dc View commit details
    Browse the repository at this point in the history
  4. Fix examples.md

    jamesmyatt committed May 14, 2024
    Configuration menu
    Copy the full SHA
    41ace41 View commit details
    Browse the repository at this point in the history
  5. Update 1252.feature.md

    Fix markdown link
    jamesmyatt committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9dc46f6 View commit details
    Browse the repository at this point in the history
  6. Update 1252.feature.md

    jamesmyatt committed May 14, 2024
    Configuration menu
    Copy the full SHA
    25adc77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92e1660 View commit details
    Browse the repository at this point in the history