snapstore-client:main

Last commit made on 2024-05-01
Get this branch:
git clone -b main https://git.launchpad.net/snapstore-client
Members of Ubuntu One PQM Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
main
Repository:
lp:snapstore-client

Recent commits

659d423... by Alex Ramanau

Extend `export snaps` logic by fetching snaps by revision

    YAML file contains extended information about revision to fetch and
    channel for publish fetched snap. User may create a new channel or use
    existing one.
    Added optional `--from-yaml` switch to specify path to YAML file with
    extended information about snap.

    Solves: https://warthogs.atlassian.net/browse/SN-2846

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

5202020... by Alex Ramanau

Fix a doc issue and return version back to 1.4.0

e367b8b... by Alex Ramanau

Fix linter issues and make tests working for python3.8

f72eca5... by Alex Ramanau

Fixed an issue with extra fields export to channel-map

69a74c1... by Alex Ramanau

Added YAML file example into help

148dd7a... by Alex Ramanau

Simplify instance_key generation + fix tests

12daa05... by Alex Ramanau

Improve CLI UX: specify snap names or --from-yaml

9612280... by Alex Ramanau

Rework snap by revision exporting logic after review

1) YAML format was simplified
2) architecture now is taken from /v2/snaps/refresh
3) channel maps are updated for all snap architecture

72516b3... by Alex Ramanau

Added YAML validation via json schema + example print

32e2548... by Alex Ramanau

Fixed review nitpicks