Conversation
…llar integrity status. This new Pager shows a list of all files and on which pillars it can be found, aka. it is an overview.
…e instead of having its own row. Also introduced a search-bar in the modal.
…r position on the page, when the table is scrolled through.
…n if there are no results upon searching for a file ID.
… server that works.
…y status does not contain a link to a modal if there is no integrity report for the given state. I.e. no link if there is no missing files on any pillar.
|
Fixed the issues and have re-requested a review |
Bohlski
left a comment
There was a problem hiding this comment.
Looks good (except the stuff that didn't work :P), but I'm not sure I agree with removing paging from the REST endpoints completely.
Perhaps it could be fine for checksum errors etc. to just all be grabbed in one go, but calling the getAllFileIDs endpoint on a bitrepository in production could possibly result in many millions of file IDs being returned, which I'm not convinced wouldn't be very slow. As I see it, there was a reason why paging was being done in the first place - but I definitely also think that there should be an option to get all IDs.
…ong values if no files were found.
Bohlski
left a comment
There was a problem hiding this comment.
Looking good. There was a small change I imagine was accidentally committed that made modals not work, but I fixed it in the merge that I'll push following this.
No description provided.