lp:~canonical-launchpad-branches/launchpad/+git/bzr-personal

Get this repository:
git clone https://git.launchpad.net/~canonical-launchpad-branches/launchpad/+git/bzr-personal
Members of Canonical Launchpad Branches can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
launchpad-pqm/stable 2019-09-30 09:21:18 UTC
[r=wgrant][bug=1842658] Export IDistroArchSeries.setSourceFilter and

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

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

cjwatson/remove-tickcount 2019-09-27 17:30:53 UTC
Remove tickcount and track traversal/publication durations instead.

Author: Colin Watson
Author 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.

cjwatson/export-git-repositories-new 2019-09-26 14:47:11 UTC
Fix GitRepositorySet.new, and export it on the webservice.

Author: Colin Watson
Author 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.

cjwatson/codehosting-breezy 2019-09-19 19:33:12 UTC
Port codehosting to Breezy.

Author: Colin Watson
Author 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.

twom/oci-model 2019-09-16 10:01:25 UTC
[r=bloodearnest][no-qa] Set "Content-Security-Policy: frame-ancestors

Author: Launchpad PQM Bot
Author Date: 2019-09-16 10:01:25 UTC

[r=bloodearnest][no-qa] Set "Content-Security-Policy: frame-ancestors
 'self';
 " as well as "X-Frame-Options: SAMEORIGIN", for improved browser
 compatibility.

cjwatson/job-retry-no-oops 2019-09-10 14:45:08 UTC
Upgrade to lazr.jobrunner 0.16, and test for lack of OOPSes on retry.

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

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

cjwatson/merge-db-stable 2019-09-10 09:51:43 UTC
[r=wgrant][bug=1842658][incr] Add DistroArchSeriesFilter table.

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

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

cjwatson/livefs-build-pocket 2019-09-06 23:53:16 UTC
Allow livefs build metadata to override the default build pocket.

Author: Colin Watson
Author 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.

twom/docker-registry-upload 2019-08-20 15:26:17 UTC
Add simple test for ociregistryclient

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

Add simple test for ociregistryclient

cjwatson/db-bugsummary-statement-triggers 2019-08-14 13:52:37 UTC
Rewrite BugSummary triggers to be statement-level.

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

Rewrite BugSummary triggers to be statement-level.

twom/docker-upload-job 2019-08-09 16:12:42 UTC
Process an OCI image for upload to the librarian

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

Process an OCI image for upload to the librarian

twom/docker-farm-behaviour 2019-08-08 16:23:24 UTC
We now have the layer_ids in the digest

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

We now have the layer_ids in the digest

cjwatson/snap-check-request-private-git 2019-07-31 15:47:00 UTC
Merge devel.

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

Merge devel.

cjwatson/snap-build-record-code 2019-05-28 16:36:49 UTC
Add warning for future developers.

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

Add warning for future developers.

cjwatson/db-snap-build-record-code 2019-05-24 16:17:07 UTC
Add SnapBuild.explicitly_private column.

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

Add SnapBuild.explicitly_private column.

pjdc/example-with-invisible-commit-message 2019-05-23 04:27:40 UTC
README: update

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

README: update

cprov/strict-usernames 2019-05-07 00:18:00 UTC
Ensure legacy username field is not omitted in test.

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

Ensure legacy username field is not omitted in test.

cjwatson/code-async-delete 2019-03-21 16:24:06 UTC
Delete branches and Git repositories asynchronously.

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

Delete branches and Git repositories asynchronously.

cjwatson/git-repository-delete-job 2019-03-21 16:17:11 UTC
Add a Git repository deletion job.

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

Add a Git repository deletion job.

cjwatson/branch-delete-job 2019-03-21 15:44:34 UTC
Add a branch deletion job.

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

Add a branch deletion job.

cjwatson/db-base-snap 2019-02-11 15:43:49 UTC
Add appropriate grants for new SnapBase table.

Author: Colin Watson
Author Date: 2019-02-11 15:43:49 UTC

Add appropriate grants for new SnapBase table.

cjwatson/base-snap 2019-02-11 13:23:34 UTC
Wording improvements, mostly from William.

