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

Docker support added #1

Open
wants to merge 112 commits into
base: master
Choose a base branch
from
Open

Docker support added #1

wants to merge 112 commits into from

Conversation

mrunal4
Copy link

@mrunal4 mrunal4 commented Oct 14, 2018

  • Wrote Dockerfile and docker-comopose.yml
  • Dockerfile is based on alpine
  • Tested api by Surrendra

rajatjain1997 and others added 30 commits June 19, 2017 15:01
…t on it

Two methods added should now form the backbone for the entire RCS functionality of the spec, other people can send instantiations here!
 Changes to be committed:
	modified:   src/gnowdb/core.clj
	new file:   src/gnowdb/neo4j/grcs.clj
-user can choose whether to enable UUID for nodes or not
-Added a few test cases for gneo.clj
-Added a few test cases for string processing functions of gneo.clj
-Added a few functions to files.clj
-Made some functions in gneo.clj private
Shivankit-Gaind and others added 30 commits July 12, 2017 15:10
Added functions to revision neo4j schema, and also fix malformed NODEKEY constraint queries.
 Changes to be committed:
	modified:   src/gnowdb/neo4j/gdriver.clj
	modified:   src/gnowdb/neo4j/gneo.clj
	modified:   src/gnowdb/neo4j/grcs.clj
	modified:   test/gnowdb/neo4j/gneo_test1.clj
Also added database wide constraint revertion
 Conflicts Resolved:
	test/gnowdb/spec/workspaces_test.clj

 Changes to be committed:
	new file:   Instructions.txt
	modified:   project.clj
	deleted:    src/gnowdb/authentication/middleware/auth.clj
	deleted:    src/gnowdb/authentication/resources.clj
	modified:   src/gnowdb/handler.clj
	new file:   src/gnowdb/misc.clj
	modified:   src/gnowdb/resources/files.clj
	modified:   src/gnowdb/routes/files.clj
	new file:   src/gnowdb/routes/login.clj
	modified:   src/gnowdb/routes/workspaces.clj
	new file:   src/gnowdb/users.clj
	modified:   test/gnowdb/spec/workspaces_test.clj
Changes to be committed:
	modified:   src/gnowdb/neo4j/grcs.clj
…o rcs-bkp folder, but a new revision will be put in place.

This will allow for database/ sub-graph wide revert functionality in the future
Changes to be committed:
	modified:   .gitignore
	modified:   src/gnowdb/core.clj
	modified:   src/gnowdb/neo4j/gdriver.clj
	modified:   src/gnowdb/neo4j/grcs.clj
	modified:   src/gnowdb/neo4j/grcs_revert.clj
Also added a function to get all Revisioned nodes.
NOTE: Must add suitable exception handling for dates. (Currently trying to revert multiple nodes, when the node has no revisions matching date input will result in an error.)

 Changes to be committed:
	modified:   src/gnowdb/neo4j/grcs.clj
	modified:   src/gnowdb/neo4j/grcs_revert.clj
…reated. Curiously the number of relations not created is constant for the same test set.
 Changes to be committed:
	modified:   project.clj
…syntax

predicates of clojure 1.9.0: removed ':' from definition of all keyword arguments.

Updated project.clj to reflect latest versions of dependencies.

Removed init, files, workspaces include statements from core.clj.

Also removed asynchronous gconf.clj file reloading , since async-watch caused weird compilation errors.

Fixed test cases and commented out spec test cases.

 Changes to be committed:
	modified:   project.clj
	modified:   src/gnowdb/core.clj
	modified:   src/gnowdb/neo4j/dumprestore.clj
	modified:   src/gnowdb/neo4j/gcust.clj
	modified:   src/gnowdb/neo4j/gdriver.clj
	modified:   src/gnowdb/neo4j/gneo.clj
	modified:   src/gnowdb/neo4j/gqb.clj
	modified:   src/gnowdb/neo4j/grcs.clj
	modified:   src/gnowdb/neo4j/grcs_locks.clj
	modified:   src/gnowdb/neo4j/grcs_revert.clj
	modified:   src/gnowdb/spec/files.clj
	modified:   src/gnowdb/spec/rcs.clj
	modified:   src/gnowdb/spec/workspaces.clj
	modified:   test/gnowdb/neo4j/gneo_test.clj
	modified:   test/gnowdb/neo4j/gneo_test1.clj
	modified:   test/gnowdb/neo4j/grcs_test.clj
	modified:   test/gnowdb/spec/workspaces_test.clj
…ST api

 Changes to be committed:
	modified:   src/gnowdb/core.clj
	modified:   src/gnowdb/neo4j/queryAggregator.clj
…led to load class "org.slf4j.impl.StaticLoggerBinder".
…es only, removed redundent new line and cd command, custom settings related check and copy command added and to make it effective change the file from host and restart container ; docker-compose.yml: volume mounted custom settings file
…nd added print statement incase of file found ; docker-compose.yml - changed container name and where it is referenced
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.

7 participants