~pappacena/launchpad:bugtrackercompo-matching-interface

Last commit made on 2020-01-27
Get this branch:
git clone -b bugtrackercompo-matching-interface https://git.launchpad.net/~pappacena/launchpad
Only Thiago F. Pappacena can upload to this branch. If you are Thiago F. Pappacena please log in for upload directions.

Branch merges

Branch information

Name:
bugtrackercompo-matching-interface
Repository:
lp:~pappacena/launchpad

Recent commits

c780af8... by Thiago F. Pappacena

renaming BugTrackerComponent.sourcepackagename to use underscores

1e6a147... by Thiago F. Pappacena

Merge branch 'master' into bugtrackercompo-matching-interface

562bd1c... by Colin Watson

Add owner-default repositories for OCI projects

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/376142

3a6bc0d... by Colin Watson

Add git lookup mechanisms for OCI projects

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/376139

1f119f6... by Colin Watson

Finish port to Beautiful Soup 4

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/378025

4a1852d... by Colin Watson

Add basic index and edit views for OCIProject

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/376106

241d201... by Colin Watson

Port lp.testing.pages to Beautiful Soup 4

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/378001

e5ac325... by Colin Watson

Port feed tests to Beautiful Soup 4

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/377977

332fdd9... by Colin Watson

Use documented lazr.enum API

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/378040

338d449... by Colin Watson

Use documented lazr.enum API

PackagePublishingPocket.__metaclass__.getTermByToken relied on an
undocumented interface in lazr.enum and breaks with lazr.enum 1.2. Use
the documented interface of PackagePublishingPocket.getTermByToken
instead.