obspy / reporter

ObsPy test reporter app
3 stars 5 forks source link

submodule filter #4

Closed megies closed 8 years ago

megies commented 11 years ago

might be nice to have sometimes to filter out tests that don't have a specific module tested. i.e. click "iris" -> only shows tests that have run iris submodule.

advanced version might be: make the pass/fail sign in the first column specific to the selected submodule. i.e. click "iris" -> only shows tests that have run iris + checkmark shows if iris passed or failed (e.g. shows "pass" even if another module produced errors).

barsch commented 11 years ago

problematic as the actual submodules are not stored (yet) in the database as extra entity -> therefore I can't filter over them - will look into it if i got a bit more time ...

megies commented 11 years ago

no problem, just a thought..

barsch commented 8 years ago

general support for filtering per module is now possible: http://tests.obspy.org/?limit=20&module=clients.seishub, however I didn't include it as filter in the index page yet

barsch commented 8 years ago

I really don't want to include the submodules into the side menu - its already way to long ... Filtering via URL parameter is working. Closing the ticket for now.

megies commented 8 years ago

general support for filtering per module is now possible: http://tests.obspy.org/?limit=20&module=clients.seishub, however I didn't include it as filter in the index page yet

Thanks! :tada:

(we probably start to need some listing of possible REST parameters somewhere on the page..)