Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

f399f0582440...
Guruprasad Lakshmi Narayanan
Do not expire files from the esm-infra-legacy PPAs
These PPAs back the esm-infra-legacy repository on esm.ubuntu.com and we
need to retain their history to be able to provide point-in-time snapshots.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/468656
f33e6521bc5e...
Ines Almeida
Bump pkginfo==1.10.0
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/465595
f230294afd08...
Guruprasad Lakshmi Narayanan
Add a script to invoke InjectExtraGPGSigningKeyScript
This will be used to inject extra GPG signing keys for an archive.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/469959
e504ee997aa6...
Launchpad Buildbot
Automatic merge from stable up to 0bc8cefce6b3
e28e84d632f5...
Jürgen Gmach
Update link to our documentation in rocketfuel-setup
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/465569
dc179f71be31...
Launchpad Buildbot
Automatic merge from stable up to 0e1f616671af
d8c969f4287e...
ruinedyourlife
Adds details about verifying the email address and potentially uploading to the global keyserver.
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/469476
d08375c1baf1...
Ines Almeida
Re-add "db: add NOT NULL constraint to Snap.pro_enable column"
This re-adds commit c30bd66a4cda8769f3e535140f2e389d7856128f after it was reverted by 12c80df41ce00e550d6ea8ee296fedc3715940ef

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/466805
cf0683190ff2...
Launchpad Buildbot
Automatic merge from stable up to 68ea0f76cc7a
bdc718f83e89...
Guruprasad Lakshmi Narayanan
Propagate only the 4096R key from the default PPA with a 1024R and a 4096R signing key
New, non-default PPAs need not have the legacy 1024-bit RSA signing key.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/465868
bcb63bf373f1...
Ines Almeida
db: update snap.pro_enable schema change to add default false statement
This is relevant so that there is never a time that the value is NULL while creating the snap, which is scenario that can happen while setting the multiple snap fields when creating a new snap - if snap.pro_enable is set after snap.branch (which runs a validator that accesses the DB), then the null constraint will fail because snap.pro_enable is null (instead of false).
This change prevents any of such issues.

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/467136
bbfa2351d9d6...
Guruprasad Lakshmi Narayanan
Add support for the new unified charmcraft.yaml format
This allows building charms using Launchpad charm recipes on 24.04 and
later using charmcraft 3.x.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/467335
b2d1c2c77fa2...
Launchpad Buildbot
Automatic merge from stable up to 397c1448ef31
ae6c34d0fef9...
Launchpad Buildbot
Automatic merge from stable up to f33e6521bc5e
ab6c5a652b01...
Launchpad Buildbot
Automatic merge from stable up to f399f0582440
a60fb269857a...
Guruprasad Lakshmi Narayanan
Fix a bug uncovered by a failing test for local key generation
Also fix a couple of flake8 lint errors.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/466376
93ea335027bc...
Guruprasad Lakshmi Narayanan
charm/launchpad-codehosting: Fix a double slash in an apache2 rewrite rule
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/465505
7fd9c0ce9ca1...
Guruprasad Lakshmi Narayanan
Don't expire the checkbox beta and stable PPAs
The OEMs use these PPAs and want to pin the version of the checbox
packages during testing, using the archive snapshot service.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/467114
7c3a3cb89fc3...
Launchpad Buildbot
Automatic merge from stable up to 48047a3e3042
79ea94a1c7bf...
Jürgen Gmach
Remove unmaintained plugin flake8-alfred
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/467267
7020100bd225...
Guruprasad Lakshmi Narayanan
Propagate only the 4096-bit RSA signing key from the default PPA
If the default archive of a person has more than one signing key, for
example during the 1024-bit RSA signing key to 4096-bit RSA signing key
migration, propagate only the 4096-bit RSA signing key to the new PPAs
of the same person.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/466937
6c40c1fb15ba...
Ines Almeida
Cleanup after snap.pro_enable migration
The migration has finishied months ago. This removes the garbo jobs and the auxiliary code that was added to aid the migration.
We also set the 'pro_enable' attribute as non-null now that there are no longer any null values in our databases.

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/466137
6b50737feef3...
Launchpad Buildbot
Automatic merge from stable up to 93ea335027bc
68ea0f76cc7a...
Guruprasad Lakshmi Narayanan
Add a script to inject an extra signing key to an archive
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/469914
602509d2d502...
Launchpad Buildbot
Automatic merge from stable up to 0f7b58d0a728
  • lp-db-devel-focal: cleaned previous lxd containers failed -  stdio
4d1350fd3710...
Ines Almeida
Remove left over test from pro-enable migration
This test checked that during the migration, the right values were estimated.
Now that we removed the migration code, there is no more estimation required, so this test is not needed.

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/466752
48047a3e3042...
Ines Almeida
Revert "charm: update appserver logrotate from daily to hourly"
This reverts commit 5b7bfde6e699416f12c7eaa372fd6b979c5a3254.

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/466800
45dd69aa98c5...
Ines Almeida
db: add NOT NULL constraint to Snap.pro_enable column
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/457147
39f7131fa168...
Ines Almeida
Remove __repr__ method from EmailAddress class
This prevents leaking object details through the object representation itself when the request is 401 Unauthorized.

LP:#2065859

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/467175
2f106c4e62c9...
Launchpad Buildbot
Automatic merge from stable up to a60fb269857a
2eb648a87d18...
Launchpad Buildbot
Automatic merge from stable up to bbfa2351d9d6
2b076fda21cb...
ruinedyourlife
Apply metadata overrides in archive publishing
Utilize `metadata_overrides` for Origin, Label, and Suite during archive publishing.

Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/463914
216eba4e239a...
Jürgen Gmach
Add is_unified_format for charm configuration
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/467151
1da888302a72...
Launchpad Buildbot
Automatic merge from stable up to e28e84d632f5
100defc60fff...
ruinedyourlife
Ignore vscode files and tidying up
Adding `launch.json` to `.gitignore` for vscode users, which allows for tests configuration in the first place. Also tidy up what's already existing.

Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/465565
0f7b58d0a728...
Guruprasad Lakshmi Narayanan
Fix the permissions of the PPA signing key injection script
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/469966
0e1f616671af...
Ines Almeida
charm: update appserver logrotate from daily to hourly
Currently log files for this service can get quite heavy (in the realm of 10 Gb) which makes it impossible to live view the latest logs of a unit. Taking into account that we run 4 appserver units, debuging an issue can lead to several minutes to download the daily log files, and the launchpad-bastion disk to get unnecessarily full.
In this change, we are rotating the logs hourly, while keeping the same amount of days worth of logs on disk. This will lead to lighter log files, and less space for logs used.

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/464017
0bc8cefce6b3...
Guruprasad Lakshmi Narayanan
Fix exception when the default PPA has no signing key or has a secure one already
This should allow the PPA key updater script to generate replacement
keys for the 5 remaining PPAs that are in this scenario.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/465757
07b516ee0db2...
Ines Almeida
Revert "db: add NOT NULL constraint to Snap.pro_enable column"
This reverts commit c30bd66a4cda8769f3e535140f2e389d7856128f.

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/466796
05520daded66...
Launchpad Buildbot
Merge db-stable 2eb648a87d18d8b7f9040e3676e7448a54e9aa9d (Cleanup after pro-enable migration)
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/467590