-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Support html view for WebUI #1168
Comments
@kylixs how do I test this pull request on my local machine? |
This http api branch will be merged into arthas in the near future, please use the PR branch for testing now. |
Hello @kylixs! I am interested in this idea for applying for SoC 2020. Can you guide me how to get started with the repo so that I can start making my proposal? |
Hello @hengyunabc ! Is there a specific channel for this so that I can start discussing the project idea and ask my doubts regarding the |
@arteevraina The arthas http api branch build step has been added to the content of the issue. |
@kylixs Thank you very much ! |
@kylixs @hengyunabc I was following the above mentioned steps but while running |
The error details: Failed to delete .../arthas/spy/target/maven-archiver/pom.properties
|
@kylixs Is |
Yes, the first stage of development is completed and is gradually being merged into the master. |
@sjha2048 Is the proposal ready? Please submit to the official website of SoC 2020. |
@kylixs will do by tomorrow evening. |
Some frequently used commands: sm, sc, watch, trace |
Sure, I'll mention these commands. |
@kylixs @hengyunabc I'm really interested in contributing to this idea as a part of Asoc 2020. Will you please guide me as to how should i discuss the project idea so that i can eventually move on towards drafting my proposal? |
@HarshMehta2468 Please follow the build steps and feedback if you encounter problems. |
At present, a simple WebUI is implemented based on http api, which can only display json data and is not suitable for human reading. We need a text / html view to better display the results of command interaction. It expects to provide a modern operating experience, richer functions, and more flexible scalability.
Build
The http api code will be divided into multiple PRs and merged into the master, which can now be tested and improved on the feature branch.
Open the browser to visit http://localhost:8563/ui, it is recommended to use chrome
The text was updated successfully, but these errors were encountered: