-
Notifications
You must be signed in to change notification settings - Fork 8
Update NuGet Dependencies and Add JSON Schema Support for Draft 2020 & Draft-07 - DataEngine #98
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
Closed
Closed
Changes from all commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
eb6ba2e
refactor: Change public methods to private in SemanticIdHandler for e…
mm-kgi 21cd268
added implementation for refactoring semanticidhandler
mm-kgi 332a6dd
Added Refactored SemanticIdHandler
mm-kgi 23f6f39
git merge with parent branch
mm-kgi f92778a
git merge from parent barnch
mm-kgi 4ad1241
Refactor the code to remove warnings
mm-kgi 040b9ca
refactor to remove warnings
mm-kgi c75f9d6
remove internal methods test cases
mm-kgi 91a1d0e
change dataengine image
mm-kgi 1501c54
remove cognitive complexity inside submodel filler
mm-kgi 30fc78e
remove unused using
mm-kgi b7ee7c5
Added internal semantic id removal logic from submodel qualifiers
mm-kgi c8df6fe
remove unused var
mm-kgi 9c3cff8
Merge branch 'develop' into feature/128-refactor-semantic-id-handler-…
mm-kgi dd01f18
remove internal semantic from test data
mm-kgi f2b9362
Revert "remove internal semantic from test data"
mm-kgi 60432c8
remove internal semantic id from qualifires in testdata
mm-kgi 54fe06d
remove internal semantic ids from testdata of playwrite tests
mm-kgi d414972
remove extra property added in testdata json
mm-kgi 7d24721
Merge branch 'develop' into feature/128-refactor-semantic-id-handler-…
mm-kgi a57bd66
Merge branch 'develop' into feature/128-refactor-semantic-id-handler-…
mm-kgi 6461331
Added v2 config file with backward compatibility
mm-kgi a490ede
remove unused usings
mm-kgi 497f6f2
git merge parent branch
mm-kgi 174a7b6
git merge parent branch
mm-kgi f9f830a
Added sonarqube suggestions
mm-kgi 850d06d
remove extra new config file added for test
mm-kgi d77272c
refactor docker compose and logging extenstion to add root level
mm-kgi 3b4703d
refactor Obsolete tags
mm-kgi b0f0043
Added suppourt for multiple repositories wit backward compebility
mm-kgi fad381d
Refactor compose to add template repo
mm-kgi f7c272a
Added change for http clients to use saperate clients for repositories
mm-kgi f820b65
remove extra usings
mm-kgi 711441e
remove sonarqube warning
mm-kgi 2eb0851
Remove sonarqube warnings for obsolute tag
mm-kgi 2f2fbb7
Refactoration of implementation upon code review
mm-kgi 521d85d
Remove redundant comments from HttpRequestBaseUrlProviderTests
mm-kgi 88d11ea
Added changes to move oold config to legacy
mm-kgi c46f74d
Add PluginsConfigValidator and refactor namespace for config validators
mm-kgi 3432e94
changes for backward compebility
mm-kgi f3a7a8d
remove warnings
mm-kgi 1b1a4a2
conflict option refactyor with throwerror
mm-kgi 4eb242d
Move MultiPluginConflictOptions class for handling plugin conflict co…
mm-kgi 66590d7
Refactor configuration handling and remove deprecated classes for v2 …
mm-kgi 6f2862a
Refactor configuration files to improve organization and add Resilien…
mm-kgi 7a4e0ba
Refactor exception message in ShellTemplateMappingProvider for missin…
mm-kgi dbe7500
Replace PluginInstance with ServiceInstance across the codebase
mm-kgi 7bf491c
removed unsued usings in TemplateProviderTests
mm-kgi a94fd6f
fix: update expected test data for BaSyx SNAPSHOT compatibility
mm-kgi 7360173
refactor: update template management configuration to support multipl…
mm-kgi fedc79a
refactor: update template management configuration to support multipl…
mm-kgi 80c6543
Refactor AasIdExtractionRules to support Split strategy and enhance v…
mm-kgi 66e4692
merge with parent branch
mm-kgi a2e6133
merge with parent branch
mm-kgi d967891
Enhace var names in module tests
mm-kgi fffee17
merge with parent branch
mm-kgi 7c34114
Refactor extraction rules handling in configuration and update unit t…
mm-kgi f7b1268
Refactor validation logic in TemplateMappingRulesValidator for improv…
mm-kgi f828457
Update extraction rules description and refactor test class names for…
mm-kgi 9d02adc
Add check to skip extraction if identifier matches extracted value
mm-kgi 8293d97
Remove unused using directives and delete IBaseUrlProvider interface …
mm-kgi 24f9591
Remove HttpRequestBaseUrlProviderTests class and associated unit tests
mm-kgi 6f05c53
Refactor exception handling in validation and extraction logic to thr…
mm-kgi 7e97c90
Update exception handling in TemplateMappingRulesValidator to catch A…
mm-kgi 1f0658e
Update AasIdExtractionRules to adjust index for split strategy
mm-kgi faba9f2
Upgrade JsonSchema.Net to v9, support JSON Schema 2020-12
mm-hsh 6b48418
Refactor contact info structure and update mock data
mm-hsh c8d418a
Improve null-safety, error logging, and minor optimizations
mm-hsh cffcda9
Update namespace regex patterns in architecture tests
mm-hsh 8b45ac2
Simplify namespace matching in CleanArchitectureTests
mm-hsh ca947ff
Support multiple JSON Schema drafts and improve refs
mm-hsh 8987edf
merge develop
mm-hsh b10ebe2
Refactor JSON schema generation and remove unused template mapping tests
mm-hsh 359d4d8
Add plugin schema fallback & improve JSON schema handling
mm-hsh 1c3f0ce
Refactor schema compatibility handling for plugins
mm-hsh 6b48467
Use null-forgiving operator on schemaNode in validator
mm-hsh 93b52e8
Refactor contact info JSON structure for clarity
mm-hsh 2ae1807
Clean up tests and docs; update exception summary
mm-hsh 36b254e
Merge branch 'develop' into feature/Update-Dependency
mm-hsh df7bd8b
Support multiple JSON Schema drafts with extensible handlers
mm-hsh f1cbdd4
Refactor JsonSchemaValidator to eliminate unnecessary null checks and…
mm-hsh 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.