~ghoust88/launchpad/+git/launchpad-3:boto-py35

Last commit made on 2021-03-31
Get this branch:
git clone -b boto-py35 https://git.launchpad.net/~ghoust88/launchpad/+git/launchpad-3
Only ghoust88 can upload to this branch. If you are ghoust88 please log in for upload directions.

Branch merges

Branch information

Name:
boto-py35
Repository:
lp:~ghoust88/launchpad/+git/launchpad-3

Recent commits

7da0536... by Thiago F. Pappacena

Downgrading boto to make it compatible with python3.5

3cc7653... by Thiago F. Pappacena

Adding OCI recipe subscription model

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

94de720... by Thiago F. Pappacena

Running reconcile for OCI recipes when an OCI project changes pillar

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

2c4fec1... by Thiago F. Pappacena

Allowing OCI recipes to be access artifacts

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

aafa457... by Thiago F. Pappacena

Upgrading boto lib and removing workarounds for public ECR image uploads

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

dc098ff... by Thiago F. Pappacena

Fixing typo

9e82532... by Colin Watson

Fix PersonSet._getPrecachedPersons performance for large teams

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

14f54da... by Thiago F. Pappacena

Fixing docstring for ViewOCIRecipe

fc4370c... by Thiago F. Pappacena

Upgrading boto and removing public-ecr workarounds

494778e... by Colin Watson

Fix PersonSet._getPrecachedPersons performance for large teams

Looking up membership of a large team can tip over a performance cliff
where PostgreSQL decides to loop over `person_sorting_idx` first and
select team membership from that, which performs badly. Use a CTE to
force it to look at more selective conditions first.

LP: #1921727