~suligap/snapstore-client:store-export-snap-revision-assertions

Last commit made on 2022-04-01
Get this branch:
git clone -b store-export-snap-revision-assertions 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:
store-export-snap-revision-assertions
Repository:
lp:~suligap/snapstore-client

Recent commits

978c7b2... by Przemysław Suliga

Make asserts_snap_revision_stream() fixture configurable

Resulting in neater tests.

faa651f... by Przemysław Suliga

Use OrderedDict.fromkeys() in get_snap_revision_stream()

Instead of a custom helper closure.

f55e12e... by Przemysław Suliga

Drop error handling/exit logic from cli._stores.export_store()

store-admin's main() will handle this.

65de095... by Przemysław Suliga

Add assertions.get_snap_revision_stream()

This is a prerequisite for fetching snap revisions.

cefdc42... by Przemysław Suliga

Bump responses dev dependency 0.14.0 -> 0.20.0

0.15.0 added a useful responses.matchers.header_matcher()

83d58b3... by Przemysław Suliga

Raise StoreRequestError from assertions.get()

Instead of returning None when there was a requests error.

b985a95... by Przemysław Suliga

Add max_format param to assertions.get()

Default is -1 which means latest.

05d5680... by Maximiliano Bertacchini

Extra renaming from snap-store-proxy-client to store-admin

Also:
- Add store_admin/cli/__main__.py for easier local testing.
- Include the build manifest in the snap for store-side security scans.

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

fc0dfbd... by Maximiliano Bertacchini

fExtra fixes after merging in master

006086b... by Maximiliano Bertacchini

Merge branch 'master' into store-admin.cli.__main__