Releases: danvergara/seeder
v0.2.1
v0.2.0
Changelog
ed734d1 Merge pull request #9 from danvergara/pkg-delivery
80cb9e8 docs(readme): add new installation steps to the readme
11347cf build(scripts): add a bash script to install the binary in linux
d5b3c53 build(makefile): add changes to the makefile and scripts
19ecfca ci(actions): add an action to push the image to docker hub
c6694d7 build(gitignore): add a gitignore file
3c6b358 ci(goreleaser): add a goreleaser config file to add multiple configurations at the time to build the binaries
53635e7 build(dockerfile): replace the image of the last stage
0729dee Merge pull request #8 from danvergara/fix-readme-title
af2fdbc fix(readme): fix readme title
v0.1.0
Changelog
5d0964e Merge pull request #7 from danvergara/add-goreleases
0cbd07a ci(actions): add a new workflow to release binaries with every new tag
b9bbc06 Merge pull request #6 from danvergara/re-structure
1de3923 refactor(db): update the main file from the db package
6d79d1d build(makefile): update the build command to compile the cli
eeca0b3 refactor(seeder): move the seeder code to the root of the project
93f3e9b refactor(cli): move the cli code to the cli folder
ffd4dfb Merge pull request #5 from danvergara/readme
7b38387 docs(readme): add the neccesary content to the readme file
18200b2 Merge pull request #4 from danvergara/cli
264131a docs(cmd): add a command used to show the current version
5aa0e0d test(makefile): run the command to validate the cli is working properly using make
bdb8354 build(dockerfile): update the golang version in the dockerfile
d6661dd build(module): update the golang version required for the project
24cf908 feat(cmd): add the root logic to run the cli
260c64b Merge pull request #3 from danvergara/ci-testing
9d8f088 fix(github-actions): fix the yaml files
cf8d2b0 style(seeder): add improvements to the project
cb09a95 ci(github-actions): add yaml files to run checkers steps in the ci
5674e40 test(seeder): add a test function to make sure the data is inserted into the database
e2e30e7 build(makefile): add more commands to run the tests
9c4f72b Merge pull request #2 from danvergara/insert-testing-data
25926da build(scripts): add the seeds command to the entrypoint bash script
8ab732c test(seeds): add insert statements to add testing data to the database
eb8db86 build(migrations): add serial id's instead regular integers
d7f6fca Merge pull request #1 from danvergara/docker-support
2080fc1 build(docker): docker support to run migrations against a database runinning on top of a container
ed3a153 build(migrations): generate migration files using migrate
ca15542 initial commit