Author: Colin Watson
Author Date: 2019-02-11 13:23:34 UTC

Wording improvements, mostly from William.

abrody/https-mirror-dbchange 2019-02-08 06:40:57 UTC
Add DistributionMirror.https_base_url column.

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

Add DistributionMirror.https_base_url column.

cjwatson/dispatch-with-lxd-images 2019-02-07 19:17:52 UTC
Prefer LXD images when dispatching livefs and snap builds.

Author: Colin Watson
Author Date: 2019-02-07 19:17:52 UTC

Prefer LXD images when dispatching livefs and snap builds.

cjwatson/snap-without-distro-series 2019-02-07 16:31:56 UTC
Remove some unnecessary "== True" operators.

Author: Colin Watson
Author Date: 2019-02-07 16:31:56 UTC

Remove some unnecessary "== True" operators.

cjwatson/snappy-series-can-guess-distro-series 2019-02-07 15:04:13 UTC
Merge snap-without-distro-series.

Author: Colin Watson
Author Date: 2019-02-07 15:04:13 UTC

Merge snap-without-distro-series.

abrody/https-mirror-dbandcode 2019-02-02 21:25:40 UTC
Add support for listing HTTPS archive/CD mirrors.

Author: Andy Brody
Author Date: 2019-02-02 21:25:40 UTC

Add support for listing HTTPS archive/CD mirrors.

abrody/https-mirror 2019-02-02 21:13:51 UTC
Add support for listing HTTPS archive/CD mirrors.

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

Add support for listing HTTPS archive/CD mirrors.

cjwatson/bmp-job-pruner 2019-01-30 14:04:49 UTC
Prune old completed BranchMergeProposalJobs.

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

Prune old completed BranchMergeProposalJobs.

twom/store-upload-retries 2018-12-04 17:23:26 UTC
Add store_upload_json_data field to snapbuild

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

Add store_upload_json_data field to snapbuild

twom/snapbuild-json-data-column 2018-12-04 17:20:23 UTC
Better column name

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

Better column name

twom/branch-permissions-for-gitapi-backup 2018-09-27 11:27:08 UTC
Use SQL join rather than interation for grant team membership checking

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

Use SQL join rather than interation for grant team membership checking

apw/signing-eku 2018-08-03 14:08:42 UTC
signing: add extendedKeyUsage = codeSigning,1.3.6.1.4.1.2312.16.1.2 to kmod keys

Author: Andy Whitcroft
Author 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>

cjwatson/login-interstitial 2018-05-25 22:18:52 UTC
Add interstitial pages when creating or reactivating an account.

Author: Colin Watson
Author 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.

cjwatson/build-private-bpb-immediately 2018-05-04 16:19:34 UTC
Dispatch private BPBs immediately, using macaroon auth for source files.

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

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

cjwatson/archive-file-history 2018-04-21 11:10:19 UTC
Turn ArchiveFile into a history table, adding date_created and date_supersede...

Author: Colin Watson
Author 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.

cjwatson/db-archive-file-history 2018-04-21 10:53:17 UTC
Add ArchiveFile.date_created and ArchiveFile.date_superseded.

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

Add ArchiveFile.date_created and ArchiveFile.date_superseded.

maxiberta/sitesearch-cleanup 2018-04-04 14:35:39 UTC
Merge devel.

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

Merge devel.

juliank/valid-until 2018-01-31 13:08:30 UTC
initialize distroseries valid_until periods with maximums of parents

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

initialize distroseries valid_until periods with maximums of parents

cjwatson/wsgi-ppa-auth 2017-11-19 12:31:35 UTC
Merge virtualenv-pip.

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

Merge virtualenv-pip.

cjwatson/sourcedeps-codetree 2017-11-01 01:09:59 UTC
Replace most of devscripts.sourcecode with codetree.

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

Replace most of devscripts.sourcecode with codetree.

cjwatson/ppa-activation-mail-link 2017-10-07 03:01:55 UTC
Include a link to the archive in "PPA access granted" email notifications.

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

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

apw/signing-key-generate-subject-limit-2 2017-07-24 06:57:49 UTC
tests: add unit tests for common name generator

