-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This refactors GetOpts so it's no longer used in the storage layer. (#…
…1007) * Add GetOpts to storage API And move it to storage for consistency. Fix up issues this creates. * Fixups after merge of multiple tree type code * Move NewGetOpts to storage where GetOpts is defined * Fix up doc comments * Fixup after merge of QueueLeaves API change * Regenerate storage mocks. * Fix log_rpc_server test for api change * Update var declarations * Lots of moving stuff around again * Fixup log rpc server tests * Fix up rpc server tests for log and map * Fixup memory storage * Fixup sequencer and dumplib * Regen storage mocks, fixup admin server, interceptor and tree_gc * Fixup mysql storage * Fix up other tools and vmap toy * Fix incomplete sequencer refactor * Fix mysql quota test * Fixup trees test * Ensure trees in mysql test have HashStrategy set * Mysql test tweaks * Fix the readwrite transaction test Tree state enforcement is not a responsiblility of this code any more. The caller must get valid trees from AdminService. * Fix lint issues And clean up some stuff that's unused now. * Make the same fix to the map test as the log one * Fix bad merge * Fix up memory storage after merge * Remove unused var * Move GetOpts back to trees package It is no longer used by storage. * Fixup some GetOpts references that were missed * Fix another merge related issue. * Latest round of fixes after review. * Rename Accessor, AccessType -> Operation, OpType * Rename param to match type. * Fixup cloudspanner for API changes. * Switch AddSequencedLeaves to from int64 to *trillian.Tree * Fix test
- Loading branch information
1 parent
8837d1d
commit 8b6ef37
Showing
31 changed files
with
669 additions
and
510 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.