hugegraph-hubble icon indicating copy to clipboard operation
hugegraph-hubble copied to clipboard

Please move to Apache Hugegraph-Toolchain, Thanks

Results 39 hugegraph-hubble issues
Sort by recently updated
recently updated
newest added

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trim-newlines&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
inactive

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies
inactive

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies
inactive

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....

dependencies

### Bug Type (问题类型) exception / error (异常报错) ### Before submit - [X] 我已经确认现有的 [Server-Issues](https://github.com/hugegraph/hugegraph/issues) 与 [Hubble-Issues](https://github.com/hugegraph/hugegraph-hubble/issues) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: v0.12.0 - Hubble Version:...

bug

### Feature Description (功能描述) hugegraph-studio是有提示的。关键字或函数是有高亮的。我这里怎么没有啊。都是黑色的

feature

- Return user allowed menus when user login success. - Add user management module - Add project management module

inactive

hubble元数据配置中,想要删除某一类型的边,点击删除之后显示删除成功,但事实上该类型的边并未删除 在java代码中删除该类型的边时,出现“ClientException”错误 具体代码如下: ```groovy schema.removeEdgeLabel("buy"); ``` 错误报告如下: ```java Exception in thread "main" com.baidu.hugegraph.rest.ClientException: Task '26' is failed, result is 'null' at com.baidu.hugegraph.api.task.TaskAPI.waitUntilTaskSuccess(TaskAPI.java:116) at com.baidu.hugegraph.driver.SchemaManager.removeEdgeLabel(SchemaManager.java:162) at com.baidu.hugegraph.driver.SchemaManager.removeEdgeLabel(SchemaManager.java:157) at cn.nlp.kg.visualization.Test.main(Test.java:51) ```

enhancement