mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
4a269b84fc
This PR reports back to main the changes discussed here: https://hasurahq.slack.com/archives/CKATHV1J7/p1685348635635059?thread_ts=1684879014.661199&cid=CKATHV1J7 TL;DR - we created a isProConsole function and used it in isDynamicDBRoutingEnabled. We merged this on main - we opened a cherry pick PR - we figured out that the isProConsole misses the license key validation feature, so the function was not doing what the function name suggested. - in the cherry pick PR we removed the generic isProConsole function (whose name was misleading) and replaced it with an inline console type check in the isDynamicDBRoutingEnabled. (the console type-only check is ok in that particular feature) Since the last point happened only on the cherry-pick PR, we opened this PR to do the same on the main branch. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9368 GitOrigin-RevId: e358862e479ac2efa7268787ab2ca32d5a0994b5 |
||
---|---|---|
.. | ||
console | ||
nx | ||
.gitkeep |