lp://qastaging/~clint-fewbar/txaws/fix-keyerror

Created by Clint Byrum and last modified
Get this branch:
bzr branch lp://qastaging/~clint-fewbar/txaws/fix-keyerror
Only Clint Byrum can upload to this branch. If you are Clint Byrum please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Clint Byrum
Project:
txAWS
Status:
Development

Recent revisions

151. By Clint Byrum

Do not raise KeyError if the endpoint failed ot set Code or Message

150. By Free Ekanayaka

Support __contains__ in txaws.server.schema.Arguments [trivial] [r=therve]

149. By Christopher Armstrong

Merge ordered-parameters [r=free.ekanayaka,therve] [f=1003233]

This branch adds the following methods:

- Schema.get_parameters
- MethodRegistry.get_action
- MethodRegistry.get_versions

It maintains the original order of parameters passed to Schema and
returns them from get_parameters in the same order.

148. By Drew Smathers

Merged 921421-completemultipart [r=oubiwann][f=921421]

This branch adds Complete Multipart method to s3 client.

147. By Drew Smathers

Merged 921419-uploadpart [r=oubiwann][f=921419]

This branch adds Upload Part method to s3 client.

146. By Drew Smathers

Merged 921418-initmultipart [r=oubiwann][f=921418]

This branch adds Initiate Multipart Upload method to s3 client.

145. By Drew Smathers

Merged modernize-924459 [r=oubiwann][f=924459]

This branch adds lower-level support for using twisted.web.client.Agent in
txaws.client.base.

144. By Drew Smathers

Merged newagent-767205 [r=oubiwann][f=767205]

This changes txaws client to use twisted.web.client.Agent and adds support
for plugging in custom IBodyProducer and receiver factories for requests.

143. By Christopher Armstrong

Merge parameterized-parameters [r=ack,fcorrea]

This branch makes it more easily possible to override the names of "core" API
parameters used in QueryAPI, by refactoring a lot of logic to use a generic
dict of information instead of the Arguments object extracted from
QueryAPI.schema, and allowing a single override point for extracting the data
in different ways (from different Schemas or from other things based on the
request entirely).

142. By Christopher Armstrong

Merge additional-schema-info [r=jseutter,ack] [f=984660]

Adds the ability to specify a number of additional pieces of information
about schemas and parameters:

 - 'doc' on Parameter
 - 'name', 'doc', 'result', and 'errors' on Schema.

Schema.extend has also been updated to accept these parameters and merge them
when appropriate (parameters, result, errors)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/txaws
This branch contains Public information 
Everyone can see this information.

Subscribers