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

Plugin: cache hook with diskcache #684

Merged
merged 21 commits into from
Feb 16, 2024
Merged

Plugin: cache hook with diskcache #684

merged 21 commits into from
Feb 16, 2024

Commits on Feb 6, 2024

  1. diskcache hook added

    zilto authored and zilto committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    37c4fb4 View commit details
    Browse the repository at this point in the history
  2. tests added

    zilto authored and zilto committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9d15a7a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. examples/cache_hook added

    zilto authored and zilto committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    51be118 View commit details
    Browse the repository at this point in the history
  2. moved hash_callable to graph_utils

    zilto authored and zilto committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    961aa5f View commit details
    Browse the repository at this point in the history
  3. sf-hamilton[diskcache] added

    zilto authored and zilto committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ed46976 View commit details
    Browse the repository at this point in the history
  4. pre-commit hooks applied

    zilto authored and zilto committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5dfe25d View commit details
    Browse the repository at this point in the history
  5. added test requirements

    zilto authored and zilto committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d92e78e View commit details
    Browse the repository at this point in the history
  6. test import fixed

    zilto authored and zilto committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f68ba55 View commit details
    Browse the repository at this point in the history
  7. pre-commit fixed

    zilto authored and zilto committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    162babe View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. strips comments and docstring before hashing source code

    zilto authored and zilto committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    dc330c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. add dynamic module to linecache; inspect can be used

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d9e5205 View commit details
    Browse the repository at this point in the history
  2. strip feature for hashing source code

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    47cf088 View commit details
    Browse the repository at this point in the history
  3. strip function indent fixed

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e195e1f View commit details
    Browse the repository at this point in the history
  4. pre-commit hook

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4040708 View commit details
    Browse the repository at this point in the history
  5. fixed type annotations for 3.8

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e48f085 View commit details
    Browse the repository at this point in the history
  6. docstring remover now uses AST; added tests; added documentation

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f1fac0a View commit details
    Browse the repository at this point in the history
  7. compare CacheHook to CachingGraphAdapter

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c0c3747 View commit details
    Browse the repository at this point in the history
  8. strip whitespaces in attempt to fix 3.8 errors

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1604247 View commit details
    Browse the repository at this point in the history
  9. pre-commit fix (again)

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    315c4e7 View commit details
    Browse the repository at this point in the history
  10. skip tests in Python 3.8

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    894de21 View commit details
    Browse the repository at this point in the history
  11. pytest version notation fixed

    zilto authored and zilto committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    68ff666 View commit details
    Browse the repository at this point in the history