Commit 10dde0f
authored
[Storage] Update typing for
* [Storage] Update typing for `queue_service_client` (Queue) (Azure#28949)
* qsc done sync&async
* Remove #type ignore, fix dict()
* Fix indents
* Fix indent again :D
* [Storage] Update typing for `queue_client` (Queue) (Azure#28952)
* sync 80% done need *, logic
* First attempt at *,
* Async + unify sync spacing
* Fix CI
* Revert recordings
* PR feedback
* Revert recording, fix indents
* indent, again :D
* Fix content docstring
* [Storage] Update typing for miscellaneous files (queue) (Azure#29173)
* [Storage] `_queue_client.py` mypy fixes (Azure#29736)
* First draft MyPy
* Mypy config fix + just Config Mypy left
* Fully done w/ custom StorageConfiguration
* Pylint
* Double import
* Fix cast
* PR feedback
* Unused imports
* Pylint
* Configuration errors in async BE GONE
* Fix tests that assert against _config
* [Storage] _queue_client_async.py mypy fixes (Azure#29824)
* Init done for _queue_client
* Fix async calling into sync
* Back to the drawing board
* Finished __init__
* Fix failing tests
* queue_client done and decoupled
* Queue specific files done
* Shared, some base_client leftovers, some model leftovers
* 3 _model 1 response_handlers
* Mypy congrats, time to fight pylint & CI :D
* unused import asyncio
* New PyLint rules fixes
* Pylint 2
* Fix failing test cases
* Be gone test failures
* Finally found root cause of infinite loop
* All encryption tests passing locally, 32 pylint errors remaining
* All tests passing locally, mypy green locally
* Pylint
* Encryption feedback done
* Shared, sample, and lint output left
* More comments addressed, need bc_async, policies, and samples + output
* Just samples, added more helpers
* More feedback
* More fixes
* Lint
* Feedback 2
* CI
* Fix weird invisible unicode char
* No mypy errors hopefully no CI
* Pylint and CI, but now hinting issues
* Fix Lint which should fix CI
* Attempted overload
* Just hanging encryption and message_encoding Qs, fix import ordering
* Addressed encryption feedback
* Feedback, need base client decouple, need CI passing
* Fixing CI
* CI
* CI
* Ignores :(
* More fixes
* CI
* Pylint again
* Adjust typehint
* Try SO workaround 41207128
* Reimport Pylint
* First round of feedback
* Fix CorsRule to_generated method
* Fix PyLint & test failures
* Feedback
* Revert moving out sas token helper, causes circular dependency
* Pylint
* Typing feedback
* Fix CI
* Use QueueMessage ctor
* Pylint
* Privatize CorsRule method
* Disable for protected access
* Flip on mypy
* Missed configuration value parsing
* Double-spaced
* Typo
* Last minute nits
* Extra newline in encryptionazure-storage-queue (Azure#29045)1 parent 625a526 commit 10dde0f
File tree
34 files changed
+2082
-1123
lines changed- sdk/storage/azure-storage-queue
- azure
- storage
- queue
- aio
- samples
- tests
34 files changed
+2082
-1123
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 20 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
24 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
25 | 37 | | |
26 | | - | |
| 38 | + | |
27 | 39 | | |
28 | 40 | | |
29 | 41 | | |
30 | 42 | | |
31 | 43 | | |
32 | 44 | | |
33 | 45 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
37 | 49 | | |
38 | 50 | | |
0 commit comments