You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.