Author: Andy Whitcroft
Author Date: 2017-07-24 06:57:49 UTC

tests: add unit tests for common name generator

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

cjwatson/codeimport-git-progress 2017-05-11 10:58:58 UTC
Enable throttled progress output from git-to-git import workers.

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

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

wgrant/translation-export-master 2017-04-19 07:00:06 UTC
Use master store for translations exports. Long slave transactions are very e...

Author: William Grant
Author Date: 2017-04-19 07:00:06 UTC

Use master store for translations exports. Long slave transactions are very easily killed nowadays.

cjwatson/referrer-policy 2017-01-28 19:40:29 UTC
Set strict-origin-when-cross-origin referrer policy on private views.

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

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

cjwatson/snap-pending-import 2016-11-21 14:01:43 UTC
Don't dispatch SnapBuilds whose code object is empty, perhaps because an asso...

Author: Colin Watson
Author 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.

cjwatson/git-subscriptions-by-path 2016-11-17 15:00:35 UTC
Make GitSubscription.paths be a JSON-encoded list instead.

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

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

cjwatson/isolate-gpgme 2016-11-15 17:37:04 UTC
Isolate gpgme from its terminal environment, if any.

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

Isolate gpgme from its terminal environment, if any.

daker/fix.1600499 2016-07-10 20:32:49 UTC
Restore more trailing space

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

Restore more trailing space

apw/signing-be-kinder-to-mirrors 2016-05-26 09:02:47 UTC
siging: recreate missing efi symlinks

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

siging: recreate missing efi symlinks

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

apw/uefi-unit-tests 2016-04-27 12:01:14 UTC
uefi unit-tests clean up linkage FakeMethodExecuteCmd

Author: Andy Whitcroft
Author 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>

apw/kernel 2016-04-14 15:35:15 UTC
kernel custom binary upload

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

kernel custom binary upload

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

rbanffy/highlight_listing_tr 2016-03-18 19:57:58 UTC
Apply cjwatson's suggestion and use the CSS selector that's used in launchpad...

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

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

cjwatson/build-depends-arch 2016-01-12 16:59:11 UTC
Model and show SourcePackageRelease.builddependsarch and SourcePackageRelease...

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

Model and show SourcePackageRelease.builddependsarch and SourcePackageRelease.build_conflicts_arch.

cjwatson/db-build-depends-arch 2016-01-12 16:03:23 UTC
Add SourcePackageRelease.builddependsarch and SourcePackageRelease.build_conf...

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

Add SourcePackageRelease.builddependsarch and SourcePackageRelease.build_conflicts_arch columns.

blakeman-john/public_summaries 2015-12-23 18:09:36 UTC
declare new operations in schema

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

declare new operations in schema

cjwatson/copy-lock-archive 2015-12-02 13:49:47 UTC
Take an advisory lock on the target archive when copying packages.

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

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

cjwatson/init-branch-livefses 2015-10-13 15:36:10 UTC
Copy live filesystems from the previous series on initialisation.

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

Copy live filesystems from the previous series on initialisation.

wgrant/question-bits 2015-10-06 00:29:55 UTC
Merge devel.

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

Merge devel.

wgrant/xref-questionbug 2015-09-23 08:18:45 UTC
Fix expiration.

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

Fix expiration.

cjwatson/git-getRequestedReviews 2015-09-15 14:10:06 UTC
Also return Git-based merge proposals from IHasRequestedReviews.getRequestedR...

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

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

cjwatson/opt-in-zopeless-immediate-mail 2015-09-08 11:35:19 UTC
Drop immediate mail delivery from LaunchpadScript and LaunchpadZopelessLayer.

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

Drop immediate mail delivery from LaunchpadScript and LaunchpadZopelessLayer.

blr/ref-path-picker 2015-07-19 08:53:37 UTC
Add GitRefVocabulary.

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

Add GitRefVocabulary.

wgrant/persondsp-branchcollection 2015-06-11 07:48:59 UTC
Add an adapter from IPersonDistributionSourcePackage to IBranchCollection.

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

Add an adapter from IPersonDistributionSourcePackage to IBranchCollection.

