View Git repositories
You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp://qastaging/launchpad

Launchpad itself has 51 active reviews. See all merge proposals.

Launchpad itself has 665 active branches owned by 92 people and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp://qastaging/launchpad
Series: trunk
(Linked to a blueprint) 2 Mature 2019-09-30 09:21:18 UTC
19066. [r=wgrant][bug=1842658] Export IDistr...

Author: Launchpad PQM Bot
Revision Date: 2019-09-30 09:21:18 UTC

[r=wgrant][bug=1842658] Export IDistroArchSeries.setSourceFilter and
 IDistroArchSeries.removeSourceFilter on the webservice.

lp://qastaging/launchpad/db-devel
Series: db-devel
(Linked to a blueprint) 2 Mature 2019-09-30 10:06:47 UTC
14148. [rs=buildbot-poller] automatic merge ...

Author: Launchpad PQM Bot
Revision Date: 2019-09-30 10:06:47 UTC

[rs=buildbot-poller] automatic merge from stable. Revisions: 19066
 included.

lp://qastaging/launchpad/staging
Series: staging
(Linked to a blueprint) 2 Mature 2019-09-30 10:06:47 UTC
14148. [rs=buildbot-poller] automatic merge ...

Author: Launchpad PQM Bot
Revision Date: 2019-09-30 10:06:47 UTC

[rs=buildbot-poller] automatic merge from stable. Revisions: 19066
 included.

lp://qastaging/~cjwatson/launchpad/git-getRequestedReviews bug(Has a merge proposal) 1 Development 2022-06-24 14:38:25 UTC
17739. Also return Git-based merge proposals...

Author: Colin Watson
Revision Date: 2015-09-15 14:10:06 UTC

Also return Git-based merge proposals from IHasRequestedReviews.getRequestedReviews.

lp://qastaging/~launchpad/launchpad/git-db-stable 1 Development 2020-05-13 13:45:09 UTC
14354. Automatic merge from stable up to 7de...

Author: Patch Queue Manager
Revision Date: 2020-05-13 13:45:09 UTC

Automatic merge from stable up to 7de82190006e

lp://qastaging/~launchpad/launchpad/git-db-devel 1 Development 2020-05-12 03:45:10 UTC
14351. Automatic merge from stable up to 757...

Author: Patch Queue Manager
Revision Date: 2020-05-12 03:45:10 UTC

Automatic merge from stable up to 7571e23b1623

lp://qastaging/~launchpad/launchpad/git-devel 1 Development 2020-05-11 23:36:06 UTC
19417. Use DMARC compliant From addresses in...

Author: Thomas Ward
Revision Date: 2020-05-11 23:36:06 UTC

Use DMARC compliant From addresses in bug notifications

Merged from https://code.launchpad.net/~teward/launchpad/+git/launchpad/+merge/383643

lp://qastaging/~launchpad/launchpad/git-stable 1 Development 2020-05-11 23:36:06 UTC
19417. Use DMARC compliant From addresses in...

Author: Thomas Ward
Revision Date: 2020-05-11 23:36:06 UTC

Use DMARC compliant From addresses in bug notifications

Merged from https://code.launchpad.net/~teward/launchpad/+git/launchpad/+merge/383643

lp://qastaging/~wgrant/launchpad/haha-ssd-go-brr (Linked to a blueprint) 1 Development 2020-04-17 08:18:59 UTC
19046. [r=cjwatson][bug=1842919] Remove null...

Author: Launchpad PQM Bot
Revision Date: 2019-09-05 14:02:31 UTC

[r=cjwatson][bug=1842919] Remove null characters in copyright field
 of sourcepackagerelease

lp://qastaging/~launchpad-pqm/launchpad/stable (Has a merge proposal) 1 Development 2019-09-30 09:21:18 UTC
19066. [r=wgrant][bug=1842658] Export IDistr...

Author: Launchpad PQM Bot
Revision Date: 2019-09-30 09:21:18 UTC

[r=wgrant][bug=1842658] Export IDistroArchSeries.setSourceFilter and
 IDistroArchSeries.removeSourceFilter on the webservice.

lp://qastaging/~cjwatson/launchpad/remove-tickcount (Has a merge proposal) 1 Development 2019-09-27 17:33:46 UTC
19064. Remove tickcount and track traversal/...

Author: Colin Watson
Revision Date: 2019-09-27 17:30:53 UTC

Remove tickcount and track traversal/publication durations instead.

