~wgrant/launchpad:buildinfo-exposure

Last commit made on 2024-01-23
Get this branch:
git clone -b buildinfo-exposure https://git.launchpad.net/~wgrant/launchpad
Only William Grant can upload to this branch. If you are William Grant please log in for upload directions.

Branch merges

Branch information

Name:
buildinfo-exposure
Repository:
lp:~wgrant/launchpad

Recent commits

3a7f749... by William Grant

Expose .buildinfo files in the API and web UI

We've been capturing these for BinaryPackageBuilds for years, and
storing them in the DB and librarian, but they haven't been available to
users.

LP: #1686242

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
c332267... by Guruprasad

Fix the matrix homeserver domain validation regex

The previous regex did not allow some valid TLDs like the
2-character-long ones.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/459228

01bdcdf... by Guruprasad

Fix the matrix homeserver domain validation regex

The previous regex did not allow some valid TLDs like the
2-character-long ones.

880a4aa... by Guruprasad

Fix typo in regex variable name

65bbeec... by Guruprasad

Add SOCIAL_PLATFORM_TYPES_MAP to __all__

This fixes an importpedant error.

ff54b70... by Ines Almeida

test: remove social accounts test that no longer makes sense

After the API validation was updated to not allow markup in username and domain, this test no longer makes sense as we are not allowing markup in the SocialAccount.identity fields anymore

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/458976

fc1d0f0... by Ines Almeida

test: fix merge conflict in jabber ui tests

2dd6b68... by Ines Almeida

test: remove social accounts test that no longer makes sense

After the API validation was updated to not allow markup in username and domain, this test no longer makes sense as we are not allowing markup in the SocialAccount.identity fields anymore

527a777... by Ines Almeida

Update display social accounts view

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/458730

c7a4eb4... by Ines Almeida

ui: update social accounts display view in profile

Added matrix accounts to ptofile page, and reworked how all accounts (IRC and Jabber included) are displayed.
Added some style updates, and tests to accompany changes.