Aircloak / aircloak

This repository contains the Aircloak Air frontend as well as the code for our Cloak query and anonymization platform
2 stars 0 forks source link

Load data source query history by default on page load. #4834

Closed cristianberneanu closed 3 years ago

cristianberneanu commented 3 years ago

Closes #4820.

aircloak-robot commented 3 years ago

Standard tests have passed 💯

aircloak-robot commented 3 years ago

Pull request can be merged 👍

cristianberneanu commented 3 years ago

Hah, this is truly a "simplest effort solution" 😄 I would have thought something along the lines of pre-loading the queries just as we already server side prepare the pending queries, but in terms of lines of code this wins hands down 👏

Yeah, it is a bit of a dumb hack, but it has the nice side-effect of keeping the history loading asynchronous.