tickcount can't work on Python 3, so in the long term we don't have much
choice here. We do want to be able to spot contention, but tracking thread
time should be enough here. (Unfortunately, as far as I can tell this is
only possible with Python >= 3.3.)

This does change the access log format slightly (logging durations rather
than ticks), but as far as I can tell nothing cares.

lp://qastaging/~cjwatson/launchpad/export-git-repositories-new bug(Has a merge proposal) 1 Development 2019-09-26 14:58:40 UTC
19055. Fix GitRepositorySet.new, and export ...

Author: Colin Watson
Revision Date: 2019-09-26 14:47:11 UTC

Fix GitRepositorySet.new, and export it on the webservice.

This was previously untested, and had been broken since r18222.

Now that namespace.createRepository can create the repository on the hosting
service, we can safely export this to create a bare repository via the API.
For example, this allows snapcraft to create a temporary repository, issue
an access token to it, and push code to it, all without needing to configure
an SSH key.

lp://qastaging/~cjwatson/launchpad/codehosting-breezy (Has a merge proposal) 1 Development 2019-09-19 19:48:32 UTC
19054. Port codehosting to Breezy. Most of ...

Author: Colin Watson
Revision Date: 2019-09-19 19:33:12 UTC

Port codehosting to Breezy.

Most of this is relatively mechanical: bzrlib imports become breezy imports,
some things move around a little more (mainly to breezy.bzr), bzrdir becomes
controldir in many cases, I tightened up some bytes/text handling, and there
were a couple of other minor API changes.

Due to problems with subvertpy, codeimport remains on Bazaar for now. This
entails some fiddly code to allow Bazaar and Breezy to coexist in the same
codebase.

DirectBranchCommit.commit needs a new call to
self.transform_preview.fixup_new_roots. I think this may technically have
been needed by Bazaar too, since bzrlib.transform._alter_files calls it, but
it no longer seems to be possible to get away without it.

We have to explicitly initialize Breezy in lib/lp/codehosting/__init__.py,
as otherwise it initializes itself with a terminal-oriented UI, causing some
unexpected output to appear in logs.

We have to disable some plugins that are now built into Breezy and likely to
cause trouble if invoked, although unfortunately we have no very elegant way
to do that. cvs, darcs, email, and mtn are disabled using
BRZ_DISABLE_PLUGINS. git requires more work: we can't allow Breezy to even
import this until codeimport is also ported, since it requires a newer
version of dulwich which is incompatible with bzr-git (and that isn't
particularly straightforward to fix), so I ended up stubbing it in
sys.modules so that importing it has no effect. Fortunately Breezy
currently only imports breezy.git and relies on it to register its own
formats, so this crude strategy works.

The hack in scripts/mirror-branch.py to force bzr to use urllib is no longer
required: Breezy removed pycurl support.

lp://qastaging/~twom/launchpad/oci-model 1 Development 2019-09-16 13:08:06 UTC This branch has not been scanned yet.
lp://qastaging/~cjwatson/launchpad/job-retry-no-oops (Has a merge proposal) 1 Development 2019-09-10 14:45:58 UTC
19047. Upgrade to lazr.jobrunner 0.16, and t...

Author: Colin Watson
Revision Date: 2019-09-10 14:45:08 UTC

Upgrade to lazr.jobrunner 0.16, and test for lack of OOPSes on retry.

lp://qastaging/~cjwatson/launchpad/merge-db-stable 1 Development 2019-09-10 09:51:43 UTC
14137. [r=wgrant][bug=1842658][incr] Add Dis...

Author: Launchpad PQM Bot
Revision Date: 2019-09-10 09:51:43 UTC

[r=wgrant][bug=1842658][incr] Add DistroArchSeriesFilter table.

lp://qastaging/~cjwatson/launchpad/livefs-build-pocket (Has a merge proposal) 1 Development 2019-09-06 23:55:14 UTC
19047. Allow livefs build metadata to overri...

Author: Colin Watson
Revision Date: 2019-09-06 23:53:16 UTC

Allow livefs build metadata to override the default build pocket.

This makes it possible, for example, to distinguish the case of building a
livefs using tools from -updates but with contents from the release pocket
from the case of building a livefs using tools from -updates and contents
from -updates.

lp://qastaging/~twom/launchpad/docker-registry-upload 1 Development 2019-08-20 15:26:17 UTC
19024. Add simple test for ociregistryclient

Author: Tom Wardill
Revision Date: 2019-08-20 15:26:17 UTC

Add simple test for ociregistryclient

lp://qastaging/~cjwatson/launchpad/db-bugsummary-statement-triggers bug(Has a merge proposal) 1 Development 2019-08-14 14:06:07 UTC
14125. Rewrite BugSummary triggers to be sta...

Author: Colin Watson
Revision Date: 2019-08-14 13:52:37 UTC

Rewrite BugSummary triggers to be statement-level.

lp://qastaging/~twom/launchpad/docker-upload-job 1 Development 2019-08-09 16:12:47 UTC
19020. Process an OCI image for upload to th...

Author: Tom Wardill
Revision Date: 2019-08-09 16:12:42 UTC

Process an OCI image for upload to the librarian

lp://qastaging/~twom/launchpad/docker-farm-behaviour 1 Development 2019-08-08 16:23:24 UTC
19020. We now have the layer_ids in the digest

Author: Tom Wardill
Revision Date: 2019-08-08 16:23:24 UTC

We now have the layer_ids in the digest

lp://qastaging/~cjwatson/launchpad/snap-check-request-private-git bug(Has a merge proposal) 1 Development 2019-07-31 15:47:00 UTC
18649. Merge devel.

Author: Colin Watson
Revision Date: 2019-07-31 15:47:00 UTC

Merge devel.

lp://qastaging/~cjwatson/launchpad/snap-build-record-code bug(Has a merge proposal) 1 Development 2019-05-28 16:36:49 UTC
18923. Add warning for future developers.

Author: Colin Watson
Revision Date: 2019-05-28 16:36:49 UTC

Add warning for future developers.

lp://qastaging/~cjwatson/launchpad/db-snap-build-record-code bug(Has a merge proposal) 1 Development 2019-05-24 16:17:07 UTC
14056. Add SnapBuild.explicitly_private column.

Author: Colin Watson
Revision Date: 2019-05-24 16:17:07 UTC

Add SnapBuild.explicitly_private column.

lp://qastaging/~pjdc/launchpad/example-with-invisible-commit-message (Has a merge proposal) 1 Development 2019-05-23 04:27:40 UTC
18969. README: update

Author: Paul Collins
Revision Date: 2019-05-23 04:27:40 UTC

README: update

lp://qastaging/~cprov/launchpad/strict-usernames (Has a merge proposal) 1 Development 2019-05-07 00:18:00 UTC
18961. Ensure legacy username field is not o...

Author: Celso Providelo
Revision Date: 2019-05-07 00:18:00 UTC

Ensure legacy username field is not omitted in test.

lp://qastaging/~cjwatson/launchpad/code-async-delete bug(Has a merge proposal) 1 Development 2019-03-21 16:24:52 UTC
18914. Delete branches and Git repositories ...

Author: Colin Watson
Revision Date: 2019-03-21 16:24:06 UTC

Delete branches and Git repositories asynchronously.

lp://qastaging/~cjwatson/launchpad/git-repository-delete-job bug(Has a merge proposal) 1 Development 2019-03-21 16:18:20 UTC
18913. Add a Git repository deletion job.

Author: Colin Watson
Revision Date: 2019-03-21 16:17:11 UTC

Add a Git repository deletion job.

lp://qastaging/~cjwatson/launchpad/branch-delete-job bug(Has a merge proposal) 1 Development 2019-03-21 15:45:48 UTC
18912. Add a branch deletion job.

Author: Colin Watson
Revision Date: 2019-03-21 15:44:34 UTC

Add a branch deletion job.

lp://qastaging/~abrody/launchpad/https-mirror-dbchange bug(Has a merge proposal) 1 Development 2019-02-08 06:40:57 UTC
14020. Add DistributionMirror.https_base_url...

Author: Andy Brody
Revision Date: 2019-02-08 06:40:57 UTC

Add DistributionMirror.https_base_url column.

lp://qastaging/~abrody/launchpad/https-mirror-dbandcode 1 Development 2019-02-02 21:26:14 UTC This branch is empty.
lp://qastaging/~abrody/launchpad/https-mirror bug(Has a merge proposal) 1 Development 2019-02-02 21:13:51 UTC
18873. Add support for listing HTTPS archive...

Author: Andy Brody
Revision Date: 2019-02-02 21:13:51 UTC

Add support for listing HTTPS archive/CD mirrors.

lp://qastaging/~cjwatson/launchpad/bmp-job-pruner (Has a merge proposal) 1 Development 2019-01-30 14:05:22 UTC
18866. Prune old completed BranchMergePropos...

Author: Colin Watson
Revision Date: 2019-01-30 14:04:49 UTC

Prune old completed BranchMergeProposalJobs.

lp://qastaging/~twom/launchpad/store-upload-retries 1 Development 2018-12-04 17:23:42 UTC
18829. Add store_upload_json_data field to s...

Author: Tom Wardill
Revision Date: 2018-12-04 17:23:26 UTC

Add store_upload_json_data field to snapbuild

lp://qastaging/~twom/launchpad/snapbuild-json-data-column 1 Development 2018-12-04 17:20:23 UTC
18828. Better column name

Author: Tom Wardill
Revision Date: 2018-12-04 17:20:23 UTC

Better column name

lp://qastaging/~twom/launchpad/branch-permissions-for-gitapi-backup 1 Development 2018-09-27 12:39:20 UTC
18781. Use SQL join rather than interation f...

Author: Tom Wardill
Revision Date: 2018-09-27 11:27:08 UTC

Use SQL join rather than interation for grant team membership checking

lp://qastaging/~apw/launchpad/signing-eku 1 Development 2018-08-03 14:09:13 UTC
18744. signing: add extendedKeyUsage = codeS...

Author: Andy Whitcroft
Revision Date: 2018-08-03 14:08:42 UTC

signing: add extendedKeyUsage = codeSigning,1.3.6.1.4.1.2312.16.1.2 to kmod keys

In order to prevent kernel module signing keys from also
being usable to sign kernels add the extendedKeyUsage of
codeSigning,1.3.6.1.4.1.2312.16.1.2 to the OpenSSL configuration
when generating these keys.

Take this opportunity to pull out the OpenSSL configuration
generation so that it can be validated during testing.

Signed-off-by: Andy Whitcroft <apw@ubuntu.com>

lp://qastaging/~cjwatson/launchpad/login-interstitial (Has a merge proposal) 1 Development 2018-05-25 22:25:28 UTC
18668. Add interstitial pages when creating ...

Author: Colin Watson
Revision Date: 2018-05-25 22:18:52 UTC

Add interstitial pages when creating or reactivating an account.

These provide an opportunity to present the user with the terms of service
and privacy policy and require that they explicitly accept them, as well as
making it harder to reactivate an account by accident.

To support testing this locally, I extended make-lp-user to be able to
create placeholder accounts, and adjusted testopenid so that it can
authenticate as an inactive account by explicitly supplying the username.

lp://qastaging/~cjwatson/launchpad/build-private-bpb-immediately (Has a merge proposal) 1 Development 2018-05-04 16:21:19 UTC
18632. Dispatch private BPBs immediately, us...

Author: Colin Watson
Revision Date: 2018-05-04 16:19:34 UTC

Dispatch private BPBs immediately, using macaroon auth for source files.

lp://qastaging/~cjwatson/launchpad/archive-file-history bug(Has a merge proposal) 1 Development 2018-04-21 11:12:14 UTC
18624. Turn ArchiveFile into a history table...

Author: Colin Watson
Revision Date: 2018-04-21 11:10:19 UTC

Turn ArchiveFile into a history table, adding date_created and date_superseded columns. Adjust the publisher to match.

lp://qastaging/~cjwatson/launchpad/db-archive-file-history bug(Has a merge proposal) 1 Development 2018-04-21 11:08:04 UTC
13843. Add ArchiveFile.date_created and Arch...

Author: Colin Watson
Revision Date: 2018-04-21 10:53:17 UTC

Add ArchiveFile.date_created and ArchiveFile.date_superseded.

lp://qastaging/~maxiberta/launchpad/sitesearch-cleanup 1 Development 2018-04-04 14:35:39 UTC
18617. Merge devel.

Author: Maximiliano Bertacchini
Revision Date: 2018-04-04 14:35:39 UTC

Merge devel.

lp://qastaging/~cjwatson/launchpad/wsgi-ppa-auth bug(Has a merge proposal) 1 Development 2018-02-17 17:59:28 UTC
18478. Merge virtualenv-pip.

Author: Colin Watson
Revision Date: 2017-11-19 12:31:35 UTC

Merge virtualenv-pip.

lp://qastaging/~cjwatson/launchpad/opt-in-zopeless-immediate-mail bug(Has a merge proposal) 1 Development 2018-02-10 23:20:51 UTC
17726. Drop immediate mail delivery from Lau...

