graphql-engine/frontend/libs/console/legacy-ce
Daniele Cammareri 4a269b84fc chore: remove isProLiteConsole function
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
2023-06-13 08:22:26 +00:00
..
.storybook frontend: upgrade to storybook 7 2023-05-09 17:41:28 +00:00
src chore: remove isProLiteConsole function 2023-06-13 08:22:26 +00:00
.babelrc platform: rename codebases and re import code 2022-10-20 16:21:56 +00:00
.eslintrc.json console: fix storybook lagging promises 2023-05-24 09:57:29 +00:00
jest.config.ts frontend: update nx to latest 15 2023-02-28 19:42:51 +00:00
postcss.config.js platform: rename codebases and re import code 2022-10-20 16:21:56 +00:00
project.json frontend: upgrade to storybook 7 2023-05-09 17:41:28 +00:00
README.md platform: rename codebases and re import code 2022-10-20 16:21:56 +00:00
tailwind.config.js platform: rename codebases and re import code 2022-10-20 16:21:56 +00:00
tsconfig.json feat: add soft validation and 3.1 support 2023-05-31 11:09:50 +00:00
tsconfig.lib.json refactor (console): Custom field names modal [GDC-654] [NX Migration Redo] 2023-01-26 00:00:57 +00:00
tsconfig.spec.json frontend: update nx to latest 15 2023-02-28 19:42:51 +00:00

console-legacy-ce

This library was generated with Nx.

Running unit tests

Run nx test console-legacy-ce to execute the unit tests via Jest.