Skip to content
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

refact: init toolchains project & merge hubble into it #249

Merged
merged 68 commits into from
Apr 14, 2022
Merged

Conversation

imbajin
Copy link
Member

@imbajin imbajin commented Apr 13, 2022

implement #1635

Due to one pr is too big, we separate to multi PRs, and it's friendly for others to revert or update

TODO:

  • root pom
  • loader pom
  • hubble pom
  • readme
  • github actions (ci/cd)

Linary and others added 30 commits August 1, 2019 11:03
…remlin collection (#218)


Co-authored-by: Linary <liningrui@vip.qq.com>
* Enhance schema style setting

* fix schema graphview edge source and target same

* fix HugeClient doesn't close when remove GraphConnection

* fix limit optimized and edges linked vertex doesn't exist bug

* add config option request timeout

* simplify the style serialize

* Add timeout filed into GraphConnection
* Suuport front end and backend package together
* Implement connection management, gremlin query, execute histroy and gremlin collection

* improve

* improve

* add hugeconfig and assembly config

* tiny improve

* Add hubble-fe into proj

* Fix subdir issue in .gitignore

* [hubble-fe] Graph-Management module: front-page

* [hubble-fe] Add & upgrade dependencies

* [hubble-fe] Add new assets

* [hubble-fe] Add Routes

* [hubble-fe] Resolve safari compatible

* [hubble-fe] Globally remove border

* [hubble-fe] Reset color to match dls

* [hubble-fe] Fixed navbar position

* [hubble-fe] Adjust styles

* [hubble-fe] Reset state before component gets disposed

* [hubble-fe] Add link entry in graph data list

* [hubble-fe] handleLayoutSwitch => handleCancel

* [hubble-fe] Fix and optimize search issues in front page

* [hubble-fe] Add data-analyze module in graph-management

* [hubble-fe] Edit change logs

* [hubble-fe] Bumped version to v1.1.0

* [hubble-fe] Add dependency: react-popper-tooltip

* [hubble-fe] Add new loading animation

* [hubble-fe] Replace Popover with react-popper-tooltips

* [hubble-fe] Separate DataAnalyze query result component into parts

* [hubble-fe] Move Favorite component into common dir

* [hubble-fe] Remove safari compatible styles & Add custom tooltips class

* [hubble-fe] Remove custom margin-right since text in QueryResult manipulations are no longer needed

* [hubble-fe] Add path item styles in TableQueryResult, retrive table
columnConfigs into specific component

* [hubble-fe] Better types in store

* [hubble-fe] Do not generate source map while running build

* [hubble-fe] Remove uncompleted zoom function

* Bumped version to hubble-fe-v1.2.0

* [hubble-fe] Fix pageNumber bugs after delete in all metadata lists

* [hubble-fe] Try to solve crash after delete metadata list in group

* [hubble-fe] Add graph-view mode switch

* [hubble-fe] Fixed font color on new graph edges (fetched from server)

* [hubble-fe] Add graph-mode in metadata management

* [hubble-fe] Code improvement

* [hubble-fe] Fix UI issues

* [hubble-fe] Display different text accroding to the length of metadata properties

* [hubble-fe] Force disable .html cache

* [hubble-fe] Upgrade vis-network to latest, solve self-link problems

* [hubble-fe] Add edge colors in vis graphs

* [hubble-fe] Fix graph mode edge label length

* [hubble-fe] Add delete functions in graph mode

* [hubble-fe] Solve outside click problems with <Drawer />

* [hubble-fe] Remove some max width limitions on <Input /> for better visual (validation still exists in store)

* [hubble-fe] Prettify graph mode tooltip display

* [hubble-fe] Upgrade massive dependences

* [hubble-fe] Change project info

* [hubble-fe] Fix an issue where <GraphDataView /> or <EmptyGraphDataView /> does not conditionally render when graph node length 0 -> 1 or 1 -> 0

* [hubble-fe] Fix tooltip style in graph mode

* [hubble-fe] Fix an issue where edited properties do not show up when check on node info

* Add limit for graph connections and data size (#217)

* Shielding the risks of SQL injection (#220)

* [hubble-fe] Fix an issue where click on the new created edge does not pop up <Drawer />

* [hubble-fe] Expand width of the third line in graph mode tooltips, primary_key/sort_key + 1

* [hubble-fe] With some format

* [hubble-fe] Fix an issue where clicks on delete text in <CheckProperty /> would collapse it after a property has been created

* [hubble-fe] CHANGELOG update

Co-authored-by: liningrui <liningrui@baidu.com>
Co-authored-by: Linary <liningrui@vip.qq.com>
Co-authored-by: liningrui <liningrui@baidu.com>
Co-authored-by: Linary <liningrui@vip.qq.com>
Co-authored-by: liningrui <liningrui@baidu.com>
Co-authored-by: Linary <liningrui@vip.qq.com>
* [hubble-fe] Add keyboard shortcut in queries

* [hubble-fe] Adjust style lints temporarily

* [hubble-fe] Upgrade component lib and other dependencies

* [hubble-fe] Abstract react-popper-tooltip configs and replace them to where there are standing

* [hubble-fe] Fix RadioGroup primary button style issue after component lib upgrades

* [hubble-fe] Fix <Switch />, <Select /> issues after component lib upgrades

* [hubble-fe] modify text in vertex/edge map

* [hubble-fe] Add v1.3.1 support

* [hubble-fe] Bumped version v1.3.0 -> v1.3.1
* [hubble-fe] Add support for async task and its manager(v1.5.0)

* [hubble-fe] Bumped version to 1.5.0, add description
* [hubble-fe] Add support for analyzing algorithm

* [hubble-fe] Bumped version to 1.6.0, add description
* fix path result show in graph view miss some edges
* [HugeGraph-Hubble-fe] Fix issues in community edition
* [HugeGraph-Hubble-fe] Revert algorithm library back

Co-authored-by: crayonn <wecdovey@gmail.com>
Co-authored-by: Linary <liningrui@vip.qq.com>
Co-authored-by: shzcore <songhaozhi@baidu.com>
OshotOkill and others added 23 commits November 30, 2020 11:19
…tive stores when <JobDetails /> is dismounted (#274)
* Fix small amount of issues

1. Remove async task result sidebar
2. Fix code editor cache when click tabs
3. Fix readonly state when jump into 'SETTING' status
4. Optimize back & forward ex
1. Allowed modify set/list property in friendly way
2. Check fieldMapping valid
also enable the ci/cd & release steps
* i18n for basic ui comment
* i18n for built-in text, such as confirmation, cancellation, etc
* fix style:  1) the menu is not centered  2) style of vertex/edge manipulation
* add additional json configuration and the replacement example
* i18n Basic function realization
* UI component i18n: built-in text internationalization, such as confirmation, cancellation, etc
* Add additional json configuration and the replacement example
* Extract some pages for Internationalization
* Extract more pages for Internationalization
* Add "function-parameter" config, handle formatVertexIdText(field, '边类型', true)
@github-actions
Copy link

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


1 out of 7 committers have signed the CLA.
@imbajin
@Linary
@OshotOkill
@shzcore
@zyxxoo
@wanganjuan
@jadepeng
You can retrigger this bot by commenting recheck in this Pull Request

also merge .gitignore with loader
@imbajin
Copy link
Member Author

imbajin commented Apr 13, 2022

skip ci first, after all modules structure fixed, run it

@imbajin imbajin mentioned this pull request Apr 14, 2022
5 tasks
@javeme javeme merged commit fd5c17b into master Apr 14, 2022
@imbajin imbajin deleted the merge-hubble branch October 30, 2023 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants