Skip to content

Releases: src-d/metadata-retrieval

v0.1.1

24 Oct 15:13
610a462
Compare
Choose a tag to compare

v0.1.1 - 2019-10-24

Fixed

  • Missing values for nullable timestamptz where being inserted as 0001-01-01 00:00:00+00:00 instead of null. The affected fields where issues_versioned.closed_at, pull_requests_versioned.closed_at and pull_requests_versioned.merged_at (#74).
  • Avoid retrying requests with bad credentials (#23).

v0.1.0

23 Oct 13:57
9e86150
Compare
Choose a tag to compare

v0.1.0 - 2019-10-23

Initial release for downloading metadata from git hostings. Available commands:

  • Download organization
  • Download repository
  • Download an organization with all the repositories

Supported providers:

  • Github