powa-team / powa-web

PoWA user interface
http://powa.readthedocs.io/
73 stars 31 forks source link

Try to use locally available extension version in config.py #127

Closed rjuju closed 3 years ago

rjuju commented 3 years ago

If the remote server has a recent enough stack, we should have all the information we need to display the extension state for a given remote server. This can avoid to reach the remote server which adds latency when it's possible, or can give some data if the remote server isn't reachable.

rjuju commented 3 years ago

Done is https://github.com/powa-team/powa-web/commit/67d75fba2db6fdbf532193e558cc64e3f13a6714, with also GUC retrieved locally when possible.