lp:~achiang/laika/last_modified

Created by Alex Chiang and last modified
Get this branch:
bzr branch lp:~achiang/laika/last_modified
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

14. By Alex Chiang

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.

13. By Alex Chiang

Find bugs with 'closed' status

The Launchpad searchTasks() method, by default, does not return
bugs with 'closed' statuses (closed = Won't Fix, Invalid, Fix Released).

Manually specify all the known statuses in our searches to ensure we
get the full picture of our activity within the time 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.

6. By Alex Chiang

Merged lp:~fboucault/laika/improved_lp_username_detection

See if we've specified a username in bzr, and if so, use that;
otherwise, fall back to the old way of getting a Launchpad userid,
which is to assume that it's equal to your Linux login id.

Thanks Florian Boucault.

5. By Alex Chiang

Merge from:
 lp:~rockstar/laika/more-cleanup

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