Author: Colin Watson
Revision Date: 2015-09-08 11:35:19 UTC

Drop immediate mail delivery from LaunchpadScript and LaunchpadZopelessLayer.

lp://qastaging/~juliank/launchpad/valid-until 1 Development 2018-01-31 13:08:30 UTC
18548. initialize distroseries valid_until p...

Author: Julian Andres Klode
Revision Date: 2018-01-31 13:08:30 UTC

initialize distroseries valid_until periods with maximums of parents

lp://qastaging/~cjwatson/launchpad/sourcedeps-codetree (Has a merge proposal) 1 Development 2017-11-01 01:11:21 UTC
18498. Replace most of devscripts.sourcecode...

Author: Colin Watson
Revision Date: 2017-11-01 01:09:59 UTC

Replace most of devscripts.sourcecode with codetree.

lp://qastaging/~cjwatson/launchpad/ppa-activation-mail-link bug(Has a merge proposal) 1 Development 2017-10-07 03:02:59 UTC
18475. Include a link to the archive in "PPA...

Author: Colin Watson
Revision Date: 2017-10-07 03:01:55 UTC

Include a link to the archive in "PPA access granted" email notifications.

lp://qastaging/~apw/launchpad/signing-key-generate-subject-limit-2 1 Development 2017-07-24 07:23:12 UTC This branch is empty.
lp://qastaging/~cjwatson/launchpad/codeimport-git-progress (Has a merge proposal) 1 Development 2017-05-11 10:59:28 UTC
18374. Enable throttled progress output from...

Author: Colin Watson
Revision Date: 2017-05-11 10:58:58 UTC

Enable throttled progress output from git-to-git import workers.

lp://qastaging/~wgrant/launchpad/translation-export-master 1 Development 2017-04-19 07:01:05 UTC This branch is empty.
lp://qastaging/~cjwatson/launchpad/referrer-policy 1 Development 2017-01-28 19:41:19 UTC
18318. Set strict-origin-when-cross-origin r...

Author: Colin Watson
Revision Date: 2017-01-28 19:40:29 UTC

Set strict-origin-when-cross-origin referrer policy on private views.

lp://qastaging/~cjwatson/launchpad/snap-pending-import (Has a merge proposal) 1 Development 2016-11-21 14:02:31 UTC
18280. Don't dispatch SnapBuilds whose code ...

Author: Colin Watson
Revision Date: 2016-11-21 14:01:43 UTC

Don't dispatch SnapBuilds whose code object is empty, perhaps because an associated code import hasn't finished.

lp://qastaging/~cjwatson/launchpad/git-subscriptions-by-path (Has a merge proposal) 1 Development 2016-11-17 15:00:35 UTC
18259. Make GitSubscription.paths be a JSON-...

Author: Colin Watson
Revision Date: 2016-11-17 15:00:35 UTC

Make GitSubscription.paths be a JSON-encoded list instead.

lp://qastaging/~cjwatson/launchpad/isolate-gpgme (Has a merge proposal) 1 Development 2016-11-15 17:37:39 UTC
18270. Isolate gpgme from its terminal envir...

Author: Colin Watson
Revision Date: 2016-11-15 17:37:04 UTC

Isolate gpgme from its terminal environment, if any.

lp://qastaging/~daker/launchpad/fix.1600499 bug(Has a merge proposal) 1 Development 2016-07-10 20:32:49 UTC
18128. Restore more trailing space

Author: Adnane Belmadiaf
Revision Date: 2016-07-10 20:32:49 UTC

Restore more trailing space

lp://qastaging/~apw/launchpad/signing-be-kinder-to-mirrors (Has a merge proposal) 1 Development 2016-05-26 09:02:47 UTC
18071. siging: recreate missing efi symlinks...

Author: Andy Whitcroft
Revision Date: 2016-05-26 09:02:47 UTC

siging: recreate missing efi symlinks

Signed-off-by: Andy Whitcroft <apw@ubuntu.com>

lp://qastaging/~apw/launchpad/uefi-unit-tests 1 Development 2016-04-27 12:04:01 UTC
18008. uefi unit-tests clean up linkage Fake...

Author: Andy Whitcroft
Revision Date: 2016-04-27 12:01:14 UTC

uefi unit-tests clean up linkage FakeMethodExecuteCmd

Make FakeMethodExecuteCmd call back into a supplied handler allowing us
to use all of our data to validate the commands and to implement them
as required.

