monasca / pr-bot

Automatic version checker bot
Apache License 2.0
6 stars 1 forks source link

Webpage to show database overview #23

Open timothyb89 opened 7 years ago

timothyb89 commented 7 years ago

A small webpage to show tracked repositories, modules, versions, and dependencies would be very helpful. With authentication it could even be used to manually trigger updates, releases, etc.

It would be trivial to serve a page via the express server. For GCF we'd need a different solution but it would probably just be a static page that makes API calls (so a GCP bucket). We would probably want to remove authentication from read-only endpoints, though. Also, we'll need some CORS rules.

A tool like this would be a big help for debugging issues like #14 and #22.