Skip to content

Releases: src-d/datasets

v5.3.0

11 Oct 13:58
6aa7e3c
Compare
Choose a tag to compare
Merge pull request #167 from r0mainK/add-uast-dataset

Support the UAST dataset in `pga` tool

v5.2.0

26 Sep 17:27
Compare
Choose a tag to compare

Change Log

v5.2.0 (2019-09-26)

Full Changelog

New features:

  • New pga siva set of commands to work with siva files: raw unpack, dump revisions, list Git commits and references.
  • New pga2uast CLI app to extract Babelfish UASTs from siva.
  • New list-pga-heads CLI app to list files in HEAD revisions in siva.
  • pga and pga-create are built with Go modules instead of dep.

v5.1.0

31 Jul 12:47
c7e9111
Compare
Choose a tag to compare

Change Log

v5.1.0 (2019-07-31)

Full Changelog

Closed issues:

  • Errors/hanging when running pga get --lang java --output . #142
  • error when running pga list #140

Merged pull requests:

v5.0.1-rc.6

06 May 11:35
e89d85a
Compare
Choose a tag to compare
v5.0.1-rc.6 Pre-release
Pre-release

Change Log

v5.0.1-rc.6 (2019-05-06)

Full Changelog

Merged pull requests:

  • pga-create: fix clean temp siva files on indexer error #129 (mcarmonaa)
  • pga-create: bug fixing and docker image update #128 (mcarmonaa)

v5.0.1-rc.5

16 Apr 16:46
8d0fe27
Compare
Choose a tag to compare
v5.0.1-rc.5 Pre-release
Pre-release

Change Log

v5.0.1-rc.5 (2019-04-16)

Full Changelog

Merged pull requests:

  • pga-create: use tmp directory setup by core-retrieval #127 (jfontan)

v5.0.1-rc.4

15 Apr 13:01
9949438
Compare
Choose a tag to compare
v5.0.1-rc.4 Pre-release
Pre-release

Change Log

v5.0.1-rc.4 (2019-04-11)

Full Changelog

Merged pull requests:

  • Add the commit features dataset to the root README index #126 (warenlg)
  • pga-create: improve files generated from the analyzed data #125 (mcarmonaa)
  • Update the notebook and the link of the PR comments dataset #124 (warenlg)
  • Update the review comments dataset README #123 (vmarkovtsev)
  • Structural features dataset #122 (Jan21)
  • Add commit messages dataset #120 (vmarkovtsev)

v5.0.1-rc.3

25 Mar 18:46
b9a4447
Compare
Choose a tag to compare
v5.0.1-rc.3 Pre-release
Pre-release

Change Log

v5.0.1-rc.3 (2019-03-25)

Full Changelog

Merged pull requests:

v5.0.1-rc.2

25 Mar 12:38
1f8f53a
Compare
Choose a tag to compare
v5.0.1-rc.2 Pre-release
Pre-release

Change Log

v5.0.1-rc.2 (2019-03-25)

Full Changelog

Merged pull requests:

  • pga-create: use only one volume in the Dockerfile #119 (mcarmonaa)

v5.0.1-rc.1

20 Mar 13:44
b3222a0
Compare
Choose a tag to compare
v5.0.1-rc.1 Pre-release
Pre-release

Change Log

v5.0.1-rc.1 (2018-03-20)

Full Changelog

Implemented enhancements:

  • Provide md5 for index #57
  • [Feature request] Add stars to index file #43
  • Make PGA downloader safe to cancel #39
  • [Feature request] Add repository size to index #27

Fixed bugs:

  • borges-indexer fails to run with database schema from latest borges version #48
  • update lint repo #89 (kuba--)

Closed issues:

  • Support selecting version in pga downloader #108
  • When would one repository contains more than one sivaFile? #98
  • pga get --stdin file.txt freezes #82
  • Merge gitbook documentation and make it the main one #75
  • Support https on pga.sourced.tech #60
  • Logo for Public Git Archive #55
  • check md5 files to decide whether they should be downloaded again #37
  • unexpected EOF leads to corrupted siva files. #36

Merged pull requests:

v5.0.0-rc2

10 May 20:58
Compare
Choose a tag to compare
v5.0.0-rc2 Pre-release
Pre-release

This new version introduces a new tool to explore and download the Public Git Archive dataset: pga.

Read the document of pga for more details on how to use it, and file any issues you might find.