Skip to content

Comments

feat: Implement github actions cache service v2 support#5633

Merged
Xuanwo merged 18 commits intomainfrom
ghac-v2
Feb 18, 2025
Merged

feat: Implement github actions cache service v2 support#5633
Xuanwo merged 18 commits intomainfrom
ghac-v2

Conversation

@Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Feb 17, 2025

Signed-off-by: Xuanwo [email protected]

Which issue does this PR close?

Part of #5621

Rationale for this change

Refer to #5620 for more information.

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the releases-note/feat The PR implements a new feature or has a title that begins with "feat" label Feb 17, 2025
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Copy link
Member

@suyanhanx suyanhanx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!


/// Parse http uri invalid error in to opendal::Error.
pub fn new_http_uri_invalid_error(err: http::uri::InvalidUri) -> Error {
Error::new(ErrorKind::Unexpected, "parse http uri").set_source(err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about longer info?
like 'parse http uri failed'

@Xuanwo Xuanwo merged commit 30c0c4f into main Feb 18, 2025
281 checks passed
@Xuanwo Xuanwo deleted the ghac-v2 branch February 18, 2025 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/feat The PR implements a new feature or has a title that begins with "feat"

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants