Skip to content

rest_views/RunConfigViewSet: enable fetching runconfig by name

Piotr Kira requested to merge rest_api_expand into master

Actually in other runconfig endpoints like "compare" or "known_failures" we can already identify runconfig by name, so let's reuse present code to enable fetching runconfigs by name.

Merge request reports