ytsaurus-ui icon indicating copy to clipboard operation
ytsaurus-ui copied to clipboard

Web interface for YTsaurus.

Results 56 ytsaurus-ui issues
Sort by recently updated
recently updated
newest added

Hello! Since not all OAuth providers have logout url it would be useful to make `logout` url optional and just remove cookies without redirect to OAuth provider.

auth

There are issues displaying ACL for ACO. - //sys/access_control_object_namespaces - Cannot change ACL - Shows "everyone allow read" without "inherited" box checked. Can delete it

Currently, "New Query" prepopulates ACO selector to `nobody`. We need to make it configurable somewhere For now, we can add a new UI setting "default access control for new queries"...

query-tracker

I use `contentMode=resources` and `show resources` to find "bad" directories with high quota usage. However sometimes you need to go into some subdirectories to find exact bad directory/table without merged...

navigation

Hello! In the QT, the `execution_mode` setting is introduced during `Validate/Explain` operations and does not get reset for subsequent `Run` calls. As a result, each `Run` query inadvertently retains the...

query-tracker

Hello! The `list_queries` method can take some time to load. To improve user experience, it would be beneficial to implement a loading indicator while `list_queries` is processing. This visual feedback...

query-tracker

Hello! In case when first primary master doesn't work it makes UI not available, `api/cluster-params/` fails with error ``` Oops! something went wrong. If the problem persists please report it...

system

Cosmetic issue: keys of container types defined with Utf-8 symbols does not displayed properly in schema view of table: ![image](https://github.com/ytsaurus/ytsaurus-ui/assets/1374700/2077a531-5895-4ba5-a872-2ec56e86b4bf)

If you got field name in utf-8 you will have "\" in query output values ![image](https://github.com/ytsaurus/ytsaurus-ui/assets/1374700/a00a9081-a17c-4f5a-afcc-2b101648c16b) But if alias is set ![image](https://github.com/ytsaurus/ytsaurus-ui/assets/1374700/b7af3d9b-1d9e-4d0e-803a-5043711d8b74) it works fine ![image](https://github.com/ytsaurus/ytsaurus-ui/assets/1374700/38bae7e1-93b0-41d0-a7d1-0578b4fec08f)

query-tracker