Signed-off-by: Andy Whitcroft <apw@ubuntu.com>

lp://qastaging/~apw/launchpad/kernel 1 Development 2016-04-14 15:35:15 UTC
17993. kernel custom binary upload Signed-o...

Author: Andy Whitcroft
Revision Date: 2016-04-14 15:35:15 UTC

kernel custom binary upload

Signed-off-by: Andy Whitcroft <apw@canonical.com>

lp://qastaging/~rbanffy/launchpad/highlight_listing_tr (Has a merge proposal) 1 Development 2016-03-18 19:57:58 UTC
17486. Apply cjwatson's suggestion and use t...

Author: Ricardo Bánffy
Revision Date: 2016-03-18 19:57:58 UTC

Apply cjwatson's suggestion and use the CSS selector that's used in launchpad_tweaks

lp://qastaging/~cjwatson/launchpad/build-depends-arch bug(Has a merge proposal) 1 Development 2016-01-12 16:59:46 UTC
17889. Model and show SourcePackageRelease.b...

Author: Colin Watson
Revision Date: 2016-01-12 16:59:11 UTC

Model and show SourcePackageRelease.builddependsarch and SourcePackageRelease.build_conflicts_arch.

lp://qastaging/~cjwatson/launchpad/db-build-depends-arch bug(Has a merge proposal) 1 Development 2016-01-12 16:03:56 UTC
13319. Add SourcePackageRelease.builddepends...

Author: Colin Watson
Revision Date: 2016-01-12 16:03:23 UTC

Add SourcePackageRelease.builddependsarch and SourcePackageRelease.build_conflicts_arch columns.

lp://qastaging/~blakeman-john/launchpad/public_summaries 1 Development 2015-12-23 18:26:44 UTC
17877. declare new operations in schema

Author: John Blakeman
Revision Date: 2015-12-23 18:09:36 UTC

declare new operations in schema

lp://qastaging/~cjwatson/launchpad/copy-lock-archive (Has a merge proposal) 1 Development 2015-12-02 13:49:47 UTC
17861. Take an advisory lock on the target a...

Author: Colin Watson
Revision Date: 2015-12-02 13:49:47 UTC

Take an advisory lock on the target archive when copying packages.

lp://qastaging/~cjwatson/launchpad/init-branch-livefses bug(Has a merge proposal) 1 Development 2015-10-13 15:36:53 UTC
17814. Copy live filesystems from the previo...

Author: Colin Watson
Revision Date: 2015-10-13 15:36:10 UTC

Copy live filesystems from the previous series on initialisation.

lp://qastaging/~wgrant/launchpad/question-bits 1 Development 2015-10-06 00:34:31 UTC
17394. Merge devel.

Author: William Grant
Revision Date: 2015-10-06 00:29:55 UTC

Merge devel.

lp://qastaging/~wgrant/launchpad/xref-questionbug 1 Development 2015-09-23 08:18:45 UTC
17759. Fix expiration.

Author: William Grant
Revision Date: 2015-09-23 08:18:45 UTC

Fix expiration.

lp://qastaging/~blr/launchpad/ref-path-picker 1 Development 2015-07-19 08:54:04 UTC
17637. Add GitRefVocabulary.

Author: Kit Randel
Revision Date: 2015-07-19 08:53:37 UTC

Add GitRefVocabulary.

lp://qastaging/~wgrant/launchpad/persondsp-branchcollection 1 Development 2015-06-11 07:58:08 UTC
17558. Add an adapter from IPersonDistributi...

Author: William Grant
Revision Date: 2015-06-11 07:48:59 UTC

Add an adapter from IPersonDistributionSourcePackage to IBranchCollection.

lp://qastaging/~cjwatson/launchpad/remove-gitnamespace-markers (Has a merge proposal) 1 Development 2015-05-01 15:20:47 UTC
17475. Remove the ##GITNAMESPACE## markers, ...

Author: Colin Watson
Revision Date: 2015-05-01 15:20:10 UTC

Remove the ##GITNAMESPACE## markers, now that we're on production.

lp://qastaging/~wgrant/launchpad/header-4.0 (Has a merge proposal) 1 Development 2015-03-06 07:12:20 UTC
17259. Merge devel.

Author: William Grant
Revision Date: 2014-11-27 01:37:30 UTC

Merge devel.

