lp:~bryce/launchpad/lp-617679-code-link-source-package

Created by Bryce Harrington and last modified
Get this branch:
bzr branch lp:~bryce/launchpad/lp-617679-code-link-source-package
Only Bryce Harrington can upload to this branch. If you are Bryce Harrington please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Bryce Harrington
Project:
Launchpad itself
Status:
Development

Recent revisions

9721. By Bryce Harrington

This is sort of a mess, but a WIP to add a linkSourcePackage() routine
for adding a foreign key to a DistributionSourcePackage entry.

The problem though (I think) is that the DistributionSourcePackage class
is not a direct wrapper around the DistributionSourcePackage SQL table.
The comments on the class describe it as "magic". The real wrapper to
the SQL table appears to be DistributionSourcePackageInDatabase.

Yet, I've not found a correct combination of classes and incantations to
get the magic working, so this is very much a WIP.

9720. By Bryce Harrington

Add support for retrieving components

9719. By Bryce Harrington

Convert component groups to Storm, and shift more strings to unicode

9718. By Bryce Harrington

Strings are unicode in storm

9717. By Bryce Harrington

Convert BugTrackerComponent from SQLBase to Storm

9716. By Bryce Harrington

Enable storing data into the database now that permissions are there.

9715. By Bryce Harrington

Solve the permissions problem by allowing permission in security.cfg

Duh. Thanks Deryck.

9714. By Bryce Harrington

Attempt to get getAllRemoteComponentGroups() hooked up, but something
isn't right. I get 'permission denied' errors from postgres when trying
to either commit() or retrieve data. Have I overlooked a security
setting somewhere?

9713. By Bryce Harrington

Persist components and component_groups

9712. By Bryce Harrington

Hook up component groups to their bug trackers

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:launchpad/db-devel
This branch contains Public information 
Everyone can see this information.

Subscribers