86 Commits

Author SHA1 Message Date
Robert Schäfer
803e613c4b Clean way to seed the database
1. Temporarily open another backend with permissions disabled
2. Connect to this backend and run seed data
2018-11-20 21:43:13 +01:00
Grzegorz Leoniec
96da90a255 first attempt to automate dynamic seeding 2018-11-16 20:59:05 +01:00
Grzegorz Leoniec
59e9b9df1d fixed date format 2018-11-15 12:44:41 +01:00
Grzegorz Leoniec
8b0be5fb89 try to fix seeder with authentication 2018-11-15 12:33:05 +01:00
mcwimpy
af57a6aa02
Update README.md
another minor fix on wrong path
2018-11-14 18:01:02 +01:00
mcwimpy
9a7cb99d89
Update README.md
path corrections to have no problem copy pasting (had commands with a . at the end that could hardly be seen)
2018-11-14 17:58:40 +01:00
mcwimpy
3d10944c94
Update README.md
correcting little typo
2018-11-14 17:43:45 +01:00
mcwimpy
d5895bfaca
Update README.md
adding additontional install and download steps
2018-11-14 17:33:39 +01:00
mcwimpy
a0a194b288
Update README.md
adding dashboard issue solution
2018-11-14 13:44:22 +01:00
mcwimpy
3287d96ff7
Update README.md
adding info about my experience of getting this to work
2018-11-14 13:24:26 +01:00
Grzegorz Leoniec
db719a2327
Update README.md 2018-11-12 13:52:38 +01:00
Grzegorz Leoniec
f39d52df06
Merge pull request #14 from Mastercuber/issue-template
Add Issue template and modify README
2018-11-12 13:22:22 +01:00
Grzegorz Leoniec
7d5593ed80
Merge branch 'master' into issue-template 2018-11-12 13:22:04 +01:00
Grzegorz Leoniec
09a5c68676
Merge pull request #12 from Human-Connection/kompose
Kompose
2018-11-12 12:21:33 +01:00
Grzegorz Leoniec
fd0b3922d3
Update README.md 2018-11-12 12:16:49 +01:00
Armin Kunkel
0f29c3513d Add github issue templates 2018-11-09 13:32:46 +01:00
Armin Kunkel
8af3790395 Put APOC plugin in right directory + modify README 2018-11-09 13:32:35 +01:00
Grzegorz Leoniec
c7cf4bf4d2
Merge pull request #13 from appinteractive/fix_env_template
Delete .gitignored file .env
2018-11-04 13:36:48 +01:00
Robert Schäfer
cc65cfe175 Delete .gitignored file .env
On my machine, changes to .env are visible if I run `git status`. I
think we should delete all .gitignored files and clearly state in the
README what needs to be done.

Also the .env.template did not have a JWT secret. Probably because sb.
edited the local .env file and forgot to edit it in the template.
2018-11-04 10:48:10 +01:00
Robert Schäfer
0fea8d8dd4 Add deployment to give dashboard user full access 2018-11-04 10:35:42 +01:00
Robert Schäfer
c37d58a9c3 Automatically expose services 2018-11-02 14:48:29 +01:00
Robert Schäfer
5e47b5fb99 Set imagePullPolicity to fix image pull errors 2018-11-02 14:28:26 +01:00
Robert Schäfer
e81f2344c3 Fix README 2018-11-02 13:59:37 +01:00
Robert Schäfer
0699b22137 Move volume declaration for backend to .override
+ lowercase working directory
+ download plugins to correct location /var/lib/neo4j/plugins
2018-11-02 11:22:38 +01:00
Robert Schäfer
4e13c6abe8 Tag edge to latest for better understanding 2018-11-02 11:14:29 +01:00
Robert Schäfer
5a844b4bfb Add documentation 2018-11-02 11:14:29 +01:00
Robert Schäfer
90c9e38437 Add image tag to kubernetes setup 2018-11-02 11:14:29 +01:00
Robert Schäfer
3cbee31f01 Use commands that overwrite existing files
For strange reasons, I could not `docker-compose up --build` because
apoc plugin existed at the given location
2018-11-02 11:14:29 +01:00
Robert Schäfer
e1da9f1f90 Run kompose -f docker-compose.yml convert
Move files to folder kubernetes
2018-11-02 11:14:29 +01:00
Robert Schäfer
8c30959de8 Move kompose incompatible parts to .override
Only version 3.7 is left, changing it would create a version mismatch.
2018-11-02 11:14:29 +01:00
Grzegorz Leoniec
99531a3f7b
Merge pull request #11 from appinteractive/create_volumes_for_backend
Add volumes to use docker for development
2018-11-01 23:49:16 +01:00
Grzegorz Leoniec
3b5d1148cb
Merge pull request #10 from appinteractive/expose_neo4j_browser
Expose neo4j-browser ports
2018-11-01 23:48:13 +01:00
Robert Schäfer
f3c0678611 Add volumes to use docker for development 2018-11-01 14:11:06 +01:00
Robert Schäfer
8aa3fea718 Expose neo4j-browser ports
This helps developers to access the neo4j database from the browser.
Visit http://localhost:7474/ to see it in action.
2018-10-31 17:44:56 +01:00
Grzegorz Leoniec
431f024430 Merge branch 'master' of github.com:appinteractive/hc-prototype-api 2018-10-30 18:40:19 +01:00
Grzegorz Leoniec
e7c6bf1656 fixed permissions 2018-10-30 18:40:15 +01:00
Grzegorz Leoniec
21742e9266
Merge pull request #9 from appinteractive/xipio
Use xip.io trick for server/client side rendering
2018-10-30 16:31:31 +01:00
Grzegorz Leoniec
dd89c52156 added permissions middleware and introduced walkRecursive helper 2018-10-30 13:03:05 +01:00
Robert Schäfer
2ab1b0778c Use xip.io trick for server/client side rendering 2018-10-29 23:39:49 +01:00
Grzegorz Leoniec
712ac12580 removed whitespace 2018-10-29 14:39:37 +01:00
Grzegorz Leoniec
4e153c9ce8 commented xss middleware 2018-10-29 13:54:12 +01:00
Grzegorz Leoniec
00cc53e045 added xss protection, automatic links and, date middleware 2018-10-28 18:47:24 +01:00
Grzegorz Leoniec
6449d2a99c upgraded neo4j-graphql-js to 1.0.5 and removed blacklisted mutations for Statistics and LoggedInUser 2018-10-28 14:56:30 +01:00
Grzegorz Leoniec
8a60b417ee
Merge pull request #8 from appinteractive/Lulalaby-patch-1
Update schema.graphql
2018-10-26 20:58:57 +02:00
Grzegorz Leoniec
024ba81cd2 cleanup and some notes 2018-10-26 15:53:39 +02:00
Grzegorz Leoniec
811dee372b output createdAt and updatedAt on comments 2018-10-26 15:16:10 +02:00
Grzegorz Leoniec
e79cc6977d Merge branch 'master' of github.com:appinteractive/hc-prototype-api 2018-10-26 14:24:08 +02:00
Grzegorz Leoniec
ea33d55d01 fixed comment count in schema 2018-10-26 14:24:00 +02:00
Lala Sabathil
e40d19af5d
Update schema.graphql
Fix #7
2018-10-26 11:17:43 +02:00
Grzegorz Leoniec
4e89597106
Merge pull request #6 from appinteractive/provide_apoc_for_dockerized_neo4j
Custom Dockerfile to install apoc plugin in neo4j
2018-10-23 23:51:02 +02:00