-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kueue-viz: Dashboard for kueue: Initial commit #3727
Conversation
Welcome @akram! |
Hi @akram. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/ok-to-test |
b4c911b
to
7d55d5b
Compare
7d55d5b
to
8a2c362
Compare
2653fe4
to
3c0e495
Compare
- add differenciated gitignore - add nul and emptyness checks in frontend - remove util.go - document GVR uniformly - use GVR when forgotten - remove unused code
3c0e495
to
db840b0
Compare
- Adding README.md instructions on how to run on kind - Removing OpenShift instructions - Cleaning env files - Adding Copyright header in .js and .go files - Aligning image builders and golang versions
db840b0
to
d86e34b
Compare
cmd/experimental/kueue-viz/backend/handlers/websocket_handler.go
Outdated
Show resolved
Hide resolved
- Simply handlers by removing unused parameters - Adjust copyright header newline - Remove occurence of `oc` in README - Remove incorrect description fields in yaml examples
I synced with @akram on slack - he will apply for kubernetes-sigs membership and we will gradually increase his ownership according to the guidelines https://github.com/kubernetes/community/blob/master/community-membership.md. In the meanwhile I will take care of approving the incoming PRs. For reviews, I would prefer engagement from the Kueue reviewers (among others @mbobrovskyi @PBundyra ). I'm looking forward to the collab! |
- Add `CompilerDaemon` installation instruction - Add `install` target in `frontend`'s `Makefile`
66d0f1c
to
bcaef66
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks! This is an awesome feature!
LGTM label has been added. Git tree hash: d09893cee8b3c1decd26922cd17ac5d3802dab0b
|
/approve
I think |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akram, mimowo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #940
Special notes for your reviewer:
This is the first shot of the kueue-viz , the first kueue dashboard. This has been following the presentation of https://github.com/akram/kueue-viz and it contains the porting of the backend from python to golang.
Does this PR introduce a user-facing change?