зеркало из
1
0
Форкнуть 0
Граф коммитов

9380 Коммитов

Автор SHA1 Сообщение Дата
Hugues Valois e1070f0467 Updated copyright date in unit tests. Refactored xml serialization to reduce amount of duplication. Removed ability to override the x-ms-version. Improved error reporting in the case of 'unknown' errors. 2012-10-12 13:47:57 -07:00
Hugues Valois 4ddcdd054c Added service management API 2012-10-09 09:42:53 -07:00
tedglaza-msft 3e4404dea4 Merge pull request #61 from weidongh/bugfixes
Fixed the github issue #57:  query_entities() doesn't work for retrieving data in unicode
2012-08-29 13:52:48 -07:00
unknown d3d3a0eceb fix github issue #57. issue link: https://github.com/WindowsAzure/azure-sdk-for-python/issues/57 2012-08-29 10:34:55 -07:00
unknown 02fb04cc3e fix github issue #57. issue link: https://github.com/WindowsAzure/azure-sdk-for-python/issues/57 2012-08-29 10:22:48 -07:00
unknown e6621f005c Fixed the encoding issue. 2012-08-23 11:13:23 -07:00
tedglaza-msft 6f1ddeb6d4 Merge pull request #58 from weidongh/bugfixes
bug fixes after June 6 release
2012-08-22 13:46:44 -07:00
weidong huang 32691fce55 This contains all the bug fixes after first official publish and also added some tests. 2012-07-30 10:36:38 -07:00
Joost de Nijs 7174fc20fe Merge pull request #11 from ptvs/master
pip install pyazure -> azure
2012-06-06 22:39:11 -07:00
ptvs 8d49ea9416 change pip install from pyazure to azure 2012-06-06 22:36:09 -07:00
Joost de Nijs d2f9f481f0 Merge pull request #8 from DinoV/master
MergeDevToMaster
2012-06-06 16:12:16 -07:00
Joost de Nijs 93ae7e6595 Merge pull request #6 from DinoV/dev
Initial checkin for Python SDK
2012-06-06 10:16:11 -07:00
Dino Viehland 1ffb9ca61d One missing spot renaming windowsazure->azure 2012-06-06 09:32:42 -07:00
Dino Viehland 9782f251cc fix logic issue 2012-06-05 19:31:52 -07:00
Dino Viehland 530bc53f76 Add more tests
Fix issue with queus and messages getting an extra ;
Fix header issue
Improve round tripping of types so we don't give the user strings after
they gave us an int, etc...
2012-06-05 17:29:20 -07:00
Dino Viehland 833cb0acda Improve entity serialization of core data types
rename parameter name which was missing on last change
fix QueueService.update_message
2012-06-05 16:38:20 -07:00
Dino Viehland 4362bdce74 Rename HTTPRequest.uri -> path
Replace strings with None for default value
Fix HTTP Header parsing
Fix one spot where we're still parsing XML incorrectly
2012-06-05 13:36:33 -07:00
Dino Viehland 157e0063ce Few more small fixes 2012-06-05 09:59:10 -07:00
Dino Viehland 1083343e48 Fix name for COM method, remove typo in setup.py 2012-06-05 09:54:42 -07:00
Dino Viehland f5851bffd4 Return ints instead of EntityProperties
fix a few doc strings
2012-06-04 16:52:17 -07:00
Dino Viehland 3394625186 Fixes pri 1 issues:
Signing of headers isn't taking into account user inserted/modified
   headers installed with_filter.

   Some headers aren't being properly matched
2012-06-04 14:43:35 -07:00
Dino Viehland 566ab41458 Address critical feedback from Azure team
Add code generator
2012-06-04 14:02:08 -07:00
Dino Viehland 4943f20654 Adds "with_filter" support to the service classes. This enables creating
a new service class which will run with the filter applied for all HTTP
Requests.  Multiple filters can be chained together.  The filter can then
forward the response down the stack, performing any pre-processing before
hand, and then return the response back up the stack, performing any
post-processing.  It can perform the operation multple times, etc...

Moves HTTPResponse/HTTPError/HTTPRequest into the azure.http because these
are now public.
Fixes up some property names
Stops smuggling the HTTPResponse properties through the storage client
instances and instead returns an HTTPResponse where appropriate. This is
was necessary because before our perform_request was throwing away the
response and just returning the body.  Now the pipeline is always over the
HTTP* objects and we extract the body when we need it.
2012-06-01 12:20:24 -07:00
Dino Viehland b136ce7322 Fixes an issue in table service, we were sending a header we shouldn't be 2012-05-31 16:49:30 -07:00
Dino Viehland c61fe2c906 Initial checkin for Python SDK 2012-05-31 15:25:55 -07:00
Joost de Nijs aa037e994a Merge pull request #3 from WindowsAzure/master
Cascading
2012-05-02 14:12:08 -07:00
Joost de Nijs 10aef48af2 Merge pull request #2 from dfugate/baseline
Python Azure README, license, etc. added
2012-05-02 13:59:58 -07:00
David Fugate 8b85179bb3 Removed examples and package.json. 2012-05-02 13:40:58 -07:00
David Fugate a240e9dc75 Python Azure enlistment is essentially a clone of Node.js Azure enlistment now. 2012-05-02 11:18:33 -07:00
Joost de Nijs b14a490b0c adding README at root to initialize repository 2012-05-02 10:44:40 -07:00