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

Server / Python Client: Add support for extension "tier" metadata #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jcfr
Copy link
Collaborator

@jcfr jcfr commented May 23, 2024

  • Add support for uploading extension packages specifying the tier metadata. The tier metadata can be set as an integer value of 1, 3 or 5.

  • Support listing extension with the tier and introdce the tier_compare parameter, which can be set as exact or lte (less than or equal to). By default, the tier_compare parameter is set to lte and extensions with their tier less or equal to 5 are listed.

Related pull requests:

@jcfr jcfr force-pushed the support-extension-tier branch from 4392494 to 22c9b50 Compare May 28, 2024 22:56
* Add support for uploading extension packages specifying the ``tier``
  metadata. The ``tier`` metadata can be set as an integer value of ``1``,
  ``3`` or ``5``.

* Support listing extension with the ``tier`` and introdce the ``tier_compare``
  parameter, which can be set as ``exact`` or ``lte`` (less than or equal to).
  By default, the ``tier_compare`` parameter is set to ``lte`` and extensions
  with their tier less or equal to ``5`` are listed.
@jcfr jcfr force-pushed the support-extension-tier branch from 22c9b50 to 95746c4 Compare May 28, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant