~suligap/snapstore-client:move-to-pypi.ols

Last commit made on 2023-04-27
Get this branch:
git clone -b move-to-pypi.ols https://git.launchpad.net/~suligap/snapstore-client
Only Przemysław Suliga can upload to this branch. If you are Przemysław Suliga please log in for upload directions.

Branch merges

Branch information

Name:
move-to-pypi.ols
Repository:
lp:~suligap/snapstore-client

Recent commits

87b7e75... by Przemysław Suliga

Move to pypi.ols.canonical.com as index

This also gets rid of the surprising inconsistency of the
official index being used when the snap is being built and
ols-wheels being used during `make bootstrap/test`.

24d1669... by Przemysław Suliga

Do not echo the configured proxy private key during offline install

Merged from https://code.launchpad.net/~suligap/snapstore-client/+git/snapstore-client/+merge/428155

52b0c40... by Przemysław Suliga

Release 1.3.1

0260e87... by Przemysław Suliga

Do not echo the configured proxy private key during offline install

This hides the output of snap-store-proxy config that echoes the config
values being set. We don't want to encourage accidentally sharing this
info in pastes for example.

0fcf295... by Przemysław Suliga

Bump version to 1.3.0

Merged from https://code.launchpad.net/~suligap/snapstore-client/+git/snapstore-client/+merge/428153

d309d9d... by Przemysław Suliga

Bump version to 1.3.0

8bb5875... by Maximiliano Bertacchini

Add support for exporting and using auth token for non-interactive use cases

If found, the STORE_ADMIN_TOKEN env is used as authentication token, with the same format as the "admin-account.macaroon" included in exported store bundles.

Closes https://warthogs.atlassian.net/browse/SN-682.

Merged from https://code.launchpad.net/~maxiberta/snapstore-client/+git/snapstore-client/+merge/425096

7266727... by Maximiliano Bertacchini

Add some extra logging around exporting token

719faa3... by Maximiliano Bertacchini

Move export_token() from logic.stores to logic.accounts

fc4b705... by Maximiliano Bertacchini

Move the "export token" subcommand from cli.stores to cli.common