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

After having a little discussion we got together on the following. Backend will report query plan as a field `spyt_plan` in progress yson document. `spyt_plan` dict will has two fields:...

query-tracker

CPU, memory and network are shown as well as number of different slots. Adding GPU count will be useful.

components
nodes

Nobody knows what YAMR is, and it has literally 0 use in OSS world :) Therefore, I'd suggest to deprecate it. ![image](https://github.com/ytsaurus/ytsaurus-ui/assets/1856442/67e34097-7aad-4a18-89f0-489559375443)

table

This issue is related to: https://github.com/ytsaurus/ytsaurus/issues/227 Temporary password is a password issued by administrator for a user, which forces user to immediately change the password right after logging in. It...

auth

How to reproduce: create user with non-alpha symbol in the username ``` yt create user --attributes '{name="ping:pong"}' yt set-user-password "ping:pong" --new-password=secret ``` and try to login in web UI. You...

auth

It looks unnaturally in the current position. Need to check with design.

query-tracker

Related [commit](https://github.com/ytsaurus/ytsaurus/commit/3999f4c6ca9535b257bad16bb5f6f76102558fc7#diff-f73789351f154b54d7a8dab2065a3d94223de94a7d90961c7c676a6466768f9bR206). There was added `spyt_progress` (double value from 0.0 to 1.0) and optional `webui` (text link to master server). It shows progress of submitted query (for example, YQL has...

query-tracker