bts-link git commit to 'master'

Pierre Habouzit madcoder at alioth.debian.org
Mon Jul 21 06:23:45 UTC 2008


 .gitignore                       |    2 +
 btslink.cfg                      |   14 ++++++-
 remote/base.py                   |    9 +++++
 remote/launchpad.py              |   75 ++++++++++++++++++++++++++++----------
 remote/tests/test_launchpad.py   |   55 ++++++++++++++++++++++++++++
 remote/tests/test_sourceforge.py |   46 +++++++++++++++++++++++
 remote/tests/test_trac.py        |   72 ++++++++++++++++++++++++++++++++++++
 remote/trac.py                   |   43 ++++++++++++++++------
 8 files changed, 283 insertions(+), 33 deletions(-)

New commits:
commit 6ab9ccafb1ebb1c7f685a8985d10242ac2c1ea6d
Author: Paul Wise <pabs3 at bonedaddy.net>
Date:   Sun Jun 22 12:09:35 2008 +0800

    Add the pidgin trac instance

commit 6f3f32023795670eb5f52f1c900e896b54efd3b7
Author: Paul Wise <pabs3 at bonedaddy.net>
Date:   Sun Jun 22 12:00:50 2008 +0800

    Add the pulseaudio trac instance

commit e761b3ccd37febd7ff65835d59706e21e49566f0
Merge: df6ab99f531a0a4e2f528e18e9d6d6950d9df200 2848c8e3d25c8cbc53cf355eacafe28ac1c664d7
Author: Pierre Habouzit <madcoder at debian.org>
Date:   Mon Jul 21 08:22:39 2008 +0200

    Merge commit 'jv/master'
    
    Conflicts:
    
    	remote/launchpad.py
    
    Signed-off-by: Pierre Habouzit <madcoder at debian.org>

commit 2848c8e3d25c8cbc53cf355eacafe28ac1c664d7
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 27 21:24:09 2008 +0200

    Add another sf test.

commit 082433cfa60b731eae01fab28598fc491313147e
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 27 21:19:58 2008 +0200

    Add simple initial test for sourceforge.

commit 511220f9cdfefc0dea21e5c5edf5fc885a833753
Merge: 33b49eed28dde712a624c181e906d3ae2ac873ea c7910df6b79fb8a86e7a4cc1348cadcac9864355
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Jun 24 13:40:59 2008 +0200

    Merge branch 'master' of ssh://git.samba.org/data/git/jelmer/bts-link
    
    Conflicts:
    
    	remote/launchpad.py

commit 33b49eed28dde712a624c181e906d3ae2ac873ea
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Jun 24 13:38:35 2008 +0200

    Fix canonical URL for the Launchpad backend, as used in the
    merged-upstream tags.

commit c7910df6b79fb8a86e7a4cc1348cadcac9864355
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 17:09:29 2008 +0200

    Add tests for trac HTML parsing.

commit f5f9bb19096761f913dd2ebd397e3ff034693f39
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 16:59:41 2008 +0200

    Fix entries for bitlbee and ctrlproxy.

commit 98c5538d2c3ddd05c9905da852d1fa256a03938f
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 16:57:01 2008 +0200

    Add simple test for trac backend.

commit 99ee07efe74c8e75fd7b81ee0a6bd6bb349ba82a
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 16:53:39 2008 +0200

    Test more fields in launchpad tests.

commit e3a5d7005b1881f433322ad78980063d9549b866
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 16:25:29 2008 +0200

    Parse bug title, reporter in launchpad.
    
    Fix bug in launchpad test.

commit 473ce8108f4c3de83deb894828469b8749fcae64
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 16:20:33 2008 +0200

    Implement duplicate following for launchpad.

commit 8ef58a4836426246f07052d213c159d66c763613
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 16:09:04 2008 +0200

    Add basics tests for Launchpad parsing.

commit 0697c24ee4bfb295689eea60dff0c165dec3a070
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 16:08:45 2008 +0200

    Split main parsing code out of network-dependent Launchpad code.

commit fde0eac8bf6878fe18cf6f2422a8bf771777873c
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 15:37:23 2008 +0200

    Add simple docstrings, PEP8 compliancy.

commit 61a7851e2c7ded74c9933e7d45595b573a18b6ae
Merge: 055fc2ab9507705a482773b406fcebb83d629d67 e546c7720dca2de0ed0319f3bcb15167375b1b62
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 13:07:32 2008 +0200

    Merge branch 'master' of ssh://git.samba.org/data/git/jelmer/bts-link

commit 055fc2ab9507705a482773b406fcebb83d629d67
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Jun 20 12:57:35 2008 +0200

    Fix recognition of "Won't Fix" in Launchpad.

commit df6ab99f531a0a4e2f528e18e9d6d6950d9df200
Author: Pierre Habouzit <madcoder at debian.org>
Date:   Sun May 25 19:24:53 2008 +0200

    urifmt don't need escaping
    
    Signed-off-by: Pierre Habouzit <madcoder at debian.org>

commit e546c7720dca2de0ed0319f3bcb15167375b1b62
Merge: 04d26d991b155d85a56127613efb9ba1e765ebb0 889b2e2efc7dc6622f370936dbcf0a6852e2f956
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed May 21 20:49:42 2008 +0200

    Merge branch 'master' of git://git.debian.org/git/bts-link/bts-link

commit 04d26d991b155d85a56127613efb9ba1e765ebb0
Merge: 48524974d68da43fb910f60ecdbe1f818adc03da 93619e02bf13d250c0a639d10190ca23ac8c311c
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun May 18 00:19:00 2008 +0200

    Merge branch 'ignore'

commit 93619e02bf13d250c0a639d10190ca23ac8c311c
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat May 17 15:54:47 2008 +0200

    Ignore pyc and backup files.




More information about the bts-link-commits mailing list