This application reads the tags of all the releases in vaadin/platform
github repository and displays the data with various charts.
There is also a provision to view the data in a spreadsheet within a dialog as well as to export the entire raw data.
Click the specific version in the timeline chart below to see the release notes (access via Github API)
You need these environment variables in order to run the app:
GITHUB_TOKEN
for accessing GitHub GraphQL usageCACHEFOLDER
(optional) for placing the cache file, otherwise it uses system tmp
The project is a standard Maven project. To run it from the command line,
type mvnw
(Windows), or ./mvnw
(Mac & Linux), then open
http://localhost:8080 in your browser.