-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* nebula-importer supports nebula-graph v2-alpha-preview (#98) * feat: use nebula-go/v2 as nebula-graph client mod. * feat: wrap the VID value in double quotes when in the INSERT VERTEX statement. * feat: update metad, storaged, graphd to v2 version in docker-compose.yaml. * feat: quotes vid value. * feat: use vesoft/nebula-console:v2-preview-nightly as importer docker image. * feat: update ci/bootstrap.sh because nebula-console:v2-preview-nightly is based on alpine. * feat: remove uuid function, and use "(string)hash" instead of hash as vid value. * feat: use ubuntu-18.04 as github ci server. * feat: increase afterPeriod wait seconds in example.yaml. * feat: logger the importer init proceduces. * feat: add beforePeriod to wait postStart commands competition. * feat: use ubuntu-latest as github ci server. * feat: revert to previous afterPeriod. * feat: remove afterPeriod logger info. * style: just for re-trigger upstream PR CI. * Remove vendors (#101) * Remove vendor * Add vendorbuild target * Ignore vendor * Continue cleanup * Support nebula 2.0 data import (#99) * Use nebula go client 2.0 * Try to fix importer tests * Fix vid type error * Add more tests * Rename runner file * Fix crash * Fix Ci * Cleanup * Cleanup vendors * Restore 1.0 test csv data * Fix logger Co-authored-by: laishzh <[email protected]>
- Loading branch information
Showing
114 changed files
with
307 additions
and
25,438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.