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

Allow for configuring the buffered file writer #2319

Merged
merged 70 commits into from
Jan 30, 2024
Merged

Commits on Jan 16, 2024

  1. Write large diffs to tmp files

    ahrav committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f2f13b2 View commit details
    Browse the repository at this point in the history
  2. address comments

    ahrav committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7d2452a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    0802a62 View commit details
    Browse the repository at this point in the history
  2. update test

    ahrav committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0365023 View commit details
    Browse the repository at this point in the history
  3. swallow write err

    ahrav committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    57e5d6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dad92c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. use buffer pool

    ahrav committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fd41709 View commit details
    Browse the repository at this point in the history
  2. use size vs len

    ahrav committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    da2ff88 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    b3260ff View commit details
    Browse the repository at this point in the history
  2. use interface

    ahrav committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    73903e7 View commit details
    Browse the repository at this point in the history
  3. fix test

    ahrav committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    994c268 View commit details
    Browse the repository at this point in the history
  4. update comments

    ahrav committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f8e87e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. fix test

    ahrav committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    bba85f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d285355 View commit details
    Browse the repository at this point in the history
  3. remove unused

    ahrav committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    2e7479e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f78e3f9 View commit details
    Browse the repository at this point in the history
  5. add missing method

    ahrav committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    4320c9e View commit details
    Browse the repository at this point in the history
  6. remove

    ahrav committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8cc4246 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d0a5ba View commit details
    Browse the repository at this point in the history
  8. remove unused

    ahrav committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f114a4a View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feat-tmp-file-diffs' of github.com:trufflesecurity/truf…

    …flehog into feat-tmp-file-diffs
    ahrav committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    bf25bd2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3c3ce5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    390a5a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    19b9beb View commit details
    Browse the repository at this point in the history
  13. linter change

    ahrav committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    bb82471 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0cec9a5 View commit details
    Browse the repository at this point in the history
  15. fix snifftest

    ahrav committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    889596a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. address comments

    ahrav committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    1573a3a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. merge main

    ahrav committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9af37d8 View commit details
    Browse the repository at this point in the history
  2. add more kvp pairs to error

    ahrav committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bab3f04 View commit details
    Browse the repository at this point in the history
  3. fix test

    ahrav committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f26ac45 View commit details
    Browse the repository at this point in the history
  4. update

    ahrav committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    cbd4ddf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6688d1c View commit details
    Browse the repository at this point in the history
  6. address comments

    ahrav committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7aef649 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. remove bufferedfile writer

    ahrav committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    47544ad View commit details
    Browse the repository at this point in the history
  2. add buffered file writers

    ahrav committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    90062c2 View commit details
    Browse the repository at this point in the history
  3. fix

    ahrav committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c37614e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c7a1d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b8c52a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    a9ee71a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b2fa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. address comments

    ahrav committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    419107e View commit details
    Browse the repository at this point in the history
  2. use unint8

    ahrav committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    973d6c7 View commit details
    Browse the repository at this point in the history
  3. update interface

    ahrav committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    febfa26 View commit details
    Browse the repository at this point in the history
  4. adjust interface

    ahrav committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1bd8b27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d32d82 View commit details
    Browse the repository at this point in the history
  6. fix tests

    ahrav committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0effd07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c259b84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f627e8 View commit details
    Browse the repository at this point in the history
  9. make linter happy

    ahrav committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4ff883d View commit details
    Browse the repository at this point in the history
  10. fix finalize

    ahrav committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1485c9a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2529f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. address comments

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    73a766f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ce7ca View commit details
    Browse the repository at this point in the history
  3. update test

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d503a4e View commit details
    Browse the repository at this point in the history
  4. address comments

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    da07843 View commit details
    Browse the repository at this point in the history
  5. lint

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1699097 View commit details
    Browse the repository at this point in the history
  6. lint

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    592d4e8 View commit details
    Browse the repository at this point in the history
  7. remove guard

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3ac95f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f436939 View commit details
    Browse the repository at this point in the history
  9. fix test

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5bdbea4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e442142 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c07992 View commit details
    Browse the repository at this point in the history
  12. fix

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bff34a4 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'feat-tmp-file-diffs' of github.com:trufflesecurity/truf…

    …flehog into feat-tmp-file-diffs
    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fd5181e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa9daa2 View commit details
    Browse the repository at this point in the history
  15. add TODO

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1c577db View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2f27d64 View commit details
    Browse the repository at this point in the history
  17. merge main

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8c02d0f View commit details
    Browse the repository at this point in the history
  18. fix tests

    ahrav committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    580e314 View commit details
    Browse the repository at this point in the history