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

adding fileutil #38

Merged
merged 6 commits into from Apr 27, 2022
Merged

adding fileutil #38

merged 6 commits into from Apr 27, 2022

Commits on Apr 14, 2022

  1. adding fileutil

    for sharing caching file reader
    tvoran committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ff5feca View commit details
    Browse the repository at this point in the history
  2. use fresh time for cache entry

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    tvoran and tomhjp committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    0f14a49 View commit details
    Browse the repository at this point in the history
  3. replace ioutil with os calls

    tvoran committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    5b61c29 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/VAULT-5669/caching-file-reader' …

    …into VAULT-5669/caching-file-reader
    tvoran committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    a3f849d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. remove currentTime from public API

    and protect time updates in the test
    tvoran committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    1c56911 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. store the file as []byte and return copy

    Use []byte instead of string to store the contents of the file, and
    always return a copy from ReadFile().
    tvoran committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    7c52bac View commit details
    Browse the repository at this point in the history