Skip to content

Status filters exclude extensions with multiple statuses #1228

@holly-cummins

Description

@holly-cummins

See, for example, https://quarkus.io/extensions/?status=stable%2Cexperimental%2Cpreview%2Cdeprecated. It should show all extensions and it shows ~640.

||
      // (Array.isArray(statusFilter) && statusFilter.some(r => extension.metadata.status && extension.metadata.status.includes(r)))

in filters.js may fix this, but it will want unit tests, too.

We should also have unit tests for extensions with null statuses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions