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

rename accountURL for consistency #119

Merged
merged 11 commits into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. Update project version and rename accountURL for consistency

    Updated CMakeLists.txt to increment project version from 0.62.4 to 0.62.5.
    Renamed key accountURL to accounturl in stream_objects.markdown and
    azureblobinputstream.h to maintain consistent naming conventions.
    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fdde735 View commit details
    Browse the repository at this point in the history
  2. update history.txt

    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fe7c020 View commit details
    Browse the repository at this point in the history
  3. test for fixing build

    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e4db6d7 View commit details
    Browse the repository at this point in the history
  4. make actionlint happy

    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    83e24ee View commit details
    Browse the repository at this point in the history
  5. test

    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    17e4bcf View commit details
    Browse the repository at this point in the history
  6. test

    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c8e16dc View commit details
    Browse the repository at this point in the history
  7. test

    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2754882 View commit details
    Browse the repository at this point in the history
  8. fix silly typo

    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    698250a View commit details
    Browse the repository at this point in the history
  9. make linter happy

    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6bd3f0a View commit details
    Browse the repository at this point in the history
  10. Add error handling to AzureBlobInputStream::Read method

    Introduce error handling for AzureBlobInputStream::Read. If ptrBytesRead is nullptr, construct an error message using ostringstream and throw a runtime_error indicating 'DownloadTo' operation failure with status code.
    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4cc3d42 View commit details
    Browse the repository at this point in the history
  11. typo

    ptahmose committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9835acf View commit details
    Browse the repository at this point in the history