gristlabs_grist-core/app
Jarosław Sadziński bddbcddbef (core) Endpoint to report on the latest version of stable grist-core image
Summary:
New endpoint `/api/version` that returns latest version of stable docker image in format:
```
{"latestVersion":"1.1.12","
  updatedAt":"2024-03-06T06:28:25.752337Z","
  isCritical":false,
 "updateURL":"https://hub.docker.com/r/gristlabs/grist"
}
```

It connects to docker hub API and reads the version from the tag lists endpoint.
Stores telemetry passed from the client such us: current version, deployment type, installationId and others.

Test Plan: Added new test

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D4220
2024-04-09 17:03:49 +02:00
..
client (core) Adding a flag for the UI to check if emails are enabled 2024-04-03 09:50:17 +02:00
common (core) Endpoint to report on the latest version of stable grist-core image 2024-04-09 17:03:49 +02:00
gen-server (core) Admin Panel and InstallAdmin class to identify installation admins. 2024-03-25 12:18:38 -04:00
plugin Move phab docs to /documentation (#882) 2024-03-05 08:35:48 -05:00
server (core) Endpoint to report on the latest version of stable grist-core image 2024-04-09 17:03:49 +02:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00