This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch TINKERPOP-2551
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


 discard f65a5e3  TINKERPOP-2551 Configure gremlint build into maven
     add 5538770  TINKERPOP-2565 Fixed bug with vertexLabelKey validation in 
GraphMLWriter CTR
     add 81135d1  Merge branch '3.4-dev' into 3.5-dev
     add eccc0a3  TINKERPOP-2548 Added getter for the indexer on IndexStep CTR
     add 3088171  Merge branch '3.4-dev' into 3.5-dev
     add f52abb2  TINKERPOP-2574 Don't gitignore package-lock.json CTR
     add c85cec2  Merge branch '3.4-dev' into 3.5-dev
     add c98d9ca  Add package-lock file to Gremlint CTR
     add 85215e3  TINKERPOP-2548 Provided an enum to represent the IndexerType 
used on the IndexStep CTR
     add 478cf73  Merge branch '3.4-dev' into 3.5-dev
     add c488677  Generate updated package-lock.json for gremlin-javascript CTR
     add bd3dbba  TINKERPOP-2551 Configure gremlint build into maven

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f65a5e3)
            \
             N -- N -- N   refs/heads/TINKERPOP-2551 (bd3dbba)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |     1 -
 CHANGELOG.asciidoc                                 |     2 +
 docs/gremlint/package-lock.json                    | 31059 +++++++++++++++++++
 .../process/traversal/step/map/IndexStep.java      |    39 +-
 .../structure/io/graphml/GraphMLWriter.java        |     2 +-
 .../gremlin-javascript/package-lock.json           |  2616 ++
 gremlint/package-lock.json                         |  4832 +++
 gremlint/package.json                              |     1 -
 gremlint/pom.xml                                   |     5 +-
 9 files changed, 38547 insertions(+), 10 deletions(-)
 create mode 100644 docs/gremlint/package-lock.json
 create mode 100644 
gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
 create mode 100644 gremlint/package-lock.json

Reply via email to