Skip to content

Tags: danvergara/dblab

Tags

v0.38.0

Toggle v0.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Vim inspired query editor (#303)

* rename the keybindings variable

* add keys to the config for the editor

* add key handling to the editor

* add key bindings to the config files

* add more key bindings to the editor

* update the readme file to remove the old tcell reference

* deprecate the original execute query key binding

* update the readme file based on the new key bindings

* update the website documentation

* add dump files

* remove obvious comments

* remove another obvious comment

v0.37.1

Toggle v0.37.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add default values to end of line and beginning of life key bind…

…ings (#301)

v0.37.0

Toggle v0.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add keybindings to navigate all the way to end or the beginning… (

#300)

* feat: add keybindings to navigate all the way to end or the beginning of the current line on the viewport

* docs: add the $ and 0 keybinginds to the dos

* docs: add key bindings to the docs

* fix fig tags

* add test to validate new key bindings

v0.36.1

Toggle v0.36.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix table cell size and other ui fixes (#297)

* fix table cell size by storing the max width from rows

* remove redundant conditional

* change focus to the resulset view after successful queries

* fix footer height calculation

* fix node id collision by providing a guaranteed-unique id

* add node id formatting

* set the first database as the default one in the graph

v0.36.0

Toggle v0.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: migrate to treeview (#296)

* migrate to treeview

* fix error not checked errors

* omit type at sideViewContent declaration

* add icons

* update tree image

* remove a comment

v0.35.0

Toggle v0.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update images used for the documentation site (#294)

v0.34.3

Toggle v0.34.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix panic index out of range (#289) (#291)

* fix(tui): fix panic index out of range (#289)

* fix: typo in Makefile

v0.34.2

Toggle v0.34.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(root): fix flags logic at the root.go file (#284)

v0.34.1

Toggle v0.34.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(form): fix for to not show ssl connection params after selecting …

…disabling them (#283)

v0.34.0

Toggle v0.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: replace dlab.danvergara.com with dblab.app domain in the docs (#…

…276)