-
Notifications
You must be signed in to change notification settings - Fork 248
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
rafamerlin
wants to merge
6
commits into
Azure:legacy
Choose a base branch
from
rafamerlin:fix-blog-query-by-tag
base: legacy
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix find blob by tag #1622
Commits on Mar 11, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 0ac08c7 - Browse repository at this point
Copy the full SHA 0ac08c7View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9b8183 - Browse repository at this point
Copy the full SHA b9b8183View commit details
Commits on May 20, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7b2af83 - Browse repository at this point
Copy the full SHA 7b2af83View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae36507 - Browse repository at this point
Copy the full SHA ae36507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af6dab - Browse repository at this point
Copy the full SHA 7af6dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b750e2 - Browse repository at this point
Copy the full SHA 1b750e2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.