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

Gradle task for automatic version mapping between neo4j and apoc #552

Merged
merged 1 commit into from Aug 21, 2017

Conversation

albertodelazzari
Copy link
Member

I introduced a new "versions" task for gradle that does the following steps:

  1. retrieve all the tags related to the apoc project
  2. for each tag retrieve the raw content of build.gradle
  3. extract neo4j version from build.gradle
  4. create a JSON containing a list of objects: neo4j version, apoc version, release url and download url
  5. write the JSON to version.json

How do we want to handle the "sanity checks" for compatibility? Do we want to do something similar to the ETL project?

@jexp
Copy link
Member

jexp commented Aug 21, 2017

@albertodelazzari
Yep some rough sanity check would be good. Perhaps as an extra shell script to be run.
For each of the entries in the JSON:

  1. pull neo4j of that version e.g. from dist.neo4j.org or via docker
  2. pull the apoc release jar of that version
  3. install apoc, and run a bunch of procedures / functions. Esp. read/write/index access/periodic iterate/something that reads config.

Should become a separate issue / task.

@jexp jexp merged commit 8efaedd into neo4j-contrib:3.1 Aug 21, 2017
jexp added a commit that referenced this pull request Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants