This is an automated email from the ASF dual-hosted git repository. colegreer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from a7781f56be CTR docs/gremlint dependabots add 3a071afda8 [TINKERPOP-3025] Add missing l_trim() and r_trim() to python (#2432) add d2eaf93dd5 [TINKERPOP-2872] Change JS tests to compare elements by ID for consistency with other GLVs (#2422) add fed30eec62 CTR Update LICENSE file bundled dependencies new a056d082cf Merge branch '3.7-dev' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGELOG.asciidoc | 2 + LICENSE | 5 +- .../src/main/javascript/gremlin-javascript/LICENSE | 10 +- .../javascript/gremlin-javascript/licenses/chai | 12 +- .../test/cucumber/element-comparison.js | 123 +++++++++ .../test/cucumber/feature-steps.js | 10 +- .../test/unit/element-comparison-test.js | 299 +++++++++++++++++++++ .../gremlin_python/process/graph_traversal.py | 44 ++- licenses/{prism => chai} | 12 +- 9 files changed, 496 insertions(+), 21 deletions(-) copy licenses/prism => gremlin-javascript/src/main/javascript/gremlin-javascript/licenses/chai (86%) create mode 100644 gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/element-comparison.js create mode 100644 gremlin-javascript/src/main/javascript/gremlin-javascript/test/unit/element-comparison-test.js copy licenses/{prism => chai} (86%)