blr/product-vcs-default-attrib 2015-05-12 07:20:13 UTC
* Rename ProductVCSType to VCSType as used by both Product and Distribution.

Author: Kit Randel
Author Date: 2015-05-12 07:20:13 UTC

* Rename ProductVCSType to VCSType as used by both Product and Distribution.
* Correctly export VCSType Choice for Product and Distribution API.

launchpad-pqm/db-stable 2015-05-12 06:44:31 UTC
[r=wgrant][no-qa] Add patch to make Product.vcs and Distribution.vcs.

Author: Launchpad PQM Bot
Author Date: 2015-05-12 06:44:31 UTC

[r=wgrant][no-qa] Add patch to make Product.vcs and Distribution.vcs.

launchpad-pqm/db-devel 2015-05-12 06:44:31 UTC
[r=wgrant][no-qa] Add patch to make Product.vcs and Distribution.vcs.

Author: Launchpad PQM Bot
Author Date: 2015-05-12 06:44:31 UTC

[r=wgrant][no-qa] Add patch to make Product.vcs and Distribution.vcs.

wgrant/bigger-p3as 2015-05-12 05:45:08 UTC
Default P3A quotas to 20GiB rather than 2GiB, since they're slightly more tru...

Author: William Grant
Author Date: 2015-05-12 05:45:08 UTC

Default P3A quotas to 20GiB rather than 2GiB, since they're slightly more trustworthy.

master 2015-05-12 01:45:31 UTC
[r=wgrant][no-qa] Add an exported variant of

Author: Launchpad PQM Bot
Author Date: 2015-05-12 01:45:31 UTC

[r=wgrant][no-qa] Add an exported variant of
 BinaryPackageBuild.source_package_name,
 making it easier to cope with cases where a build's SPPH is invisible.

blr/ui-setbranch-git 2015-05-04 05:30:52 UTC
Remove logging.

Author: Kit Randel
Author Date: 2015-05-04 05:30:52 UTC

Remove logging.

cjwatson/remove-gitnamespace-markers 2015-05-01 15:20:10 UTC
Remove the ##GITNAMESPACE## markers, now that we're on production.

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

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

wgrant/processor-nonvirt 2015-04-20 15:59:52 UTC
Fix tests to use Processor.supports_virtualized.

Author: William Grant
Author Date: 2015-04-20 15:59:52 UTC

Fix tests to use Processor.supports_virtualized.

wgrant/processor-virt 2015-04-20 15:59:52 UTC
Fix tests to use Processor.supports_virtualized.

Author: William Grant
Author Date: 2015-04-20 15:59:52 UTC

Fix tests to use Processor.supports_virtualized.

wgrant/processor-nonvirt-db 2015-04-20 12:51:35 UTC
Add Processor.{supports_{non,}virtualized,build_by_default}.

Author: William Grant
Author Date: 2015-04-20 12:51:35 UTC

Add Processor.{supports_{non,}virtualized,build_by_default}.

blr/bug-114705 2015-04-15 17:21:28 UTC
Use private sprite.

Author: Kit Randel
Author Date: 2015-04-15 17:21:28 UTC

Use private sprite.

cjwatson/timeout-with-requests 2015-03-11 12:16:06 UTC
Typo.

Author: Colin Watson
Author Date: 2015-03-11 12:16:06 UTC

Typo.

wgrant/tm-performance-4-queries 2015-02-28 01:25:20 UTC
POFile POTMsgSet filters now use TTI denormed columns.

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

POFile POTMsgSet filters now use TTI denormed columns.

wgrant/tm-performance-2-model 2015-02-28 00:22:20 UTC
Merge tm-performance-0-db.

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

Merge tm-performance-0-db.

cjwatson/upgrade-requests 2015-02-27 22:53:04 UTC
Upgrade to requests 2.5.1.

Author: Colin Watson
Author Date: 2015-02-27 22:53:04 UTC

Upgrade to requests 2.5.1.

wgrant/bug-736005-trivialise 2015-02-21 01:46:59 UTC
Don't double-join POMsgID and POTranslation.

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

Don't double-join POMsgID and POTranslation.

