~twom/launchpad:stats-upload-numbers-with-your-uploads

Last commit made on 2020-11-03
Get this branch:
git clone -b stats-upload-numbers-with-your-uploads https://git.launchpad.net/~twom/launchpad
Only Tom Wardill can upload to this branch. If you are Tom Wardill please log in for upload directions.

Branch merges

Branch information

Name:
stats-upload-numbers-with-your-uploads
Repository:
lp:~twom/launchpad

Recent commits

f0e82b1... by Tom Wardill

Tidy imports

e4fba93... by Tom Wardill

Move stats counting to BaseRunnableJob

33ed7fd... by Tom Wardill

Add comments

2862122... by Tom Wardill

Move stats generation to the base job

e922a68... by Colin Watson

Use a more convincingly invalid address in TestSignableTagFile

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

83d8bbc... by Colin Watson

Use a more convincingly invalid address in TestSignableTagFile

c2668d9... by Colin Watson

Loosen valid_email to accept digits and hyphens in TLDs

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

1561b53... by Thiago F. Pappacena

Uploading intermediate OCI manifest list as archs are built

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/392635

800c38d... by Colin Watson

Loosen valid_email to accept digits and hyphens in TLDs

This normally comes up in practice when processing package uploads from
people who've forgotten to set their email address properly so dch(1)
generated one from their hostname; these are syntactically well-formed
despite being incorrect, but dak accepts them and we don't have a
principled reason to reject the upload on that basis.

Digits and hyphens also appear in the IDNA encoding of internationalised
domain names. This commit doesn't constitute full support for IDNs, but
it makes it possible to work around some issues.

LP: #1902058

d4b9a81... by Thiago F. Pappacena

Adding OCI registry client for AWS' ECR

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/392639