-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: modify recon store to support event validation concepts #473
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06d81f5 - Browse repository at this point
Copy the full SHA 06d81f5View commit details -
feat: modify recon and store traits to return a struct to return vali…
…d/invalid item context
Configuration menu - View commit details
-
Copy full SHA for 02c3026 - Browse repository at this point
Copy the full SHA 02c3026View commit details -
feat: track and resubmit events from recon when history discovered
we also explicitly hangup if the store says something is invalid
Configuration menu - View commit details
-
Copy full SHA for b857f54 - Browse repository at this point
Copy the full SHA b857f54View commit details -
fix: don't derive Hash on types containing recon keys
this probalby doesn't hurt to include, but we're particular about using our AHash so we'll leave it explicit for now
Configuration menu - View commit details
-
Copy full SHA for 623ec58 - Browse repository at this point
Copy the full SHA 623ec58View commit details -
- rename InsertBatch -> InsertResult - use for loop in pending_cache instead of while loop - consistent Self::Key usage in trait
Configuration menu - View commit details
-
Copy full SHA for 2dd6e6b - Browse repository at this point
Copy the full SHA 2dd6e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e59d7 - Browse repository at this point
Copy the full SHA 82e59d7View commit details -
feat: store returns information about event validation
- recon pending tracking simplified to just retry every batch since we should get items close together - fixes a bug where any event in an api batch that was invalid could have crashed the entire batch (now only that one gets an error) - TODO: still need to modify the service to have a better validation hook that keeps track of the data we need to return so we don't have to iterate back through or lose info along the way
Configuration menu - View commit details
-
Copy full SHA for cd34094 - Browse repository at this point
Copy the full SHA cd34094View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd43a0d - Browse repository at this point
Copy the full SHA bd43a0dView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af7a6e2 - Browse repository at this point
Copy the full SHA af7a6e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a16d339 - Browse repository at this point
Copy the full SHA a16d339View commit details