lp:~pfalcon/linaro-android-frontend/fix-config-lookup

Created by Paul Sokolovsky and last modified
Get this branch:
bzr branch lp:~pfalcon/linaro-android-frontend/fix-config-lookup
Only Paul Sokolovsky can upload to this branch. If you are Paul Sokolovsky please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Paul Sokolovsky
Project:
Linaro Android Frontend
Status:
Merged

Recent revisions

231. By Paul Sokolovsky

Don't assume particular layout of build info as return by Jenkins API.

Don't assume that action with build config will be first as returned by API,
scan them all. Action list/order may depend on plugin set and other Jenkins
config peculiarities.

230. By Paul Sokolovsky

If a build has schedule, assume it's daily, don't hard-check for "@daily".

229. By Paul Sokolovsky

Show job description in frontend.

228. By Paul Sokolovsky

Work with any Python version.

As part of Natty upgrade.

227. By Paul Sokolovsky

Improve log message.

226. By Paul Sokolovsky

Report another common config error.

225. By Paul Sokolovsky

Improve error reporting for common setup issues in frontend.

224. By Paul Sokolovsky

Add logging set up, configuration, and use for some exceptions.

Django 1.3 has integrated support for configuring Python logging,
http://docs.djangoproject.com/en/1.3/topics/logging/ . For 1.2.3, just
call logging.basicConfig() directly. Set only logging level, and let it
use defaults otherwise, which is timespamp-less logging to stdout. On
production, that will go to Apache error.log, which has own timestamps.
Later, we can make more elaborated logging set up if needed.

Also, move some hardcoded names to settings.

223. By Michael Hudson-Doyle

make README a bit more friendly

222. By Michael Hudson-Doyle

well duh: don't rely on loading buildDetails.js taking longer than executing the next <script> tag...

Branch metadata

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

Subscribers