pdbq:merge-proposal-wip

Last commit made on 2022-03-31
Get this branch:
git clone -b merge-proposal-wip https://git.launchpad.net/pdbq
Only Bryce Harrington can upload to this branch. If you are Bryce Harrington please log in for upload directions.

Branch merges

Branch information

Name:
merge-proposal-wip
Repository:
lp:pdbq

Recent commits

19724d0... by Bryce Harrington

WIP: Add worker for collecting LP reviews for a given team

This merges data from both Launchpad's API (via the new MergeProposal
class), and scraped from Launchpad's HTML rendering of a team's
activereviews page. The objective of this work is for each MP to build
a richer data object, that can then be used to help organize/filter
results better than the activereviews page does.

8ca77cb... by Bryce Harrington

WIP: Add MergeProposal class

This wrappers the Launchpad MergeProposal to add some functionality
for dealing with reviews of git branches for source package uploads.

For this particular commit, the principle objective is to collect the LP
MP data and provide it in dict form, for example to facilitate the
output of MPs to JSON.

714bd36... by Bryce Harrington

models: Use a declarative base

44e8399... by Bryce Harrington

query-lp-bugs-by-tag: Note the date we last queried data from LP

13a6ca8... by Bryce Harrington

refresh-data.cron: Fix MoM data by specifying components to pull

95a32a3... by Bryce Harrington

Add version tracking

8ffa829... by Bryce Harrington

models: Drop seeds classes

The server team now maintains a static list of supported packages, which
will be simpler to use than calculating it via seeds.

2d9ea4e... by Bryce Harrington

setup: Improve package installation script

7310a2a... by Bryce Harrington

usmerges: Fix import

fd37f91... by Bryce Harrington

Include editor modelines in all python files