PromucFlow_constructor/app/server/appsmith-server
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
..
src feat: Add instanceId in tenant response (#20039) 2023-01-25 18:50:31 +05:30
auth-notes
pom.xml fix: add connection pool to MySQL plugin and fix issues due to Spring upgrade (#17873) 2023-01-09 14:04:51 +05:30