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

Last commit made on 2021-03-31
Get this branch:
git clone -b upgrade-boto 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:
upgrade-boto
Repository:
lp:~ghoust88/launchpad/+git/launchpad-3

Recent commits

dc098ff... by Thiago F. Pappacena

Fixing typo

fc4370c... by Thiago F. Pappacena

Upgrading boto and removing public-ecr workarounds

831be6d... by Tom Wardill

Account for tag names in the correct branch format

Merged from https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/400377

e2ab569... by Tom Wardill

Leading / isn't valid

0f8ae1e... by Colin Watson

Fix test failures from restricting poll creation

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

95a8cc6... by Tom Wardill

Use .path in calculateTags

55d8759... by Tom Wardill

Validate against ref path, rather than name

d2e50e4... by Colin Watson

Hide +newpoll link from new users

This makes sense given that they aren't allowed to use it.

bad3f14... by Colin Watson

Weaken poll permission checking slightly

Forbidding new users from instantiating PollAddView at all is too
strict, causing test failures in
`lp.registry.browser.tests.test_team.TestTeamMenu`. Back off from this
slightly; the check in `PollSet.new` is enough to prevent poll creation.

cf187aa... by Colin Watson

Restrict poll creation to AnyLegitimatePerson

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