forked from usdot-jpo-ode/jpo-deduplicator
-
Notifications
You must be signed in to change notification settings - Fork 0
Deduplicator Logic Updates For New Schemas and Cleanup #8
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
25 commits
Select commit
Hold shift + click to select a range
2e8c5b7
updates for BSM deduplication
Michael7371 cb2e3c6
comment out broken code to fix build issues
Michael7371 6c6bbf9
updates to fix build
Michael7371 fc0703a
Merge pull request #6 from CDOT-CV/ode-bsm-schema-updates
Michael7371 2124e6d
updates to ODE MAP deduplicator topologies
Michael7371 8eadea7
fixing map deduplication issues
Michael7371 7dddcd6
Update deduplication for all message types except ProcessedMap and Pr…
drewjj c3747ce
Remove all Pair model and Serdes since they are unused
drewjj ce73cbc
Update ProcessedMap and WKT dedup
drewjj c998ad5
Add additional serdes tests and fix issue for GeoUtils test being unseen
drewjj 9cd31f7
Rework the ProcessedMap and ProcessedMapWkt examples
drewjj 9df2ee9
Update release notes and application.yaml
drewjj 98a7bcc
Add new deduplication documentation as well as modify duplication rul…
drewjj 221b226
Address comments
drewjj 319b117
Removed redundant logic for TIM dedup processing
drewjj 5d70433
Remove redundant OdeMapJson dedup logic that was added
drewjj 267aaf3
Remove the conflictmonitor.version from the pom
drewjj ad2ed6e
Address some of the pull request comments
drewjj de8e803
Address additional pull request comments
drewjj 41d5057
Discard messages with 'unknown' keys for MessageFrame topologies
drewjj 0493161
Add moy to the OdeMapJson dedup tests
drewjj de33f60
Handle ASN1 and update timestamp and odereceivedat in processed messa…
drewjj ed849bc
Update gitmodules to include the latest version of the jpo-utils
drewjj a1a5903
Update jpo-utils for the removal of unused mongo collections/topics
drewjj 9321ba5
Remove env vars related to OdeRawEncodedTIMJson
drewjj 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| [submodule "jpo-utils"] | ||
| path = jpo-utils | ||
| url = https://github.com/usdot-jpo-ode/jpo-utils.git | ||
| url = https://github.com/CDOT-CV/jpo-utils.git |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| { | ||
| "java.configuration.updateBuildConfiguration": "automatic" | ||
| "java.configuration.updateBuildConfiguration": "automatic", | ||
| "java.debug.settings.onBuildFailureProceed": true | ||
| } |
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
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.