Releases: src-d/gitbase-web
Releases · src-d/gitbase-web
v0.6.5
v0.6.4
v0.6.2
v0.6.1
v0.6.0
v0.5.0
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
- The application did not work properly if it was deployed behind a proxy with a path different to
/
, e.g. http://example.com/gitbase/ (#286)
v0.4.0
v0.3.1
v0.3.0
v0.2.0
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
andversion
; and the option to configure options with environment variables (as before) or CLI arguments (new). Thegitbase-web
binary now requires theserve
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
ofUAST
does not work anymore with gitbase v0.17 (#259)