lp://qastaging/~wgrant/launchpad/translation-sharing-different-cte 1 Development 2015-03-06 05:55:46 UTC
17177. Reword the POTemplateSharingSubset CT...

Author: William Grant
Revision Date: 2014-08-28 05:54:12 UTC

Reword the POTemplateSharingSubset CTE to use subqueries rather than nested joins.

lp://qastaging/~wgrant/launchpad/tm-performance-4-queries (Has a merge proposal) 1 Development 2015-02-28 01:25:20 UTC
17378. POFile POTMsgSet filters now use TTI ...

Author: William Grant
Revision Date: 2015-02-28 01:25:20 UTC

POFile POTMsgSet filters now use TTI denormed columns.

lp://qastaging/~wgrant/launchpad/tm-performance-2-model bug(Has a merge proposal) 1 Development 2015-02-28 00:22:20 UTC
17373. Merge tm-performance-0-db.

Author: William Grant
Revision Date: 2015-02-28 00:22:20 UTC

Merge tm-performance-0-db.

lp://qastaging/~wgrant/launchpad/bug-736005-SRF bug 1 Development 2015-02-27 06:33:33 UTC
17363. Working POFile:+translate StormRangeF...

Author: William Grant
Revision Date: 2015-02-21 01:00:58 UTC

Working POFile:+translate StormRangeFactory.

lp://qastaging/~wgrant/launchpad/bug-736005-trivialise bug(Has a merge proposal) 1 Development 2015-02-21 01:46:59 UTC
17363. Don't double-join POMsgID and POTrans...

Author: William Grant
Revision Date: 2015-02-21 01:46:59 UTC

Don't double-join POMsgID and POTranslation.

lp://qastaging/~stub/launchpad/trivial bug(Has a merge proposal) 1 Development 2015-01-08 16:18:37 UTC
10091. Return swift connections to the pool ...

Author: Stuart Bishop
Revision Date: 2015-01-08 16:18:37 UTC

Return swift connections to the pool on 404

lp://qastaging/~wgrant/launchpad/no-publishing-component-override 1 Development 2015-01-07 06:44:37 UTC
17296. First stab at removing component over...

Author: William Grant
Revision Date: 2015-01-07 06:43:42 UTC

First stab at removing component overrides from newSourcePublication/publishBinaries. Needs work in queue/copier to force PPA/partner to main.

lp://qastaging/~wgrant/launchpad/revisionchunk 1 Development 2014-11-12 08:10:01 UTC
17268. Make early termination behaviour dete...

Author: William Grant
Revision Date: 2014-11-12 08:10:01 UTC

Make early termination behaviour deterministic, and improve tests.

lp://qastaging/~wgrant/launchpad/revisionchunk-db 1 Development 2014-11-11 03:52:05 UTC
17261. DB patch.

Author: William Grant
Revision Date: 2014-10-20 12:29:49 UTC

DB patch.

lp://qastaging/~stub/launchpad/distinct-db-users bug(Has a merge proposal) 1 Development 2014-10-21 08:24:16 UTC
10030. Merged oops into distinct-db-users.

Author: Stuart Bishop
Revision Date: 2014-10-21 08:24:16 UTC

Merged oops into distinct-db-users.

lp://qastaging/~stub/launchpad/oops (Has a merge proposal) 1 Development 2014-10-21 08:24:12 UTC
10027. Merged trivial into oops.

Author: Stuart Bishop
Revision Date: 2014-10-21 08:24:12 UTC

Merged trivial into oops.

lp://qastaging/~cjwatson/launchpad/optimise-filelists 1 Development 2014-07-17 09:55:42 UTC
17116. Ask the DB to sort filelists by compo...

Author: Colin Watson
Revision Date: 2014-07-17 09:51:30 UTC

Ask the DB to sort filelists by component and architecture and then write a group at a time directly, rather than building a dict of dicts of lists first.

lp://qastaging/~saltmakrell/launchpad/fixtiles-osm-gps-map 1 Development 2014-06-15 22:34:34 UTC
16. * Fixing "failing to build from sourc...

Author: Ruben Undheim
Revision Date: 2014-06-15 22:10:25 UTC

