gristlabs_grist-core/test/gen-server
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
..
ApiServer.ts (core) move apiserver tests to core, disentangling notifier+billing parts 2023-12-26 08:43:12 -05:00
ApiServerAccess.ts Optimize sql query for workspace acl (#824) 2024-01-31 14:04:22 -05:00
ApiServerBenchmark.ts (core) move apiserver tests to core, disentangling notifier+billing parts 2023-12-26 08:43:12 -05:00
ApiServerBugs.ts (core) move apiserver tests to core, disentangling notifier+billing parts 2023-12-26 08:43:12 -05:00
ApiSession.ts (core) move apiserver tests to core, disentangling notifier+billing parts 2023-12-26 08:43:12 -05:00
apiUtils.ts Optimize sql query for workspace acl (#824) 2024-01-31 14:04:22 -05:00
AuthCaching.ts (core) move apiserver tests to core, disentangling notifier+billing parts 2023-12-26 08:43:12 -05:00
migrations.ts (core) add Shares migration to rollback test 2024-01-11 11:48:38 -05:00
seed.ts Allow URLs with only a docID #768 (#771) 2023-11-29 15:13:29 -05:00
testUtils.ts (core) Limiting doc remove permission to owners. 2022-11-30 23:37:18 +01:00
UpdateChecks.ts (core) Endpoint to report on the latest version of stable grist-core image 2024-04-09 17:03:49 +02:00