incubator-hugegraph-toolchain
incubator-hugegraph-toolchain copied to clipboard
[Feature] Hubble new feature summary V1 (Wanted)
Feature Description (功能描述)
refer from the old hubble repo:
- highlight syntax https://github.com/hugegraph/hugegraph-hubble/issues/330
- Add Login/permission
- https://github.com/hugegraph/hugegraph-hubble/issues/334
- https://github.com/hugegraph/hugegraph-hubble/issues/381)
- add a frame/space to show hubble's log in UI (later)
And bugs:
- [ ] upload file size >1G https://github.com/hugegraph/hugegraph-hubble/issues/335
- [ ] fe hit
white-screen
https://github.com/hugegraph/hugegraph-hubble/issues/341 - [ ] Chinese encode/decode error (loader) #302
@wanganjuan merged here for setting the priority
1: highlight syntax, already fixed https://github.com/apache/incubator-hugegraph-toolchain/pull/384
Need to implement this suggested feature?
- [Feature] 建议增加使用者的登录和权限管理 hugegraph/hugegraph-hubble#334
relevant service interfaces need to be provided
- upload file size >1G [Bug] 上传文件大小超过了限制 hugegraph/hugegraph-hubble#335
Not reproduced. The error message in bug comes from the server. Corresponding interface "api/v1.2/graph-connections/2/job-manager/4/upload-file", please also see the corresponding error log.
Default settings / cache the previous input (Feature)
- when we first open hubble, we should give a default settings model for users to input/modify
- if user already input the graph config, we should cache them to reuse it at next time (like cache previous table input or COPY from anyone user choose)
- allow press
enter
tocreate a graph
(not only click by mouse) - allow to edit the port/IP in exist graph settings (maybe also need adapt in backend)
@wanganjuan you can open a single issue to record it when free
@wanganjuan you can open a single issue to record it when free
ok
[BUG] Also find hubble can't click open
button with no clear reason/alert:
Now we could only delete graph & reconfig it
[BUG] Also find hubble can't click
open
button with no clear reason/alert:
Now we could only delete graph & reconfig it
In this situation in the figure, it can only be that the value of the enabled field is false. I don’t know when this enabled is false
[BUG] Also find hubble can't click
open
button with no clear reason/alert:Now we could only delete graph & reconfig it
In this situation in the figure, it can only be that the value of the enabled field is false. I don’t know when this enabled is false
maybe need search the relate code, dig/record it in a single issue for it