This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨➕ Improve code syntax with gql where applicable. Add .env file readi…
…ng feature to script. ➕ Add clean leftovers from neo4j installation feature. ➕ Add cache_downloads feature, automate start and start-gateway with prestarts of the neo4j server. :: Add neo4j and .download_cache to ignore list. 🎨 Rebase. 🎨 Code format.
- Loading branch information
Daniel Kaminski de Souza
committed
Jan 28, 2021
1 parent
53733c5
commit d711bcd
Showing
31 changed files
with
638 additions
and
325 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
NEO4J_DIST='enterprise' | ||
NEO4J_VERSION='4.2.0' | ||
APOC_VERSION='4.2.0.0' | ||
DATASTORE_VERSION='4_0' | ||
NEO4J_USER=neo4j | ||
NEO4J_PASSWORD=letmein | ||
BOLT_PORT=7687 | ||
HTTP_PORT=3000 | ||
NEO4J_URI="bolt://localhost:{$BOLT_PORT}" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
NEO4J_DIST='enterprise' | ||
NEO4J_VERSION='4.2.0' | ||
APOC_VERSION='4.2.0.0' | ||
DATASTORE_VERSION='4_0' | ||
NEO4J_USER=neo4j | ||
NEO4J_PASSWORD=letmein | ||
BOLT_PORT=7687 | ||
HTTP_PORT=3000 | ||
NEO4J_URI="bolt://localhost:{$BOLT_PORT}" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,4 +69,7 @@ neo4j-version | |
test/tck/* | ||
!test/tck/.gitkeep | ||
|
||
.history | ||
.history | ||
|
||
.download_cache | ||
neo4j |
1 change: 1 addition & 0 deletions
1
...ode/perl-lang/home/daniel/Workspaces/Javascript/neo4j-graphql-js/scripts/helpers/regex.pl
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"vars":[{"line":0,"kind":2,"name":"strict","containerName":""},{"line":1,"name":"$regex","containerName":null,"kind":13,"localvar":"my","defintion":"my"},{"line":4,"name":"@ARGV","containerName":null,"kind":13}],"version":3} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"avaExplorer.cwd": "test" | ||
} |
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.