forked from gnowgi/gnowdb
-
Notifications
You must be signed in to change notification settings - Fork 2
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
mrunal4
wants to merge
112
commits into
gnowledge:master
Choose a base branch
from
mrunal4:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
mrunal4
commented
Oct 14, 2018
- Wrote Dockerfile and docker-comopose.yml
- Dockerfile is based on alpine
- Tested api by Surrendra
Merging From Master
…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
Added basic rcs functions
-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
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".
…ter/Dockerfile" and Reason "403 API rate limit exceeded for IP"
…ter/Dockerfile" and Reason "403 API rate limit exceeded for IP"
…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
…uggested by Surrendra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.