You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/05/07 12:02:18 UTC

[1/2] tinkerpop git commit: Minor updates to pre-flight check docs CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master 7096363b3 -> 9bff0f439


Minor updates to pre-flight check docs CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ea594461
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ea594461
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ea594461

Branch: refs/heads/master
Commit: ea594461ef15edc6daa2129199ac3c45706b76d9
Parents: 153a01b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon May 7 08:01:30 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon May 7 08:01:30 2018 -0400

----------------------------------------------------------------------
 docs/src/dev/developer/release.asciidoc | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ea594461/docs/src/dev/developer/release.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index 9439abb..aad2bca 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -127,14 +127,9 @@ during this period.
 ... All tickets not marked "Fixed", "Done", or "Implemented" for their Resolution should not have a Fix Version
 assigned (use common sense when reviewing these tickets before removing the Fix Version as it is possible the incorrect
 Resolution may have been assigned).
-.. Update `gremlin-io-test` (from 3.3.0 on - this module was not available prior to the 3.3.x line):
-... Build new test files with `mvn clean install -pl gremlin-tools/gremlin-io-test -Dio`
-... If necessary copy relevant portions of IO dev documentation from `target/dev-docs` to the actual asciidoc file at `docs/src/dev/io` (this is basically just for GraphSON).
-... Generate test files for other lines of TinkerPop releases that don't have `gremlin-io-test` to automate that process (refers to the 3.2.x line):
-.... Scripts to "back generate" test data files can be found in the comments of `docs/src/dev/io/graphson.asciidoc`and `docs/src/dev/io/gryo.asciidoc` and can be pasted into a Gremlin Console instance that matches the target version expected of the test files. Once generated these files can be copied to the branch that requires them.
-.... It is worth double checking the output file counts against past versions as the number of files should match. Obviously, if new test types were added to the model then those would have to be accounted for. Update the scripts as necessary.
-.... The `CompatibilitiesTest` will need to be updated - it is a troublesome test which needs to be adjusted on each release (doesn't appear to be a good way to test all of its features without this hassle).
-... Commit and push all files to the repository after doing a build with `mvn clean install` to verify that there are no problems.
+.. Be sure that `gremlin-io-test` has been updated (from 3.3.0 on - this module was not available prior to the 3.3.x line)
+... This is typically a post-release task, but it's worthing checking to be sure in case the step was somehow overlooked.
+... Instructions for updating the module are described in the <<io,IO Documentation and Testing Section>>.
 . When all documentation changes are in place, use `bin/publish-docs.sh` to deploy a final `SNAPSHOT` representation
 of the docs and thus validate that there are no issues with the documentation generation process. Request review
 of the published documentation on the dev mailing list.


[2/2] tinkerpop git commit: Merge branch 'tp33'

Posted by sp...@apache.org.
Merge branch 'tp33'


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9bff0f43
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9bff0f43
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9bff0f43

Branch: refs/heads/master
Commit: 9bff0f43969264da988715d60eec4f94b9c941ed
Parents: 7096363 ea59446
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon May 7 08:02:02 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon May 7 08:02:02 2018 -0400

----------------------------------------------------------------------
 docs/src/dev/developer/release.asciidoc | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
----------------------------------------------------------------------