Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: danvergara/dblab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.1
Choose a base ref
...
head repository: danvergara/dblab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.31.0
Choose a head ref
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on Apr 17, 2025

  1. build: bump go version 1.24 (#254)

    * build(gomod): bump go version to 1.24.2
    
    * build(docker): bump go version on the dockerfile
    
    * ci(github-actions): bump go version on ci files
    
    * ci(github-actions): bump golangci-lint
    
    * ci(github-actions): update golangci-lint config file
    
    * style(sshdb): replace self with something less generic
    danvergara authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    2fd4b96 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. chore: housekeeping changes (#256)

    * build(gomod): run go get -u to update packages
    
    * test(sshdb): fix sshdb test to remove the known_host file
    
    * ci(github): prevent the ci from running per pr only on push
    
    * style(pkg): fix golangci-lint warnings
    danvergara authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    afb91a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. feat: add a key binding to clear the query editor (#258)

    * feat(tui): add a key binding to clear the query editor
    
    * docs(readme): add the new keybinding to the readme file
    danvergara authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    e8b7a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    919d753 View commit details
    Browse the repository at this point in the history
Loading