Skip to content

[SE-1142] Added filtering on URL parameters.

Boros Gábor requested to merge keith/se_1142_filtering_on_ocim into master

Created by: keithgg

Description

Administrators can now filter the instance list by modifying the modifying the URL and adding query parameters. Eg. ?status=running.

Supported filters are: - deployment_type - name - notes - status - openedx_release - tag

Supporting information

https://tasks.opencraft.com/browse/SE-1142

Testing instructions

Modify the ocim instance url and add ?status=running or ?tag=success

Deadline

None

Other information

  • This PR is not yet complete. Tests need to be added.

Merge request reports