jobbrIO / jobbr-server

Jobbr is a non-invasive .NET JobServer
https://jobbr.readthedocs.io
GNU General Public License v3.0
50 stars 5 forks source link

[Dashboard] Job View: Navigation to see all runs of Job #69

Closed eXpl0it3r closed 4 years ago

eXpl0it3r commented 4 years ago

When you're on a Job (e.g. /jobs/2), you only get to see the last 10 runs (which is useful), but there's no easy navigation point to see all runs of a certain job.

A button to navigate to the /runs/ tab with the job name set as filter might be quite useful.

Current workaround:

olibanjoli commented 4 years ago

I added an own jobruns page within jobdetail since filtering by jobname is a bit hacky.

https://github.com/jobbrIO/jobbr-dashboard/commit/5498693358a581d190cdc2bad9bd7cf81eb04327

I have to fix a warning in the nuspec file. Ill fix that later this evening and publish a nuget.

cheers