* Fixing "failing to build from source (FTBFS)"
* Fix for tiles not showing (Closes: #745860)

lp://qastaging/~cjwatson/launchpad/copies-respect-new bug(Has a merge proposal) 1 Development 2014-05-30 12:03:34 UTC
17033. Send copies to NEW if they contain bi...

Author: Colin Watson
Revision Date: 2014-05-30 11:57:11 UTC

Send copies to NEW if they contain binaries without overrides.

lp://qastaging/~wgrant/launchpad/abpb-everywhere (Has a merge proposal) 1 Development 2014-05-12 07:23:20 UTC
17022. Fix tests to use ABPBs rather than BP...

Author: William Grant
Revision Date: 2014-05-12 04:24:29 UTC

Fix tests to use ABPBs rather than BPBs where they need a URL.

lp://qastaging/~wgrant/launchpad/abpb (Has a merge proposal) 1 Development 2014-05-09 03:27:40 UTC
17011. Fix ArchiveBuildUrl to return the DSP...

Author: William Grant
Revision Date: 2014-05-09 03:27:40 UTC

Fix ArchiveBuildUrl to return the DSPR in the ABPB's distro, not the BPB's original distro.

lp://qastaging/~xnox/launchpad/devel (Has a merge proposal) 1 Development 2014-04-25 11:03:30 UTC
16991. Revert callback change for now

Author: Dimitri John Ledkov
Revision Date: 2014-04-25 11:03:30 UTC

Revert callback change for now

lp://qastaging/~wgrant/launchpad/blueprint-adaption 1 Development 2014-04-01 02:23:04 UTC
16973. Fix a missed bit.

Author: William Grant
Revision Date: 2014-04-01 02:23:04 UTC

Fix a missed bit.

lp://qastaging/~wgrant/launchpad/blueprint-markers 1 Development 2014-04-01 01:49:47 UTC
16971. Split IHasSpecifications and ISpecifi...

Author: William Grant
Revision Date: 2014-04-01 00:34:20 UTC

Split IHasSpecifications and ISpecificationTarget into separate marker and operations interfaces, so we can use adapters rather than having blueprint methods on Person and Product.

lp://qastaging/~wgrant/launchpad/blueprintsproduct (Has a merge proposal) 1 Development 2014-03-28 05:13:04 UTC
16978. Fix get(Allowed|Default)InformationTy...

Author: William Grant
Revision Date: 2014-03-28 05:13:04 UTC

Fix get(Allowed|Default)InformationTypes? tests to adapt.

lp://qastaging/~wgrant/launchpad/openid-allowed-teams 1 Development 2014-03-25 05:58:46 UTC
16969. Add a launchpad.openid_allowed_teams ...

Author: William Grant
Revision Date: 2014-03-25 05:57:32 UTC

Add a launchpad.openid_allowed_teams config option to restrict OpenID login to members of certain teams.

lp://qastaging/~wgrant/launchpad/bootstrap-db-from-scratch 1 Development 2014-03-20 08:00:52 UTC
11012. Fix buildd-admins name.

Author: William Grant
Revision Date: 2014-03-20 08:00:52 UTC

Fix buildd-admins name.

lp://qastaging/~cprov/launchpad/ppa-copies-with-custom (Has a merge proposal) 1 Development 2014-03-19 01:09:50 UTC
16969. Minor text fixing.

Author: Celso Providelo
Revision Date: 2014-03-19 01:09:50 UTC

Minor text fixing.

lp://qastaging/~wgrant/launchpad/the-one-domain 1 Development 2014-02-18 12:29:24 UTC
14402. Merge unvhost-facet-menus.

Author: William Grant
Revision Date: 2014-02-18 12:29:24 UTC

Merge unvhost-facet-menus.

lp://qastaging/~wgrant/launchpad/unvhost-facet-menus 1 Development 2014-02-18 11:44:43 UTC
14401. Merge delayer-views.

Author: William Grant
Revision Date: 2014-02-18 11:44:43 UTC

Merge delayer-views.

lp://qastaging/~dylan-millikin/launchpad/bug-1097770 bug 1 Development 2014-01-16 00:45:53 UTC
16421. Added a correction for bug 1097770 . ...

Author: Dylan Millikin
Revision Date: 2013-01-14 06:22:13 UTC

Added a correction for bug 1097770 . Inactive milestones will now display as full dots the color of the series line (green or grey)

lp://qastaging/~wgrant/launchpad/builder-satellite-db 1 Development 2014-01-15 04:42:51 UTC
16899. Add a Builder.satellite column so the...

Author: William Grant
Revision Date: 2014-01-15 04:42:09 UTC

Add a Builder.satellite column so the 1SS buildds can talk to a local manager.

197 of 97 results
You can't create new branches for Launchpad itself.