Skip to content

Tags: danvergara/dblab

Tags

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)

v0.33.0

Toggle v0.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add quality of life changes (#264)

* build(gomod): install clipboard

* feat(tui): add the ability to copy the content of a cell by pressing enter key

* feat(tui): scroll back to the the beginning the cell selected when a table is selected

* feat(tui): set focus to the content view after a successful query

* feat(tui): fix table header visible after scrolling

* docs(readme): add guidelines on how to copy content from table cell

v0.32.0

Toggle v0.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: configurable key bindings (#255)

* test(config): add more fields to the config file to test the new behavior

* feat(command): add more option fields to the commands struct to config the navigation key bindings

* feat(config): add more fields to the config object to read the navigation keybindings from the config file

* feat(tui): add a way to read the navigation keybindings rather than the constant values from tcell

* feat(root): add default keybindings to keep backward compatibility

* docs(readme): add documentation for the key bindings configuration

* chore(form): ignore key bindings field so dblab can enter in form mode

* fix: fix typo

* refactor: move non-navigation key bindings a level above on the KeyBinding structs

* docs(mkdocs): add key binding config documentation to the mkdocs

v0.31.0

Toggle v0.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(mkdocs): update usage markdown file (#259)

v0.30.1

Toggle v0.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(app): fix the ssh tunnel connection handling (#249)

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(screenshots): add missing screenshot (#247)

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: databases tree view (#245)

* feat(client): adapt the client to handler database-less connections

* feat(connection): add the change to make the database param non-mandatory

* feat(client): update the database implementations to be complaint with databaseQuerier interface

* feat(tui): refactor the tui to handler connection without the database

* fix(pkg): address ccoVeille comments Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>

* docs(readme): add instructions on how to use new tree view

v0.28.1

Toggle v0.28.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix broken ux (#244)

* fix(tui): fix pagination

* fix(tui): fix table list interaction by returning the previous behavior before the port to tview