Артём Муфазалов

Results 33 comments of Артём Муфазалов

`UPDATE` with `execute-data` and `execute-query` (`yql` and `pg` syntax) doesn't work (only `execute-script` works) There is no error, response looks similar to `execute-script`. Not a frontend issue

Tablet states to colors are here: https://github.com/ydb-platform/ydb-embedded-ui/blob/main/src/utils/tablet.ts

There is a restart control on Tablet page: https://github.com/ydb-platform/ydb-embedded-ui/blob/main/src/containers/Tablet/TabletControls/TabletControls.tsx

Decided to mark tables with labels in `Info` instead of `SchemaTree` ![Image](https://github.com/ydb-platform/ydb-embedded-ui/assets/67755036/86474fd6-6f5e-43b3-97cc-bf73c63d377d)

> @antonkovalenko @adameat Nonetheless, don't we want to show R/O label inside the schema tree? It's rather more clear as for me. It's how our schema works. We cannot display...

`ErrorBoundary` also overflow `QueryEditor` container

Command to stop replication is also needed

I think, settings icon and settings themselves should apply both for execute and explain. I'm not sure about isolation level and stats mode, but timeout and query type are applied...

> ### Subtasks for Issue #803 > > * [ ] Include fields for timeout, transaction isolation level, and statistics collection mode. I'd separate transaction isolation level dialog option to...

It seems `REACT_APP_META_BACKEND` should be explicitly set as `undefined` ``` "dev": "DISABLE_ESLINT_PLUGIN=true TSC_COMPILE_ON_ERROR=true REACT_APP_BACKEND=http://:8765 REACT_APP_META_BACKEND=undefined npm start" ``` I'll fix the README. BTW, easier way to manipulate env variables is...