Files
gristlabs_grist-core/app/common
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
..
2024-01-24 02:18:03 -08:00
2022-02-19 09:46:49 +00:00
2021-09-16 10:06:04 -04:00
2020-07-21 20:39:10 -04:00
2020-07-21 20:39:10 -04:00
2022-02-19 09:46:49 +00:00
2020-07-21 20:39:10 -04:00
2022-05-09 21:44:57 +02:00
2020-07-21 20:39:10 -04:00
2024-02-22 08:44:25 -05:00
2020-07-21 20:39:10 -04:00
2024-03-21 13:01:25 -04:00
2022-08-25 12:38:36 -07:00
2020-07-21 20:39:10 -04:00
2020-07-21 20:39:10 -04:00
2022-02-19 09:46:49 +00:00
2023-01-16 16:50:42 -08:00
2020-07-21 20:39:10 -04:00
2023-08-29 09:19:52 +02:00
2022-03-12 14:34:46 -08:00
2020-07-21 20:39:10 -04:00
2024-01-24 02:18:03 -08:00
2024-01-24 02:18:03 -08:00
2020-07-21 20:39:10 -04:00
2020-09-29 18:57:56 -04:00
2021-07-20 15:17:03 +02:00
2023-03-16 17:37:24 -04:00
2024-01-19 10:34:03 +01:00