This commit adds error handling for two endpoints related to fetching
test runs. In case of ProfileJobs, it adds a message indicating to the
user that something went wrong, instead of showing loading forever.
The other case is specifying invalid id to the /tests/plugin endpoint,
in this case, a 404 redirect is generated with an error message.
This commit adds error handling for two endpoints related to fetching test runs. In case of ProfileJobs, it adds a message indicating to the user that something went wrong, instead of showing loading forever.
The other case is specifying invalid id to the /tests/plugin endpoint, in this case, a 404 redirect is generated with an error message.
Fixes #512