Skip to content

Releases: src-d/gitbase-web

v0.1.5

01 Oct 12:47
0718ceb
Compare
Choose a tag to compare

New Features

  • Support for new UAST serialization format used by gitbase v0.17.0 (#233)

v0.1.4

22 Aug 08:18
fe3c3bc
Compare
Choose a tag to compare

Bug Fixes

  • Fix for older browsers that don't support AbortController (#226).

v0.1.3

17 Aug 17:15
558c67b
Compare
Choose a tag to compare

New Features

  • Rename gitbase-playground to gitbase-web.

v0.1.2

17 Aug 14:12
a90330a
Compare
Choose a tag to compare

New Features

  • Queries that take too long can be cancelled (#199).
  • Change the default log level to info (#208).
  • Disable autorun when the user clicks on a sample query (#209).
  • Include dependencies versions in the /version response (#184).

Bug Fixes

  • Docker Compose file did not link gitbase-playground to bblfsh, so users could not view UAST from the code viewer modal (#197).

v0.1.1

12 Jul 10:23
86a2465
Compare
Choose a tag to compare

New Features

  • Updated examples
  • The forced LIMIT is displayed in the query results
  • Keep tabs open on failure
  • UAST viewer performance improvements
  • go-bindata is now managed with build tags

Bug Fixes

  • Fix float type columns, e.g. SUM() output

v0.1.0

05 Jul 12:42
9a885b0
Compare
Choose a tag to compare

Changelog

  • Updated dependencies
  • Better Babelfish xpath error reporting
  • Improved query error messages for 502 responses
  • Cleaner layout for table results with less rows than the page size
  • Simplified docs

v0.0.9

02 Jul 17:45
438e384
Compare
Choose a tag to compare

New Features

  • Transform code to UAST
  • Filter UAST with xpath queries
  • Support for HTML snippet injection for each deployment
  • Improved tab titles for larg number of tabs
  • Help link to gitbase documentation
  • Example queries in the sidebar

v0.0.8

27 Jun 09:19
1aff458
Compare
Choose a tag to compare

This release adds the following features:

  • styling
  • history tab
  • edit tabs titles
  • suspend tabs

The following feature is a work in progress that will be improved in next versions:

  • transform code to UAST

v0.0.6

07 Jun 15:38
11b0169
Compare
Choose a tag to compare

This release adds two new components to visualize the code and UAST columns.

v0.0.5

06 Jun 13:28
b0f881f
Compare
Choose a tag to compare

Maintenance release for v0.0.3 that fixes the published docker container.