Jgit Spark Connector Versions Save

jgit-spark-connector is a library for running scalable data retrieval pipelines that process any number of Git repositories for source code analysis.

v2.0.1

5 years ago
  • Fix support for standard repositories

v2.0.0

5 years ago

Change name to jgit-spark-connector

v1.0.0

5 years ago

v0.7.0

5 years ago

v0.6.4

6 years ago
  • Fix PySpark version to 2.2.1

v0.6.3

6 years ago
  • Fix zip-slip vulnerability

SECURITY NOTICE: anyone using engine on siva files created by arbitrary 3rd parties should upgrade to this version as soon as possible. Thanks to Toni Cárdenas (@tcard) for notifying us about the vulnerability.

  • python: add skip_read_errors to Engine constructor

v0.6.2

6 years ago
  • Change log level for closing repository message
  • Update python Spark version

v0.6.1

6 years ago
  • Change shaded package names
  • provider: make sure all files are cleaned up
  • iterator: correctly handle git exceptions

v0.6.0

6 years ago
  • Update bblfsh library to 1.8.2
  • Unify examples folder

v0.5.8

6 years ago
  • Require PySpark 2.2.x instead of >=2.2.0
  • parse_uast_node returns Python node now