Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytsaurus/ytsaurus-ui
Web interface for YTsaurus.
https://github.com/ytsaurus/ytsaurus-ui
ui ytsaurus
Last synced: 2 days ago
JSON representation
Web interface for YTsaurus.
- Host: GitHub
- URL: https://github.com/ytsaurus/ytsaurus-ui
- Owner: ytsaurus
- License: other
- Created: 2023-01-31T15:18:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T08:27:12.000Z (3 months ago)
- Last Synced: 2024-10-15T09:01:20.017Z (3 months ago)
- Topics: ui, ytsaurus
- Language: TypeScript
- Homepage: https://ytsaurus.tech
- Size: 18.5 MB
- Stars: 37
- Watchers: 7
- Forks: 17
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## YTsaurus platform UI
The repository contains code related to UI for [YTsaurus platform](https://ytsaurus.tech).
### Description
- [packages/ui](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui) - UI code for YTsaurus platform [CHANGELOG](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui/CHANGELOG.md)
- [packages/ui-helm-chart](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui-helm-chart) - helm chart to start YT UI in k8s cluster [CHANGELOG](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui-helm-chart/CHANGELOG.md)
- [packages/interface-helpers](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/interface-helpers) - library contains some helpers for UI [CHANGELOG](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/interface-helpers/CHANGELOG.md)
- [packages/javascript-wrapper](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/javascript-wrapper) - API library to communicate with YTsaurus platform backends [CHANGELOG](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/javascript-wrapper/CHANGELOG.md)### How to contribute (some notices)
- we prefer `rebases` instead of `squashes` each commit should represent a small logically finished change of code
- use interactive rebase to add changes to your PRs
- all the commits should have a title that corresponds to [convetional commits](https://www.conventionalcommits.org/en/v1.0.0/)
- to release new version of a changed package your PR should contain at least one `fix`/`feat`/`BREAKING_CHANGES` commit
- CHANGELOG.md files are automatically generated from titles of `fix`/`feat`/`BREAKING_CHANGES` commits, so they should have short clear descriptions