kernelci / dashboard

KernelCI web dashboard
2 stars 3 forks source link

feat: add new routes for tests and builds #613

Open murilx opened 4 days ago

murilx commented 4 days ago

Add two new routes /test/$testId and /build/$buildId, removing the need of accessing tests or builds through /hardware or /tree. Also, redirects the old routes to the new ones.

Closes #555