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

Fix find blob by tag #1622

Open
wants to merge 6 commits into
base: legacy
Choose a base branch
from

Commits on Mar 11, 2024

  1. Fix find blob by tag

    There were 2 issues in here, one is that the API version got updated
    recently and that caused the response to be different than the one
    expected so querying blobs by tag wasn't working.
    
    Another item was when we add multiple tags to the where expression, that
    was failing because of the way the url was being encoded and that
    doesn't seem to be accepted by Azure REST API
    rafamerlin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0ac08c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on May 20, 2024

  1. Update base64 requirement from 0.21 to 0.22 (Azure#1620)

    Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
    - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
    - [Commits](marshallpierce/rust-base64@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: base64
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rafamerlin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7b2af83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae36507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af6dab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b750e2 View commit details
    Browse the repository at this point in the history