github danvergara/dblab v0.1.0

latest releases: v0.22.0, v0.21.0, v0.21.0-rc2...
3 years ago

Changelog

bb1d76e fix releaser yaml file
89a2930 add a github action workflow to release the binaries files of the project
a46bf17 feat(gui): add a figlet banner with the name of the app as text
5d0ec06 fix(gui): fix the error handling when the query fails
74646e2 refactor(gui): refactor the multiple navigation function into a single one
7b19d6d refactor(gui): refactor the databse helper functions
809292e feat(gui): improve the navigation including the rows panel
2b64c3a feat(gui): add a function used to perform a select query based on the selected table
75fd4a1 refactor(gui): refactor the keybindings deginitions
5e4ac56 feat(gui): add a function used show all the tables of the database
a1a2617 refactor(app): add the client as a field of the gui, instead of being a field of the app
bf478d0 build(makefile): add commands to build the project
6bf535d build(docker): add docker support
58d4ae8 build(seeder): add methods to Seeder to seed the tables
a0706df fix(config): fix the getDBConnStr method replacing the default ssl mode
1a5de52 fix(seeder): add the import the database drivers
0231001 build(db): fix the migration files
3c70869 fix(gomod): fix dependencies by running go mod tidy
a5376fb build(seeds): add a seeds package with the necessary logic to seed the database
4f259ba build(migrations): add sql files to create tables
5e38fcb build(migrations): add a program to run migrations on the database that extracts the data from env vars
3af82ba add a config object to get the env vars related to the db conn
5721850 fix(actions): replace the host name with localhost
76f4dcc fix(actions): add the env variables to setup mysql as local env for that step
0a527b1 fix(actions): fix the user and password for mysql
4296aac fix(actions): fix yaml syntax on ci yaml file
84fc12b style(pkg): add points at the end of comments
18c18bf refactor(root): refactor the root command to call the objects instead manage the application
cd520e9 feat(app): add an app struct to handle the application
c824e65 refactor(gui): refactor the layout function as a method of the gui struct
bcfdcda refactor(gui): add a gui struct to handle all related to the gui
c617dfe style(gui): add a point to the end of the comments
060751e feat(root): add the gui package to the root package
d89aa0d feat(gui): add a package called to gui to manage all related to the gui app
fc2a916 style(client): add a dot at the end of the comment
5f8f25f test(scripts): add a env var to create a default database at startup
a953301 test(client): test the client using the way to build the conn string
834a34e feat(client): add a call to connection.BuildConnectionFromOpts to build the conn string given the options
ab04424 test(connection): add a test function to test the connection built with the user data
c8b2bd5 feat(connection): add logic to validate and parse postgres and mysql connections
45636c7 test(connection): add test cases to test connection strings validation
c69bcf3 fix(connection): fix validation for mysql
6cbcbc1 build(makefile): add commnads to run the unit tests and the linter
e5f8b5d feat(connection): add functions to validate the connection string
77c2705 Merge pull request #7 from danvergara/open-db-conn
8038643 refactor(root): add the options struct from the command pkg to the root command file
2b8f22b ci(github-actions): add two database containers to run test integrations against each
c8356d6 ci(github-actions): remove the coverage section until have a stable test suite
0dcabf4 ci(github-actions): add the short flag to the coverage step
df183b1 ci(github-actions): add a way to run just the unit tests
2678985 ci(github-actions): remove a old go version
01f8a6e feat(client): add a client to open a connection with the database
5f61767 test(scripts): add a granular way to test the app against every supported database
0d8ff58 refactor(command): add a db driver env var to the function
8848566 feat(pkg/command): add a options struct to store the values provided by the user through the flags
6197d52 Merge pull request #6 from danvergara/add-test-scripts
345fc80 test(scripts): add a section to run integration tests against mysql database containers
73f2c6e test(makefile): add the required make commands to run the tests
03132be test(scrips): add a bash scripts to perform integrations tests
0253fde Merge pull request #5 from danvergara/add-linter
eac51ad ci(actions): add a job to run golangci-lint
8a527b0 Merge pull request #4 from danvergara/add-global-flags
c98b1b1 test(rootCmd): add a test function to test the root command
3e2758d feat(rootCmd): add the basic global flags required to set the default behavior
60713c4 Merge pull request #3 from danvergara/test-actions
7b1dd86 ci(actions): add a yaml file to run tests and coverage in actions
47a1ced Merge pull request #2 from danvergara/add-test-version
e3b41c3 test(version): add a test function to test the result of the version command
1392c41 Merge pull request #1 from danvergara/add-cobra
d99164e feat(cmd): add the cmd structure provided by cobra
1c5fd4a go mod init
a8ee250 Initial commit

Don't miss a new dblab release

NewReleases is sending notifications on new releases.