incubator-hugegraph-toolchain icon indicating copy to clipboard operation
incubator-hugegraph-toolchain copied to clipboard

[Feature] Hubble new feature summary V1 (Wanted)

Open imbajin opened this issue 2 years ago • 9 comments

Feature Description (功能描述)

refer from the old hubble repo:

  1. highlight syntax https://github.com/hugegraph/hugegraph-hubble/issues/330
  2. Add Login/permission
    • https://github.com/hugegraph/hugegraph-hubble/issues/334
    • https://github.com/hugegraph/hugegraph-hubble/issues/381)
  3. 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

imbajin avatar Nov 24 '22 09:11 imbajin

1: highlight syntax, already fixed https://github.com/apache/incubator-hugegraph-toolchain/pull/384

wanganjuan avatar Nov 26 '22 08:11 wanganjuan

  • [Feature] 建议增加使用者的登录和权限管理 hugegraph/hugegraph-hubble#334

relevant service interfaces need to be provided

wanganjuan avatar Nov 28 '22 02:11 wanganjuan

  1. 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.

wanganjuan avatar Nov 28 '22 02:11 wanganjuan

Default settings / cache the previous input (Feature)

  1. when we first open hubble, we should give a default settings model for users to input/modify image
  2. 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)
  3. allow press enter to create a graph (not only click by mouse)
  4. allow to edit the port/IP in exist graph settings (maybe also need adapt in backend) image

@wanganjuan you can open a single issue to record it when free

imbajin avatar Mar 21 '23 06:03 imbajin

@wanganjuan you can open a single issue to record it when free

ok

wanganjuan avatar Mar 27 '23 00:03 wanganjuan

[BUG] Also find hubble can't click open button with no clear reason/alert:

image

Now we could only delete graph & reconfig it

imbajin avatar Mar 28 '23 10:03 imbajin

[BUG] Also find hubble can't click open button with no clear reason/alert:

image

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

image

wanganjuan avatar Mar 29 '23 08:03 wanganjuan

[BUG] Also find hubble can't click open button with no clear reason/alert: image 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

image

maybe need search the relate code, dig/record it in a single issue for it

imbajin avatar Mar 29 '23 09:03 imbajin