Add a /versions.json feed with information about all PostgreSQL versions
authorSehrope Sarkuni <sehrope@jackdb.com>
Mon, 17 May 2021 20:30:31 +0000 (22:30 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 17 May 2021 20:30:31 +0000 (22:30 +0200)
commitff7058fe58593df58662b907b889e6ae1b903b97
treed2a5385f26f5285cd5f26ec880b7c792d0dc8f59
parente76b4baac1403b322585ab01f2ffef594b7f973a
Add a /versions.json feed with information about all PostgreSQL versions

This includes the same information as the /versions.rss feed, but with
more detail including release and eol dates. It also includes all
versions, not just the supported ones.
pgweb/core/json.py [new file with mode: 0644]
pgweb/core/models.py
pgweb/urls.py