lp:~smoser/+junk/o2client

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~smoser/+junk/o2client
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Scott Moser
Status:
Development

Recent revisions

134. By Scott Moser

fix authoritative_mirrors in make-test* data

133. By Scott Moser

fix 'read' for objectstore

The file open("file").read() requires an integer (not None).
yet requests performs very poorly with '-1' given as a size.

So use '-1' as the default, but the in the requests reader change
that to None.

132. By Scott Moser

change default size to be None, not -1

131. By Scott Moser

make-test-*-data: fix authoritative_mirrors

130. By Scott Moser

tools/hook-debug: fix usage

129. By Scott Moser

RequestsUrlReader: add close and store url to self.

128. By Scott Moser

use 'requests' everywhere rather than urllib2

This adds RequestsUrlReader and uses it everywhere instead of urllib2.
benefits:
  * requests should correctly do https
  * supports gzip / deflate encoding
  * single path for url gets now.

127. By Scott Moser

commit untested tools/hook-glance

126. By Scott Moser

rename debug-hook to hook-debug

125. By Scott Moser

ensure tags are written as strings in intermediary data

The issue this fixes is that version were getting read as floats.
This is entirely because the data is being rendered with cheetah
and then being loaded and dumped again.

Branch metadata

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

Subscribers