lp://staging/~achiang/laika/cache-wrapper-proxy
- Get this branch:
- bzr branch lp://staging/~achiang/laika/cache-wrapper-proxy
Branch merges
- Alex Chiang: Pending requested
-
Diff: 51 lines (+20/-0)1 file modifiedlaika (+20/-0)
Branch information
Recent revisions
- 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 - 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
ppaNI 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://staging/laika