-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
refactor: improve attribute compatibility and error messages #3367
Merged
ogabrielluiz
merged 10 commits into
main
from
refactor-improve-attribute-compatibility-and-error-messages
Aug 21, 2024
Merged
refactor: improve attribute compatibility and error messages #3367
ogabrielluiz
merged 10 commits into
main
from
refactor-improve-attribute-compatibility-and-error-messages
Aug 21, 2024
Conversation
This file contains 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
dosubot
bot
added
the
size:S
This PR changes 10-29 lines, ignoring generated files.
label
Aug 15, 2024
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request is invalid. Reason
Last Modified at 15 Aug 24 19:14 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
dosubot
bot
added
size:M
This PR changes 30-99 lines, ignoring generated files.
and removed
size:S
This PR changes 10-29 lines, ignoring generated files.
labels
Aug 15, 2024
ogabrielluiz
changed the title
Virtual branch 1
refactor: improve attribute compatibility and error messages
Aug 15, 2024
ogabrielluiz
force-pushed
the
refactor-improve-attribute-compatibility-and-error-messages
branch
2 times, most recently
from
August 16, 2024 19:32
fefe4d4
to
443dca7
Compare
github-actions
bot
added
refactor
Maintenance tasks and housekeeping
and removed
refactor
Maintenance tasks and housekeeping
labels
Aug 16, 2024
italojohnny
approved these changes
Aug 19, 2024
* test(astra): Refactor AstraDB imports in test_astra_component * fix: Add AstraVectorizeComponent to AstraDB tests.
ogabrielluiz
force-pushed
the
refactor-improve-attribute-compatibility-and-error-messages
branch
from
August 20, 2024 19:54
443dca7
to
ea7fe5c
Compare
* test(astra): Refactor AstraDB imports in test_astra_component * fix: Add AstraVectorizeComponent to AstraDB tests.
ogabrielluiz
force-pushed
the
refactor-improve-attribute-compatibility-and-error-messages
branch
2 times, most recently
from
August 20, 2024 20:00
e1dafdb
to
e9c1e3c
Compare
ogabrielluiz
force-pushed
the
refactor-improve-attribute-compatibility-and-error-messages
branch
2 times, most recently
from
August 21, 2024 11:43
2a7e639
to
47b19f6
Compare
ogabrielluiz
force-pushed
the
refactor-improve-attribute-compatibility-and-error-messages
branch
from
August 21, 2024 12:26
47b19f6
to
f71689a
Compare
ogabrielluiz
deleted the
refactor-improve-attribute-compatibility-and-error-messages
branch
August 21, 2024 12:34
anovazzi1
pushed a commit
that referenced
this pull request
Aug 21, 2024
* feat: Refactor how configuration attributes are handled in Component class. * refactor: Update method name to handle singular and plural inputs. * refactor: Add value validation for input and attribute assignment. * test: Add test for setting invalid input in task component. * fix: add param without underscore to inputs * test(astra): Refactor AstraDB imports in test_astra_component (#3413) * test(astra): Refactor AstraDB imports in test_astra_component * fix: Add AstraVectorizeComponent to AstraDB tests. * fix: Refactor custom component error message for setting parameter or attribute. * test(astra): Refactor AstraDB imports in test_astra_component (#3413) * test(astra): Refactor AstraDB imports in test_astra_component * fix: Add AstraVectorizeComponent to AstraDB tests. * chore: Refactor joining methods list in _set_parameter_or_attribute function. * refactor: Refactor error message string formatting in Component class.
anovazzi1
pushed a commit
that referenced
this pull request
Aug 26, 2024
* feat: Refactor how configuration attributes are handled in Component class. * refactor: Update method name to handle singular and plural inputs. * refactor: Add value validation for input and attribute assignment. * test: Add test for setting invalid input in task component. * fix: add param without underscore to inputs * test(astra): Refactor AstraDB imports in test_astra_component (#3413) * test(astra): Refactor AstraDB imports in test_astra_component * fix: Add AstraVectorizeComponent to AstraDB tests. * fix: Refactor custom component error message for setting parameter or attribute. * test(astra): Refactor AstraDB imports in test_astra_component (#3413) * test(astra): Refactor AstraDB imports in test_astra_component * fix: Add AstraVectorizeComponent to AstraDB tests. * chore: Refactor joining methods list in _set_parameter_or_attribute function. * refactor: Refactor error message string formatting in Component class.
ogabrielluiz
added a commit
that referenced
this pull request
Aug 27, 2024
* feat: Refactor how configuration attributes are handled in Component class. * refactor: Update method name to handle singular and plural inputs. * refactor: Add value validation for input and attribute assignment. * test: Add test for setting invalid input in task component. * fix: add param without underscore to inputs * test(astra): Refactor AstraDB imports in test_astra_component (#3413) * test(astra): Refactor AstraDB imports in test_astra_component * fix: Add AstraVectorizeComponent to AstraDB tests. * fix: Refactor custom component error message for setting parameter or attribute. * test(astra): Refactor AstraDB imports in test_astra_component (#3413) * test(astra): Refactor AstraDB imports in test_astra_component * fix: Add AstraVectorizeComponent to AstraDB tests. * chore: Refactor joining methods list in _set_parameter_or_attribute function. * refactor: Refactor error message string formatting in Component class.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Improves errors and kwargs handling in Component