<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git/reddwarfclient/exceptions.py, branch 0.1.3</title>
<subtitle>opendev.org: openstack/python-troveclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/'/>
<entry>
<title>Rename from reddwarf to trove.</title>
<updated>2013-06-21T20:15:23+00:00</updated>
<author>
<name>Michael Basnight</name>
<email>mbasnight@gmail.com</email>
</author>
<published>2013-06-18T06:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=9916c8f2733b683d859770d05dacd2c9c82912d7'/>
<id>9916c8f2733b683d859770d05dacd2c9c82912d7</id>
<content type='text'>
Implements Blueprint reddwarf-trove-rename

Change-Id: Ib2d694c7466887ca297bea4250eca17cdc06b7bf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements Blueprint reddwarf-trove-rename

Change-Id: Ib2d694c7466887ca297bea4250eca17cdc06b7bf
</pre>
</div>
</content>
</entry>
<entry>
<title>Only pep8 violations fix</title>
<updated>2012-11-01T18:20:10+00:00</updated>
<author>
<name>Vipul Sabhaya</name>
<email>vipuls@gmail.com</email>
</author>
<published>2012-10-30T20:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=844492a8eb044a3fda85b607424151f60e11c830'/>
<id>844492a8eb044a3fda85b607424151f60e11c830</id>
<content type='text'>
fix pep8 violations

fix tox configurtion for pep8

fix pretty print for actions that return a response body

Change-Id: I39a529bda8780649a5159761af7103eee8520412
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix pep8 violations

fix tox configurtion for pep8

fix pretty print for actions that return a response body

Change-Id: I39a529bda8780649a5159761af7103eee8520412
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a ton of CLI options, plus fixed a CI bug.</title>
<updated>2012-08-14T17:35:38+00:00</updated>
<author>
<name>Tim Simpson</name>
<email>tim.simpson@rackspace.com</email>
</author>
<published>2012-08-09T16:04:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=88f9530151b5252487b260cec8e4cdb61f07acec'/>
<id>88f9530151b5252487b260cec8e4cdb61f07acec</id>
<content type='text'>
* Renamed the auth_type "basic" to the more apt "auth1.1".
* Made it possible to pass an "token" and "service_url" argument alone to
  the client. It wouldn't work with just this before.
* The client now saves all arguments you give it to the pickled file,
  including the auth strategy, and preserves the token and service_url
  (which it didn't before) which makes exotic auth types such as "fake"
  easier to work with.
* Not raising an error for a lack of an auth_url until auth occurs
  (which is usually right after creation of the client anyway for most
   auth types).
* Moved oparser code into CliOption class. This is where the options live
  plus is the name of that pickled file that gets stored on login.
* Added a "debug" option which avoids swallowing stack traces if
  something goes wrong with the CLI. Should make client work much easier.
* Added a "verbose" option which changes the output to instead show the
  simulated CURL statement plus the request and response headers and
  bodies, which is useful because I...
* Added an "xml" option which does all the communication in XML.
* Fixed a bug which was affecting the CI tests where the client would fail
  if the response body could not be parsed.
* Added all of Ed's work to update the mgmt CLI module with his newer
  named parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Renamed the auth_type "basic" to the more apt "auth1.1".
* Made it possible to pass an "token" and "service_url" argument alone to
  the client. It wouldn't work with just this before.
* The client now saves all arguments you give it to the pickled file,
  including the auth strategy, and preserves the token and service_url
  (which it didn't before) which makes exotic auth types such as "fake"
  easier to work with.
* Not raising an error for a lack of an auth_url until auth occurs
  (which is usually right after creation of the client anyway for most
   auth types).
* Moved oparser code into CliOption class. This is where the options live
  plus is the name of that pickled file that gets stored on login.
* Added a "debug" option which avoids swallowing stack traces if
  something goes wrong with the CLI. Should make client work much easier.
* Added a "verbose" option which changes the output to instead show the
  simulated CURL statement plus the request and response headers and
  bodies, which is useful because I...
* Added an "xml" option which does all the communication in XML.
* Fixed a bug which was affecting the CI tests where the client would fail
  if the response body could not be parsed.
* Added all of Ed's work to update the mgmt CLI module with his newer
  named parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving away from novaclient and adding all the missing pieces into reddwarfclient.</title>
<updated>2012-07-06T20:02:06+00:00</updated>
<author>
<name>Nirmal Ranganathan</name>
<email>rnirmal@gmail.com</email>
</author>
<published>2012-07-03T15:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=199ded7eb54a539b3036d8a5a7056c55b24ff9f0'/>
<id>199ded7eb54a539b3036d8a5a7056c55b24ff9f0</id>
<content type='text'>
- Added parameters for the authentication instead of the arguments.
- Cleaned out the HttpClient and Authentication pieces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added parameters for the authentication instead of the arguments.
- Cleaned out the HttpClient and Authentication pieces.
</pre>
</div>
</content>
</entry>
<entry>
<title>Import nova exceptions as our own, so they can be used by importing from our client directly.</title>
<updated>2012-06-21T20:09:41+00:00</updated>
<author>
<name>Tim Simpson</name>
<email>tim.simpson@rackspace.com</email>
</author>
<published>2012-06-21T20:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=6fd2d54d554596f6a70b37ef76fa0085cb27f91e'/>
<id>6fd2d54d554596f6a70b37ef76fa0085cb27f91e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changing Reddwarf client to use its own request function.</title>
<updated>2012-05-02T18:26:04+00:00</updated>
<author>
<name>Tim Simpson</name>
<email>tim.simpson@rackspace.com</email>
</author>
<published>2012-05-02T12:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=b1eeaa4b9550388a3d289cb09a695a67845c1fcd'/>
<id>b1eeaa4b9550388a3d289cb09a695a67845c1fcd</id>
<content type='text'>
* Nova client changed in a way that broke our client, so copying the code from there is necessary.
* Adding InstanceStatus class with the status strings.
* Moved the Dbaas and ReddwarfHTTPClient into their own module.
* Changed exceptions module to check Nova's exception map after first looking in Reddwarf's.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Nova client changed in a way that broke our client, so copying the code from there is necessary.
* Adding InstanceStatus class with the status strings.
* Moved the Dbaas and ReddwarfHTTPClient into their own module.
* Changed exceptions module to check Nova's exception map after first looking in Reddwarf's.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial copy of reddwarfclient from reddwarf project.</title>
<updated>2012-03-07T21:16:58+00:00</updated>
<author>
<name>Tim Simpson</name>
<email>tim.simpson@rackspace.com</email>
</author>
<published>2012-03-07T14:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=17911cb64f1c23479511e4936c72b4e336873271'/>
<id>17911cb64f1c23479511e4936c72b4e336873271</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
