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

feat: creating files logs information for use in chisel.db #105

Merged
merged 27 commits into from
Feb 5, 2024

Commits on Dec 1, 2023

  1. Add fileCreator proxy for use in chisel.db

    When creating files as part of the cut command, we will use a proxy that
    logs information about the hash, path, mode, etc. This will then be
    ingrated into a report which will be part of chisel.db.
    letFunny committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a09f06f View commit details
    Browse the repository at this point in the history
  2. Tests

    letFunny committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ec3690f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a171780 View commit details
    Browse the repository at this point in the history
  4. Link

    letFunny committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2a1731b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Tests for report

    letFunny committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f6346be View commit details
    Browse the repository at this point in the history
  2. Final touches

    letFunny committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0295aed View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Better test coverage

    letFunny committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c371d1a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Address review comments

    letFunny committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    dfc7647 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. sort imports

    letFunny committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d39f337 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. remove proxy

    letFunny committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    dc19319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdf1f70 View commit details
    Browse the repository at this point in the history
  3. fix tests

    letFunny committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1fdad8a View commit details
    Browse the repository at this point in the history
  4. increase test coverage

    letFunny committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5a06152 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. remove unnecessary tests

    letFunny committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b0e0712 View commit details
    Browse the repository at this point in the history
  2. sort imports

    letFunny committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d47ec8d View commit details
    Browse the repository at this point in the history
  3. remove report to split PRs

    letFunny committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c1eb773 View commit details
    Browse the repository at this point in the history
  4. simplify naming terminology

    letFunny committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1441994 View commit details
    Browse the repository at this point in the history
  5. more naming simplification

    letFunny committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c8c2ba7 View commit details
    Browse the repository at this point in the history
  6. more naming simplification

    letFunny committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3b5bb4a View commit details
    Browse the repository at this point in the history
  7. more naming simplification

    letFunny committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    13d4b06 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. address review comments

    letFunny committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0fccd1f View commit details
    Browse the repository at this point in the history
  2. rename fsCreator

    letFunny committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6e62d64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0737e43 View commit details
    Browse the repository at this point in the history
  4. comments

    letFunny committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2aa844d View commit details
    Browse the repository at this point in the history
  5. conform to godoc format

    letFunny committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5eb8f7e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. reword comment

    letFunny committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7660433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee449f View commit details
    Browse the repository at this point in the history