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

implement support for local extensions #237

Merged
merged 13 commits into from
Apr 4, 2023
Merged

implement support for local extensions #237

merged 13 commits into from
Apr 4, 2023

Commits on Feb 24, 2023

  1. implement import_patch

    to allow local extensions
    closes #172
    Chilipp committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    ed98965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1355db View commit details
    Browse the repository at this point in the history
  3. fix isort

    Chilipp committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    35a2fbf View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Revert "implement import_patch"

    This reverts commit ed98965.
    Chilipp committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1fd1548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c63ae4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    6ba4d69 View commit details
    Browse the repository at this point in the history
  2. use cruft_state.get to access the directory

    for backwards compatibility
    Chilipp committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a18aa92 View commit details
    Browse the repository at this point in the history
  3. apply isort

    Chilipp committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3223bff View commit details
    Browse the repository at this point in the history
  4. remove unused import

    Chilipp committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    255fdfa View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    27e4f9a View commit details
    Browse the repository at this point in the history
  2. check if name is in sys.path prior to removal

    apparently on windows, this might not be the case
    Chilipp committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    808842d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. update test repo

    Chilipp committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    ea623d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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