PromucFlow_constructor/app/server/appsmith-server/src
Shrikant Sharat Kandula de4f787a68
feat: Add instanceId in tenant response (#20039)
In the tenant response, this PR adds the current `instanceId` to the
tenant response.

Why do we need it? This will be used to power the `Upgrade` buttons in
Admin Settings to start the U&B flow.

Why add it to the tenant API? So that for U&B flows on the cloud, we can
add something like a `tenantId` there, in the same request, so this felt
like the right place.

Potential performance impact? Unlikely. The `instanceId` is permanently
cached in the process memory, so this is a one-time DB-call, in the
lifetime of the server process.
2023-01-25 18:50:31 +05:30
..
main feat: Add instanceId in tenant response (#20039) 2023-01-25 18:50:31 +05:30
test fix: flaky tests due to startup happening async (#20079) 2023-01-25 17:42:25 +05:30