Skip to content

Releases: src-d/gitbase-web

v0.6.5

19 Apr 09:29
8582449
Compare
Choose a tag to compare

Bug Fixes

  • The UAST viewer nodes could not be expanded on click (#402).

v0.6.4

28 Mar 12:27
3696d02
Compare
Choose a tag to compare

This release has been tested with gitbase v0.19.0.

Bug Fixes

  • For UAST parsing, changing between transformation modes (semantic, annotated, native) caused inconsistent results (#354).
  • Fix TypeError for certain UAST content (#304).

Internal

  • Use Go 1.12 to test and build the binaries (#365).

v0.6.2

06 Mar 17:51
4cbf198
Compare
Choose a tag to compare

Bug Fixes

The query cancellation was not propagated to gitbase in some cases (#357).

v0.6.1

19 Feb 17:28
0581198
Compare
Choose a tag to compare

This release is the same as v0.6.0, but adding release artifacts for macOS and Windows.

v0.6.0

14 Feb 15:47
b664a34
Compare
Choose a tag to compare

New Features

Internal

  • Use CONNECTION_ID to cancel queries instead of SHOW FULL PROCESSLIST (#277).

v0.5.0

18 Jan 15:15
a0826af
Compare
Choose a tag to compare

New Features

  • The help button now opens a help dialog with a list of keyboard shortcuts: ctrl+enter to run the query, ctrl+space to autocomplete (#293).
  • New favicon (#303)

Bug Fixes

v0.4.0

17 Dec 16:57
30953f7
Compare
Choose a tag to compare

Breaking Changes

  • This release breaks compatibility with gitbase releases previous to v0.18.0.

New Features

  • Support for gitbase v0.18.0.
  • Support for UAST v2 (#279).
  • Support for UAST transformation mode selector (#283).

v0.3.1

23 Nov 16:40
9b3f77a
Compare
Choose a tag to compare

Bug Fixes

  • Fix panic="runtime error: slice bounds out of range" for some specific string columns (#288)

Internal

  • Update gitbase version in docker-compose (#274)
  • Update go-cli dependency for better log options enforcement (#275)

v0.3.0

16 Oct 16:36
4aadf37
Compare
Choose a tag to compare

New Features

  • Disable the query cancel button for browsers that do not support the AbortController interface. See compatibility details here (#265)
  • Small padding adjustment around the query buttons (#269)

Internal

v0.2.0

10 Oct 10:47
32a27d5
Compare
Choose a tag to compare

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)