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

Support Exclude Package with custom unsafe packages #1509

Merged
merged 19 commits into from Jul 17, 2022

Commits on Oct 14, 2021

  1. Fix few type hints for pyright

    Mehdi Drissi committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    b82de98 View commit details
    Browse the repository at this point in the history
  2. Add unsafe packages option

    Mehdi Drissi committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d77d162 View commit details
    Browse the repository at this point in the history
  3. Ensure an empty pip conf is used by default for all unit tests if not…

    … already mocked
    Mehdi Drissi committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    1506ed0 View commit details
    Browse the repository at this point in the history
  4. fix precommit error

    Mehdi Drissi committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9643748 View commit details
    Browse the repository at this point in the history
  5. add unit test

    Mehdi Drissi committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    b3d98e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

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

    ssbarnea committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    5e4df77 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    99b21f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    2fecff2 View commit details
    Browse the repository at this point in the history
  2. Update help string for custom unsafe packages

    Mehdi Drissi committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1b661e4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into md/fix_pip_conf_mocking

    Mehdi Drissi committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    484b20d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a3dfb3 View commit details
    Browse the repository at this point in the history
  5. Remove recursive unsafe dependency logic

    Mehdi Drissi committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    d56db40 View commit details
    Browse the repository at this point in the history
  6. Remove plural for unsafe package option

    Mehdi Drissi committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    b86106a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. revert test changes

    Mehdi Drissi committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4680610 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into md/custom_unsafe_packages

    Mehdi Drissi committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f15ae1a View commit details
    Browse the repository at this point in the history
  3. fix unit tests

    Mehdi Drissi committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1bc4ecc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Update piptools/scripts/compile.py

    Co-authored-by: Albert Tugushev <albert@tugushev.ru>
    hmc-cs-mdrissi and atugushev committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    3ab8bb5 View commit details
    Browse the repository at this point in the history
  2. Remove dead method for test coverage check

    Mehdi Drissi committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    851095b View commit details
    Browse the repository at this point in the history