-
Notifications
You must be signed in to change notification settings - Fork 62
Support functionalities to add user-provided, original labels. #446
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
0aaddca
WIP: implement GCSObjectMetadataClient class to attach custom-metadat…
dce1a73
WIP: change dump method interface.
6b0dc4c
WIP: add user_provided_gcs_labels parameter to TaskOnKart.
ed86bcb
Test: add test of GCSObjectMetadataClient.
38fa924
feat: dealed with nits PR comments.
fcfdd56
feat: Remove user_provided_labels feature. This feature will be suppo…
de1fb45
for-PR: apply almost all comments.
c11abea
fix: change Dict to dict.
e471163
feat: add gokart specific parameter serialize test.
47195b9
fix: fix testcases with literals and more meaningful assertion.
c8931f2
feat: add mock testcase.
cc320b5
fix: fix CI errors.
d8c6ec5
feat: deal with pr comments, and modify testcases.
ca6d69e
feat: deal with kitagry comments.
08549a7
feat: Supportfunctionalities to add user specific original labels and…
a73801f
feat: remove namespace feature.
aa33064
feat: resolve conflicts.
a047f6a
feat: Deal with kitagry PR comments. Added type annotations.
2d4322c
CI: apply ruff
6e80c2f
feat: rename user_provided labels to custom_labels.
f62742e
CI: apply ruff
91b8282
feat: Deal with PR comments. Change _normalize_labels signature and a…
6364394
feat: deal with PR comments.
d7cfcdc
feat: deal with PR comments.
13dc761
CI: fix tests
a4d6a0b
feat: deal with PR comments.
3315be5
CI: apply ruff
fc4b1fb
feat: deal with kitagry PR comments, responsibility separation.
337fab8
feat: deal with yokomotod PR comments, use hoge | None expression ins…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When
GCSObjectMetadataClient._adjust_gcs_metadata_limit_size(_merged_labels)has 7.9KiB andmetadatahas 0.2KiB, it will be more than 8KiB. It is ok?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh... sorry, try to recontribute.