lp:~reynolds.chin/glance/adaptive_index_listing

Created by Reynolds Chin and last modified

the "glance index" provides a more style of listing images.
1. the number of image indexes is "adapted" to the size of the console, while you still can customize the number of output per page through the parameter --limit
2. users "need not" to press the "enter key" to confirm YES or NO.
3. seamless output, you will never see the prompt message by scrolling the console's bar upward

Get this branch:
bzr branch lp:~reynolds.chin/glance/adaptive_index_listing
Only Reynolds Chin can upload to this branch. If you are Reynolds Chin please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Reynolds Chin
Project:
Glance
Status:
Development

Recent revisions

215. By Reynolds Chin

bin/glance get a clean bill of health from PEP8

214. By Reynolds Chin

compensation for row while the header is false

213. By Reynolds Chin

remove wrong if-statement

212. By Reynolds Chin

improvement:
1. you never see prompt message by scrolling the screen upward
2. fully use of rows in listing

211. By Reynolds Chin

the "glance index" provides a more style of listing images.
1. the number of image indexes is "adapted" to the size of the console,
   while you still can customize the number of output per page through the parameter --limit
2. users need not to press the "enter key" to confirm YES or NO.
3. the prompt "Fetch next page?" wouldn't be concatenated to the output

210. By Brian Waldon

Fix cached-images API endpoint

The recent chages that renamed 'id' to 'image_id' in the cached_images controller broke the API. This reverts a couple
of those changes.

Change-Id: I83345f87c7e5f1e35ef6646cb360819d489ec256

209. By Justin Shepherd

Bug fix lp:726864

rename 'id' to 'image_id' to avoid conflict with builtin id function

Change-Id: I79605275bf2607331f5b74076cb5689f071c92d5

208. By Jenkins <email address hidden>

Merge "Fixes Bug: lp825024"

207. By Kevin L. Mitchell

Add functional tests

Adds functional tests to confirm the integration of Keystone with Glance.
Also adds bug fixes for issues discovered while creating the functional
tests.

Change-Id: Ie20f8c93a10fbbe085b2ea39373897a058572775

206. By Mark McLoughlin

Switch file based logging to WatchedFileHandler for logrotate

Fixes lp:772397

FileHandler opens the logfile at startup, keeps the stream open and
continues to log to it forever.

If logrotate decides to rotate the file, it will rename the original
file and a new file is created with the same attributes as the original
file.

The problem is that the process is still writing to the original file,
not the newly created file. Traditionally, system daemons respond to
a SIGHUP by re-opening log files and logrotate can be configured to
deliver this signal on rotation.

However, python has an elegant solution. WatchedFileHandler monitors
the inode for the specified log file name and, if that ever changes,
it re-opens the stream.

Nova already uses WatchedFileHandler to good effect. See:

  https://code.launchpad.net/~soren/nova/logrotate/+merge/50292

Change-Id: I7f693f133d230d65d7c94ebf3a2ec0c8b362f993

Branch metadata

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

Subscribers