-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Cosmos] Applying track 2 SDK guidelines #7021
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
annatisch
merged 49 commits into
Azure:feature/cosmos-preview2
from
annatisch:cosmos-track2
Sep 9, 2019
Merged
Changes from 37 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
b4031ec
Updated dependencies
annatisch 9f30dd6
Added core pipeline
annatisch d2ec4b3
Ignore test config
annatisch 81d0a62
Merge remote-tracking branch 'upstream/master' into cosmos-pipeline
annatisch d7394d7
Fixed indexes test
annatisch d628d91
Refactored request creation
annatisch 8c091d8
Fixed index test
annatisch abc9030
Added trace decorators
annatisch f02ca0f
Bumped version
annatisch c9ae867
Updated policies
annatisch 095f6f8
Renamed request_options -> request_params
annatisch 6b88446
Merge remote-tracking branch 'upstream/master' into cosmos-pipeline
annatisch 872cb26
Renamed clients
annatisch 85ee07d
Updated with azure-core errors
annatisch 0aacc0b
Fixed test warnings
annatisch 943595c
Updated config
annatisch 7e54f58
Merge remote-tracking branch 'upstream/feature/cosmos-preview2' into …
annatisch ff3628a
PR fixes
annatisch 1986464
Fixed init user import
annatisch 6366f02
Fixed init clients
annatisch 01bb2b4
Started revising constructors
annatisch 50f9b12
Test conn str constructor
annatisch 8441a6c
Update iterables with core paging
annatisch ce6c622
Added context managers
annatisch 398d9dd
Reverted storage changes
annatisch dab0703
Updated constructor
annatisch be457d6
Mypy and Pylint
annatisch 44f88af
Renamed all listing operations
annatisch c1053ee
Some mypy fixes
annatisch 44fb172
Cleaned up method signatures
annatisch 5d1ad18
Fix pylint
annatisch 70b5ee6
Propagate kwargs
annatisch ba45e57
Fix pylint
annatisch 338209c
Some mypy fixes
annatisch e6a427b
Updated readme and release notes
annatisch 404dae0
Fix for passing in extra headers
annatisch 11509db
Reverted credentials
annatisch 3f7a7d0
Review feedback
annatisch 191eb6f
Fix pylint
annatisch 90b0064
Fixed samples
annatisch cfa1b8c
Updated docstrings
annatisch 9f3ea2f
Fixed whitespace and imports
annatisch 4fad699
Some mypy fixes
annatisch 34246ba
Mypy fixes
annatisch 56c341e
Removed continuation token support
annatisch d36e04b
Pylint fix
annatisch f74ec89
Docs tweaks
annatisch 0ba76ab
Updated continuation token
annatisch da5f0f9
Updated response header
annatisch 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
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 +1 @@ | ||
| __path__ = __import__("pkgutil").extend_path(__path__, __name__) | ||
| __path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore |
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.