Skip to content

v0.2.0

Compare
Choose a tag to compare
@carlosms carlosms released this 10 Oct 10:47
· 274 commits to master since this release
32a27d5

New Features

  • Update to gitbase v0.17.0-rc4 in docker-compose (#257)
  • Update to bblfshd v2.9.0 in docker-compose, using the new -drivers docker image to skip the installation of drivers on the first run (#254)
  • Show the number of rows returned by each query (#228)
  • Show the query results inside each query tab, instead of the common place on top (#200)
  • Show gitbase-web, gitbase, and bblfshd versions on the sidebar (#245)
  • Change the parse mode of UAST in the code viewer to semantic. This makes the UAST parsed from gitbase-web match the new defaults returned by gitbase v0.17 (more info in the bblfsh docs) (#252)
  • BREAKING CHANGE: Add CLI sub-commands serve and version; and the option to configure options with environment variables (as before) or CLI arguments (new). The gitbase-web binary now requires the serve sub-command to start.

Bug Fixes

  • Fix query cancellation (#241)
  • Fix query LIMIT for some edge cases with newlines (#260)
  • Set the maximum idle connections to 0 to avoid hitting the expiration time on gitbase side (#261)
  • Fix cells showing as UAST when they contain an empty string (#255)

Other

  • Remove the last query example, ARRAY_LENGTH of UAST does not work anymore with gitbase v0.17 (#259)