-
Notifications
You must be signed in to change notification settings - Fork 140
CBG-4832: Handle legacy rev IDs as deltaSrc even when running in HLV mode #7698
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
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
21f3b3f
Allow CV to be used in OCC writes (Document Update/Delete and the ass…
bbrks d18431d
Change moved code to just use int64 - almost certainly not needed for…
bbrks 8a1646c
Remove log.Printf in test util
bbrks ad00f83
fix typo
bbrks 169f034
Cleanup of `DocVersion`
bbrks abb7c1b
Add zero-value for occVersionType enum and more error handling
bbrks c6ffd9b
Merge branch 'main' into CBG-4751
bbrks 79edf12
Escape rev query param for CV in RestTester helper functions
bbrks f17891c
Detect unescaped rev values - improve documentation and cover with test.
bbrks e5b7067
Remove multi-examples
bbrks b7a3a5d
Clean up fetch by CV REST API codepath. Wire up CV for use in RestTes…
bbrks 3e5eb2d
Remove usages of RestTester DocDirectly functions
bbrks d62cb9e
Handle legacy rev IDs as deltaSrc even when running in HLV mode
bbrks cc52d68
Merge remote-tracking branch 'origin/main' into CBG-4832
torcolvin e48e449
remove misplaced files
torcolvin d4abe10
fix back to main
torcolvin 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error variable reference was corrected from 'err' to 'parseErr', but this fix indicates there was a bug in the original code where the wrong error variable was being used in the error message.