-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add support for nested attributes, bug fixes and refactoring #3
Merged
koushikr
merged 16 commits into
grookage:master
from
subham-soni:fixes_and_optimizations
Sep 27, 2024
Merged
Add support for nested attributes, bug fixes and refactoring #3
koushikr
merged 16 commits into
grookage:master
from
subham-soni:fixes_and_optimizations
Sep 27, 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
Contributor
subham-soni
commented
Sep 16, 2024
•
edited
Loading
edited
- SchemaValidationUtils - Add support for nested attributes. Refactor to validate schema and individual attributes separately.
- Simplified NamespaceDataSource to use a supplier instead of hierarchy for static and dynamic source
- LeiaBundle: Fixed duplicate instantiation of schema repository
- TimeBasedDataProvider:
- Fixed the initial delay of executor to prevent multiple invocation of update on startup
- Refactor time based data provider to throw an exception if refresh fails on start
- Schema Validator: Removed instance creation of schema class. It's not required for static validations.
subham-soni
force-pushed
the
fixes_and_optimizations
branch
from
September 16, 2024 08:57
4d21134
to
985be2e
Compare
@subham-soni : Some description on what is getting fixed, pls. Can't merge MRs with small fixes. |
subham-soni
force-pushed
the
fixes_and_optimizations
branch
from
September 16, 2024 13:41
985be2e
to
ca32b81
Compare
koushikr
reviewed
Sep 18, 2024
leia-schema-validator/src/main/java/com/grookage/leia/validator/StaticSchemaValidator.java
Outdated
Show resolved
Hide resolved
...-schema-validator/src/main/java/com/grookage/leia/validator/utils/SchemaValidationUtils.java
Outdated
Show resolved
Hide resolved
...-schema-validator/src/main/java/com/grookage/leia/validator/utils/SchemaValidationUtils.java
Outdated
Show resolved
Hide resolved
leia-client/src/main/java/com/grookage/leia/client/refresher/LeiaClientRefresher.java
Show resolved
Hide resolved
leia-refresher/src/main/java/com/grookage/leia/provider/TimeBasedDataProvider.java
Outdated
Show resolved
Hide resolved
...-schema-validator/src/main/java/com/grookage/leia/validator/utils/SchemaValidationUtils.java
Outdated
Show resolved
Hide resolved
...-schema-validator/src/main/java/com/grookage/leia/validator/utils/SchemaValidationUtils.java
Outdated
Show resolved
Hide resolved
@subham-soni : Also change the title of the MR to reflect the changes. |
subham-soni
changed the title
Fix small bugs
Add support for nested attributes, bug fixes and refacoring
Sep 23, 2024
subham-soni
changed the title
Add support for nested attributes, bug fixes and refacoring
Add support for nested attributes, bug fixes and refactoring
Sep 23, 2024
koushikr
approved these changes
Sep 27, 2024
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.