harvester

Service used to harvest data from various endpoints

Notes

This repository uses bump2version for managing tags. To bump a version use

bump2version <major|minor|patch> # or bump2version --new-version <new_version>
git push && git push --tags

We are currently maintaining v2 and v3 versions for this repository for the time being.

  • v2

    • tagging with bump2version shall happen on the v2 branch

    • should contain small patches and bugfixes

    • cherry pick fixes from v3 if they are absolutely necessary

  • v3

    • tagging with bump2version shall happen on the main branch

    • should contain features as well as patches and bugfixes

    • cherry pick fixes from v2 if they apply