~pelpsi/launchpad:social-account-pydantic-validation

Last commit made on 2024-01-17
Get this branch:
git clone -b social-account-pydantic-validation https://git.launchpad.net/~pelpsi/launchpad
Only Simone Pelosi can upload to this branch. If you are Simone Pelosi please log in for upload directions.

Branch merges

Branch information

Name:
social-account-pydantic-validation
Repository:
lp:~pelpsi/launchpad

Recent commits

539158c... by Simone Pelosi

Pydantic validation skeleton

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
958b829... by Simone Pelosi

Fixed `missing definitions for parameter(s) exported in version "beta": platform`

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
c94af22... by Simone Pelosi

Addressed comment: changed getSocialAccounts to getSocialAccountsByPlatform

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
6213efb... by Simone Pelosi

Fix export decorator

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
a825167... by Simone Pelosi

Exposed getSocialAccounts API

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
a0eab8d... by Simone Pelosi

Removed unused fields

39f960c... by Simone Pelosi

Added new validator to the identity field

9055c32... by Simone Pelosi

Added grouping by platform type

d6c8a68... by Simone Pelosi

SocialAccount interface and implementation

SocialAccount interface to reflect DB table SocialAccount:
each row of this new table is storing SocialAccount infomation
associated to one person. One person could have more than one
SocialAccount. This change is required since we are implementing
Matrix.

9780e5a... by Ines Almeida

Improve social accounts existing views

 - Add 'title' attribute to social accounts edit buttons
 - Add small margin-bottom to '.yui-u dl' elements
 - Return user to profile after IRC form save
 - Add placeholder text to IRC form inputs

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