lp:~achiang/laika/cache-wrapper-proxy

Created by Alex Chiang and last modified
Get this branch:
bzr branch lp:~achiang/laika/cache-wrapper-proxy
Only Alex Chiang can upload to this branch. If you are Alex Chiang please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Alex Chiang
Project:
Laika
Status:
Merged

Recent revisions

16. By Alex Chiang

Clean up cache wrapper comment

15. By Alex Chiang

Cache wrapper for launchpadlib objects, 200% performance gain

Cleverly cache launchpadlib objects to improve our performance
by up to 200%.

Thanks James Ferguson.

14. By Alex Chiang

Merge lp:~achiang/laika/last_modified

Pass a 'last_modified' arg to searchTasks()

Limit our search for bugs within the user-specified window. This change
can improve our search performance by several hundred percent, reducing
a former 9 minute query down to 3 minutes and change, e.g.

13. By Alex Chiang

Merge lp:~achiang/laika/status_fix

Search launchpad for all statuses, not just the default statuses returned by
searchTask().

This change gives us a more complete picture of our launchpad activity within
the window.

12. By Alex Chiang

Specify the python path according to Debian policy.

http://www.debian.org/doc/packaging-manuals/python-policy/ch-programs.html

11. By Alex Chiang

Change license to GPLv3

10. By Alex Chiang

Rename laika.py => laika

9. By Alex Chiang

Add laika man page

8. By Alex Chiang

Merge support for searching PPA activity from lp:~achiang/laika/ppa-activity

This branch adds support for searching for your activity in PPAs, as
defined by "uploads within the defined time window".

You can search multiple PPAs. On the command line, the syntax looks like:

 --ppas=ppa1,ppa2,ppaN

If you regularly contribute to several PPAs, it may be more convenient
to permanently specify them in your .laikarc configuration file.

In the config file, the syntax looks like:

 ppas: ppa1,ppa2,ppaN

Or, for readability:

 ppas:
  ppa1
  ppa2
  ppaN

I prefer the second style, as PPA names tend to be long. Breaking them out
onto separate lines helps quite a bit with readability.

7. By Alex Chiang

Merge lp:~achiang/laika/configparser which gives us the ability
to read a laika config file.

Branch metadata

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

Subscribers