theforeman / foreman_leapp

GNU General Public License v3.0
0 stars 15 forks source link

Add index action to PreupgradeReportsController #16

Closed xprazak2 closed 4 years ago

xprazak2 commented 4 years ago

It should be possible to list all preupgrade reports using API. The index endpoint should support search as well.

ares commented 4 years ago

@stejskalleos could you please take a look at this when you have a moment? we probably need this sooner than for CLI in order to allow frontend to search/filter the table.

stejskalleos commented 4 years ago

Yop, I'll look into it. Should it be just in ApiController or do we want to have also page in frontend UI?

ares commented 4 years ago

I'd say just API since the UI part is handled as part of the job invocation detail page.

stejskalleos commented 4 years ago

https://github.com/oamg/foreman_leapp/pull/27

xprazak2 commented 4 years ago

Fixed by #27, thanks!