wgrant/bug-736005-SRF 2015-02-21 01:00:58 UTC
Working POFile:+translate StormRangeFactory.

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

Working POFile:+translate StormRangeFactory.

stub/trivial 2015-01-08 16:18:37 UTC
Return swift connections to the pool on 404

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

Return swift connections to the pool on 404

wgrant/no-publishing-component-override 2015-01-07 06:43:42 UTC
First stab at removing component overrides from newSourcePublication/publishB...

Author: William Grant
Author 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.

blr/bug-1334577-verbose-diff 2014-12-18 00:29:36 UTC
Set bzr version to 2.6.0.lp.1 which has backported bzrlib.patches fix.

Author: Kit Randel
Author Date: 2014-12-18 00:29:36 UTC

Set bzr version to 2.6.0.lp.1 which has backported bzrlib.patches fix.

hloeung/openpgp-show-fingerprint 2014-12-12 15:25:50 UTC
Launchpad uses the full fingerprints during initial search but from there, 0x...

Author: Haw Loeung
Author Date: 2014-12-12 15:25:50 UTC

Launchpad uses the full fingerprints during initial search but from there, 0xlong is used. Show fingerprints which is the default for SKS.

wgrant/unify-person-questions 2014-12-06 11:20:32 UTC
Extract Answers views from lp.registry.browser.person.

Author: William Grant
Author Date: 2014-12-06 11:20:32 UTC

Extract Answers views from lp.registry.browser.person.

wgrant/header-4.0 2014-11-27 01:37:30 UTC
Merge devel.

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

Merge devel.

wgrant/revisionchunk 2014-11-12 08:10:01 UTC
Make early termination behaviour deterministic, and improve tests.

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

Make early termination behaviour deterministic, and improve tests.

wgrant/kill-dsspr 2014-11-08 13:40:32 UTC
Drop SourcePackageRelease:+files (used only by SourcePackage:+index), replaci...

Author: William Grant
Author Date: 2014-11-08 13:40:32 UTC

Drop SourcePackageRelease:+files (used only by SourcePackage:+index), replacing it with a new DistributionSourcePackageRelease:+files extracted from DistributionSourcePackageRelease:+index.

stub/distinct-db-users 2014-10-21 08:24:16 UTC
Merged oops into distinct-db-users.

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

Merged oops into distinct-db-users.

stub/oops 2014-10-21 08:24:12 UTC
Merged trivial into oops.

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

Merged trivial into oops.

wgrant/revisionchunk-db 2014-10-20 12:29:49 UTC
DB patch.

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

DB patch.

wgrant/translation-sharing-different-cte 2014-08-28 05:54:12 UTC
Reword the POTemplateSharingSubset CTE to use subqueries rather than nested j...

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

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

cjohnston/ppa-rtm-fixes 2014-08-08 11:56:48 UTC
More PPA RTM work

Author: Chris Johnston
Author Date: 2014-08-08 11:56:48 UTC

More PPA RTM work

cjohnston/1260760-unset-source 2014-08-04 15:17:13 UTC
Split name and id for VocabularyPickerWidget in order for Zope to be able to ...

Author: Chris Johnston
Author Date: 2014-08-04 15:17:13 UTC

Split name and id for VocabularyPickerWidget in order for Zope to be able to access the name

wgrant/rtm-hackery 2014-08-01 10:14:37 UTC
Merge devel.

Author: William Grant
Author Date: 2014-08-01 10:14:37 UTC

Merge devel.

cjohnston/short-ic-emails 2014-07-29 15:41:08 UTC
Fix patches test

Author: Chris Johnston
Author Date: 2014-07-29 15:41:08 UTC

Fix patches test

cjwatson/optimise-filelists 2014-07-17 09:51:30 UTC
Ask the DB to sort filelists by component and architecture and then write a g...

Author: Colin Watson
Author 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.

cjwatson/pcj-repr 2014-07-09 08:19:02 UTC
Switch to new Archive.reference facility.

Author: Colin Watson
Author Date: 2014-07-09 08:19:02 UTC

Switch to new Archive.reference facility.

1100 of 946 results
This repository contains Public information 
Everyone can see this information.