Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: add ErrataConnector::filter() function
- helper function to implement general filter query pattern - added workaround for errata endpoint Works with the following et.filter('/api/v1/releases', 'filter', is_active="true", enabled="true", name='OpenStack 14.0.z for RHEL 7') works with the following et.filter('/errata', 'errata_filter[filter_params]', show_type_RHBA=1, show_type_RHEA=1, show_type_RHSA=1, show_state_NEW_FILES=1, show_state_QE=1, show_state_REL_PREP=1,show_state_PUSH_READY=1, open_closed_option='exclude', release=856) Note: errata endpoint releases and products have to be special handled to include extra [] and multiple entries if you want them Related: red-hat-storage#132
- Loading branch information