Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add [snapcraft] version badge #9976

Merged
merged 17 commits into from
Mar 10, 2024
Merged

Add [snapcraft] version badge #9976

merged 17 commits into from
Mar 10, 2024

Commits on Feb 17, 2024

  1. Add snapstore version badge

    jNullj committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8e15ffe View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    cfddb22 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    062608c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2f1e99 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    600ef27 View commit details
    Browse the repository at this point in the history
  2. Remove redundent SnapstoreBase class

    not needed as there is no auth
    jNullj committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f8206d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Remove logo from default

    The project convention is using namedLogo by default only for social badges.
    This commit removes the default logo usage as this badge is not in the social category.
    jNullj committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    992569b View commit details
    Browse the repository at this point in the history
  2. Rename snapstore to snapcraft

    Keep 1 convention for the snapcraft badge, use only snapcraft and ditch snapstore.
    jNullj committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3978c71 View commit details
    Browse the repository at this point in the history
  3. Fix SnapcraftVersion schema

    jNullj committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f1513ee View commit details
    Browse the repository at this point in the history
  4. Use renderVersionBadge

    Replace the costume render in SnapcraftVersion with renderVersionBadge
    jNullj committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    758428e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cce1946 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    8361fec View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Add track & risk path parameters for SnapcraftVersion

    enhancing control and clarity
    jNullj committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9ddcf16 View commit details
    Browse the repository at this point in the history
  2. Add architecture query parameter to SnapcraftVersion

    Added architecture query parameter: The snapcraft-version.service.js file now accepts an optional arch query parameter to specify the desired architecture for the Snap package. This defaults to amd64 if not provided.
    
    If an unsupported architecture is specified in the query parameter, a NotFound error is thrown with a specific message indicating that the requested architecture is not found.
    
    The snapcraft-version.tester.js file is updated to include a new test case that verifies the behavior when using the arch query parameter and also includes a test case for handling an invalid architecture.
    jNullj committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    2c4e2c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    75f8ac7 View commit details
    Browse the repository at this point in the history
  2. Fix filter logic

    The goal here was to filter by all conditions with logic and.
    Before this fix the only the logic of the last filter is used.
    jNullj committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b54f1e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    29dd792 View commit details
    Browse the repository at this point in the history