Skip to content

v0.1.0

Choose a tag to compare

@winebarrel winebarrel released this 20 Apr 01:25
v0.1.0
f5811f5

Changelog

  • f5811f5 Merge pull request #21 from winebarrel/fix-go-mod
  • 9ffd210 Fix go.mod version
  • 3077243 Merge pull request #20 from winebarrel/introduce-goreleaser
  • 7e26a14 Update .goreleaser.yml
  • 9e2779b Update .goreleaser.yml
  • 60a6c27 Introduce goreleaser
  • 2053a5e Merge pull request #19 from winebarrel/introduce-renovate
  • 5bf8711 Move auto-merge.yml to .github/workflows/
  • 317562a Introduce renovete
  • 0df534d Merge pull request #18 from winebarrel/winebarrel-patch-1
  • b4998f9 Modify image tag in README.md
  • ece5ae8 Merge pull request #17 from winebarrel/winebarrel-patch-1
  • d7c530e Merge pull request #16 from winebarrel/fix_demo
  • a6048b7 Add demo image to README
  • ddb5ca5 Update demo
  • a22aa02 Merge pull request #14 from winebarrel/print-no-changes
  • a282f52 Merge pull request #15 from winebarrel/improve-demo
  • eb8b798 Keep Apply signature as error-only, handle "No changes" in CLI layer
  • 05b8ba2 Add demo tape with syntax-highlighted output
  • ea832c5 Print "No changes" when plan/apply detects no diff
  • 6d37a8c Merge pull request #13 from winebarrel/fix-fk-schema-diff
  • d134a0f Fix false FK diff when implicit public schema differs from explicit one
  • 2e88767 Merge pull request #12 from winebarrel/winebarrel-patch-1
  • 5fbe137 Add Codecov badge to README
  • 8c9d556 Merge pull request #11 from winebarrel/winebarrel-patch-1
  • ac069a7 Add CI badge to README
  • 18708f6 Merge pull request #10 from winebarrel/further-test-coverage-2
  • 46d96c9 Use unnamed PRIMARY KEY to properly exercise parseTableConstraint skip path
  • 6d96627 Merge pull request #9 from winebarrel/add-codecov-yml
  • 2d46856 Fix misleading comment in TestParseSQL_UnnamedConstraintSkipped
  • 9f76ef0 Merge pull request #8 from winebarrel/further-test-coverage-2
  • eb6383c Set codecov targets: 88% project, 80% patch; ignore cmd/pist
  • 858b083 Add codecov.yml to exclude internal/testutil from coverage
  • 23886ae Merge pull request #7 from winebarrel/further-test-coverage
  • 0b82683 Further improve test coverage to 88%
  • e8859d6 Merge pull request #6 from winebarrel/improve-test-coverage
  • 450c449 Add error path tests and cmd/command tests to improve coverage to 87%
  • 6c31026 Improve test coverage for diff, model, and parser packages
  • 7290f85 Merge pull request #5 from winebarrel/add-test-coverage
  • 060e354 Use GetOk with require.True instead of Get in TestParseSQL_ViewCommentOnColumn
  • 2413724 Add unit tests for model, diff, and parser packages to improve coverage from 34% to 82%
  • 6de4969 Merge pull request #4 from winebarrel/introduce-codecov
  • 9693f1a Apply suggestion from @winebarrel
  • 43f422a Introduce codecov
  • d680cb8 Merge pull request #3 from winebarrel/1st-impl
  • 07f8900 Fix spurious DROP NOT NULL for identity columns in alterColumnSQL
  • 8cc7823 Add test for create view with comment
  • 9447f38 Support create table with comment
  • 321a4f2 Apply suggestion from @Copilot
  • 8625b31 Update client.go
  • 6508992 first implementation
  • 993649e Merge pull request #2 from winebarrel/add-dump
  • ac81288 Add dump command scaffold
  • c871d24 Merge pull request #1 from winebarrel/first-commint
  • 0096c1d first commit
  • e5eb1f1 Initial commit