45 Commits

Author SHA1 Message Date
Robert Schäfer
151bb28429 Provide README 2019-02-27 18:56:23 -03:00
Robert Schäfer
46436ca9b1 Setup a routine how to create indices initially
In order to create the indices programmatically we need to change the
default password for security concerns. To create the user we need to
start the neo4j database. So I decided to provide a bash script that
let us do it once the container are started.

In production we must change the NEO4J_PASSWORD.
2019-02-27 18:56:23 -03:00
Grzegorz Leoniec
bc6089dbf5
Fixed readme 2019-02-24 17:05:59 +01:00
Grzegorz Leoniec
5a255db018
Fixed FOSSA status 2019-02-24 15:08:00 +01:00
Grzegorz Leoniec
56610d0d3d
Fixed FOSSA status 2019-02-24 15:07:41 +01:00
Grzegorz Leoniec
fd0ac65f6a
Fixed FOSSA status 2019-02-24 15:04:16 +01:00
Grzegorz Leoniec
95dbba3369
Added more badges to readme 2019-02-24 15:02:05 +01:00
Robert Schäfer
d50015af3c Replace node with babel-node
This should ensure that you don't have to reubild the server all the
time
2019-01-17 15:24:25 +01:00
Robert Schäfer
9262fbb44f Start a test server only once.
This keeps our tests small. It is quite a headache though, because of an
issue with jest and with transpiling. For reasons that I don't understand
running `yarn run test:jest` sometimes complains about open handles.
I would love to hear how to make our build more reliable.
2019-01-09 14:49:35 +01:00
Robert Schäfer
1d7988e36f
Merge branch 'master' into master 2019-01-07 17:00:33 +01:00
Mike Aono
486e01ddce
Update README.md 2019-01-05 18:57:24 +03:00
Robert Schäfer
0185f743e8 Update README with a warning and fix package.json 2019-01-02 15:59:32 +01:00
Robert Schäfer
23b454025a Implement user factory and database clean up 2019-01-02 13:14:28 +01:00
Toverto
bd59f916b0
Remove the build instruction for seeding the db in README.md 2018-12-26 16:19:40 +01:00
Joseph
01c4090792
Update README.md
add build command before db:seed
2018-12-20 22:18:18 +03:00
Robert Schäfer
9f78a96de2 Run babel node instead of nodemon
Quote of @appinteractive:
```
Currently we are running nodemon on production which watches for filechanges and consumes much more memory then just node. As nodemon is only for development, I added a build step to compile the application for production and then only run the dist folder with pure node.
```
2018-12-14 22:30:47 +01:00
Robert Schäfer
957bb4cea2
Add Travis build status to README 2018-12-14 18:24:12 +01:00
Grzegorz Leoniec
1823223281
merged master in 2018-12-09 18:38:58 +01:00
Robert Schäfer
988447a5b5
Merge pull request #56 from faithngetich/patch-3
Add a missing discord link
2018-12-06 17:30:44 +01:00
faithngetich
3d65d09b3a
Add a missing discord link 2018-12-06 19:20:15 +03:00
faithngetich
fc2fca0317
Use the right db seed name 2018-12-06 19:12:29 +03:00
Robert Schäfer
1ae09b5a7f Merge remote-tracking branch 'origin/master' into mochajs 2018-12-05 00:12:42 +01:00
Robert Schäfer
71c4ffb012 Merge remote-tracking branch 'origin/master' into mochajs 2018-12-04 21:35:45 +01:00
Robert Schäfer
298db35546 Use simple past and consistend naming 2018-12-03 19:04:45 +01:00
Robert Schäfer
66b12f28b8
Wording: unseed does not exist but clean 2018-12-03 17:16:41 +01:00
Armin Kunkel
b5ce0351c7 Add yarn db:reset script 2018-12-03 15:38:08 +01:00
Grzegorz Leoniec
ea18ad8e1f merged master in 2018-11-30 10:09:43 +01:00
Grzegorz Leoniec
ebcec50a09
Update README.md 2018-11-26 18:03:59 +01:00
Grzegorz Leoniec
db719a2327
Update README.md 2018-11-12 13:52:38 +01:00
Grzegorz Leoniec
7d5593ed80
Merge branch 'master' into issue-template 2018-11-12 13:22:04 +01:00
Grzegorz Leoniec
fd0b3922d3
Update README.md 2018-11-12 12:16:49 +01:00
Armin Kunkel
8af3790395 Put APOC plugin in right directory + modify README 2018-11-09 13:32:35 +01:00
Grzegorz Leoniec
8542105c8a
Update README.md 2018-10-23 12:40:11 +02:00
Grzegorz Leoniec
cb42163799
Merge pull request #5 from roschaefer/docker
Add Installation with Docker
2018-10-23 12:33:54 +02:00
Grzegorz Leoniec
e0f0bb95ca
Merge branch 'master' into update_configuration_instructions 2018-10-23 12:31:47 +02:00
Robert Schäfer
67e330d10e Add Documentation for Installation with Docker 2018-10-19 23:19:32 +02:00
Robert Schäfer
8d0cc971bb Add README instructions to configure .env 2018-10-18 14:48:32 +02:00
Grzegorz Leoniec
31f4db460a
Update README.md 2018-10-18 14:32:45 +02:00
Grzegorz Leoniec
98d90140a2
updated jwt status 2018-10-18 13:53:25 +02:00
Grzegorz Leoniec
81430b0bad
fixed install example 2018-10-18 12:54:01 +02:00
Grzegorz Leoniec
71b7623601 added important point about the APOC in neo4j 2018-10-09 15:25:05 +02:00
Grzegorz Leoniec
6dee6f676a updated readme 2018-10-09 15:13:32 +02:00
Grzegorz Leoniec
5faf3ec6ee updated readme 2018-10-09 15:09:56 +02:00
Grzegorz Leoniec
af8dba7f16 updated readme 2018-10-05 14:53:11 +02:00
Grzegorz Leoniec
5fcceda30f initial commit 2018-10-05 13:31:45 +02:00