--------------------
- Add the ability to filter on Project endpoint API actions.
The list of ``resources``, ``packages``, ``dependencies``, ``relations``, and
``messages`` can be filtered providing the ``?field_name=value`` in the URL
parameters.
https://github.com/aboutcode-org/scancode.io/issues/1449
- Fix the ability to provide multiple optional step when defining pipelines in the
REST API.
The support for providing pipeline names as a comma-separated single string was
remove as the comma is used as the optional step separator.
Use a list of pipeline names instead.
https://github.com/aboutcode-org/scancode.io/issues/1454
- Make the header row of tables sticky to the top of the screen so it is always
visible.
https://github.com/aboutcode-org/scancode.io/issues/1457