-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lib): Align input params across all lib methods
Modify names of all input param structs that are used for lib methods. This includes things like: * Refstr -> Ref * Component -> Selector * Peername -> Username (except for p2p) * Source moving to the scope (Remote remains for remote `pull` and `remove`) * a few other small changes Some outstanding work renames: the All flag from Get should be removed, but doing so will break functionality (such as /body.csv on the API) until Cursors exist. Also, there's some dscache specific tests that are being skipped, as I think we should be using some other mechanism to enable dscache instead of a field on the input params, such as an environmental variable or an option in the config file. Finally, ListParams need some additional work to combine them into a common struct.
- Loading branch information
Showing
51 changed files
with
370 additions
and
347 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.