Skip to content

Releases: DLR-SC/gitlab2prov

v0.4.1

23 Apr 12:43
eb8d82a

Choose a tag to compare

๐Ÿ†•๐Ÿ“ Added support for additional GitLab events and documentation for all newly supported events. Fixed errors when requesting deactivated API endpoints.

Added

  • Support for wider range of GitLab events.
  • Documentation for all new supported events.

Fixed

  • Errors when requesting deactivated API endpoints are now handled gracefully.

v0.4 (Pre-release)

23 Apr 10:50

Choose a tag to compare

v0.4 (Pre-release) Pre-release
Pre-release

๐Ÿšง The v0.4 pre-release adds support for more GitLab events and fixes an error handling issue when requesting deactivated API endpoints.

Added

  • Support for additional GitLab events.

Fixed

  • Error handling hotfix for requests to deactivated API endpoints.

v0.3

15 Oct 16:05

Choose a tag to compare

๐Ÿ†•๐Ÿš€ The v0.3 release removes the prov-db-connector dependency, bins the Neo4j import functionality, updates the PROV models, and improves error handling.

Changed

  • Updated PROV models in /docs to reflect changes in the PROV model.
  • Updated config file example.
  • Update usage section in README.

Fixed

  • Updated setup.py to resolve an issue for python versions below 3.8.
  • Configuration errors are now handled gracefully.

Removed

  • Dependency on prov-db-connector. Neo4j import functionality is no longer part of this package.

v0.2

01 Aug 13:56

Choose a tag to compare

๐ŸŽ“ The gitlab2prov package has been marked for usage in a bachelor thesis by @cdboer to aid reproducibility.

Changed

  • Project status marked for gitlab2prov usage in @cdboer's bachelor thesis.

v0.1

22 Jan 13:31
b945361

Choose a tag to compare

๐ŸŽ‚ Initial public release of the gitlab2prov package. Features include extraction of metadata from gitlab projects, generation of provenance graphs using the extracted metadata, storing of provenance data in different serialization formats and Neo4j databases, preset queries for property graph analysis and a comprehensive README with usage instructions and dependencies.

Added

  • Revised README to provide a comprehensive overview of the project's objectives and instructions for usage.
  • Initial public version of the gitlab2prov package.
  • Preset queries tailored for use on the property graphs produced by the tool, implemented in Neo4j.
  • requirements.txt file specifying the list of dependencies required to run the tool.