~andrey-fedoseev/launchpad:snap-store-auth-error

Last commit made on 2022-11-29
Get this branch:
git clone -b snap-store-auth-error https://git.launchpad.net/~andrey-fedoseev/launchpad
Only Andrey Fedoseev can upload to this branch. If you are Andrey Fedoseev please log in for upload directions.

Branch merges

Branch information

Name:
snap-store-auth-error
Repository:
lp:~andrey-fedoseev/launchpad

Recent commits

064c8df... by Andrey Fedoseev

Display info message when user tries to authorize store upload for snap that isn't registered

Previously, that would cause an Internal Server Error

LP: #1997565

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
2dc8174... by Colin Watson

Connect stdin/stdout of site search test service to /dev/null

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

705b87c... by Colin Watson

Return proxied object from makePreviewDiff

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

008ba08... by Colin Watson

Plug several simple open() resource leaks

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

ce265ad... by Colin Watson

Plug several simple open() resource leaks

Brought to you by some initial experiments with
https://pypi.org/project/pyastgrep/:

  pyastgrep './/Call/func/Attribute[@attr="read" or @attr="write"]/value/Call/func/Name[@id="open"]'

e28ecdd... by Colin Watson

Return proxied object from makePreviewDiff

`LaunchpadObjectFactory` issues `UnproxiedFactoryMethodWarning` when its
methods return objects not wrapped in a security proxy, since that tends
to result in tests that are less accurate simulations of production.

c85cf87... by Colin Watson

Connect stdin/stdout of site search test service to /dev/null

Setting these up as pipes without having anything ever communicate with
it, as we previously did, had two disadvantages: it could cause the test
service to block if it tries to write too much to stdout, and it caused
a `ResourceWarning` due to `proc.stdout` never being explicitly closed.

9fdf1d1... by Colin Watson

Fix test failure in xx-builders.rst

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

e738805... by Colin Watson

Fix test failure in xx-builders.rst

cd0dc34... by Colin Watson

Allow partitioning build farm by resources

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