Releases: DLR-SC/gitlab2prov
v0.4.1
๐๐ 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)
๐ง 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
๐๐ 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.pyto 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
v0.1
๐ Initial public release of the
gitlab2provpackage. 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.txtfile specifying the list of dependencies required to run the tool.