Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fox-it/dissect.esedb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.11
Choose a base ref
...
head repository: fox-it/dissect.esedb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 24 files changed
  • 3 contributors

Commits on Jan 31, 2024

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

Commits on Feb 20, 2024

  1. Move lru_cache definitions to __init__ (#30)

    Using the lru_cache decorators on class methods, the ones that have a reference to `self`,
    will also cache self. So we move it to the __init__ of the class
    
    (DIS-2913)
    Miauwkeru authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f760731 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Run CI on pushed tags (#31)

    Schamper authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    65aa00e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 28, 2024

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

Commits on Apr 11, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 27, 2024

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

Commits on Jan 20, 2025

  1. Change linter to Ruff (#42)

    Schamper authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    8cb0261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ce6797 View commit details
    Browse the repository at this point in the history
Loading