791 Commits

Author SHA1 Message Date
dependabot[bot]
8dcbaae237
build(deps): bump golangci/golangci-lint-action from 7 to 8
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-10 00:10:06 +00:00
Mike Fridman
c6cc2e2bc6
Update CHANGELOG.md v3.24.3 2025-05-06 21:18:23 -04:00
Michael Fridman
bb71755afa
Upgrade go deps (#942) 2025-05-06 21:06:51 -04:00
dependabot[bot]
8abffa98c6
build(deps): bump the gomod group across 1 directory with 4 updates (#936) 2025-04-29 07:59:30 -04:00
Diego
46ae662098
feat: Set table name based on flag or environment variable (#932) 2025-04-03 08:46:02 -04:00
Mike Fridman
b63ff992a7
Upgrade integration deps v3.24.2 2025-03-27 22:04:38 -04:00
Michael Fridman
9b2ef34408
Upgrade go deps and bump minimum version to Go 1.23 (#931) 2025-03-27 21:56:48 -04:00
Michael Fridman
da6d92ef23
Update CHANGELOG.md (#930) 2025-03-27 21:43:50 -04:00
Michael Fridman
a31731d081
Upgrade go deps (#927) 2025-03-27 21:36:27 -04:00
Michael Fridman
99d73b7c76
Upgrade golangci-lint (#928) 2025-03-27 21:25:56 -04:00
dependabot[bot]
ed6d53eb80
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in /internal/testing (#926) 2025-03-24 09:03:04 -04:00
dependabot[bot]
e9543c6efa
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#925) 2025-03-24 09:02:51 -04:00
Michael Fridman
6a70e744c8
chore: upgrade go deps and bump min version to go1.22 (#909) 2025-02-12 21:31:53 -05:00
Mike Fridman
d4c1cff36b
chore: skip flaky Starrocks integration test 2025-02-03 21:36:27 -05:00
R0masik
fa06062cdc
fix: return joined err when try to get migrations list (#862) 2025-02-03 20:44:39 -05:00
Viktor Alenkov
2829d46672
Fixed the installation of the linter (#901) 2025-02-03 20:40:24 -05:00
William Harvey
7242b16430
feat: add TableExists method for mysql dialect (#895) 2025-02-02 07:33:22 -05:00
Patrik Lundin
9c748e24f4
Remove trailing newline from log calls (#878) 2025-01-29 09:19:40 -05:00
Michael Fridman
a63d1ef48e
chore: bump deps (#893) 2025-01-29 08:31:27 -05:00
Mike Fridman
09bd1db8c6
chore: rename to main branch 2025-01-29 08:14:50 -05:00
Mike Fridman
dc90c17981
Release v3.24.1 v3.24.1 2025-01-07 09:23:49 -05:00
Anders Søe
4337eb2257
fix: use current_schema for postgres TableExists, if schema is unspecified (#884) 2025-01-07 07:14:31 -05:00
Matt Robinson
779024deaf
docs: remove depreceated call to Run and replace with RunContext (#885) 2025-01-06 08:04:11 -05:00
Michael Fridman
3c91df140a
fix: use schema name if explicitly set on table name for table existence (#883) 2025-01-05 08:06:00 -05:00
Mike Fridman
bfb35504f3
Release v3.24.0 v3.24.0 2024-12-19 10:44:11 -05:00
Karim Shakirov
125950c178
fix: CVE-2024-45338 in golang.org/x/net bump to v0.33.0 (#880)
issue: #879
2024-12-19 08:08:35 -05:00
dependabot[bot]
ca6f0b8272
build(deps): bump the gomod group across 1 directory with 4 updates (#876) 2024-12-17 15:54:21 -05:00
Mike Fridman
483081e10e
feat: add -env flag and allow disabling with "none" 2024-12-14 09:26:57 -05:00
Matiukhin Vlad
a47577b4fa
feat: load environment variables from .env file (#864) 2024-12-14 08:46:47 -05:00
Mike Fridman
28642f80d5
chore: bump changelog 2024-12-12 10:29:07 -05:00
Mike Fridman
63b735e1fe
build: upgrade deps in testing module 2024-12-12 10:28:15 -05:00
Karim Shakirov
1a5b75505e
fix: CVE-2024-45337 in golang.org/x/crypto bump to v0.31.0 (#871) v3.23.1 2024-12-12 10:08:24 -05:00
Alex Simes
0f6d61998d
docs: update mssql connection string example in README (#866) 2024-12-11 10:19:02 -05:00
Michael Fridman
48c4946d69
feat: postgres migration table existence check (#860) 2024-11-23 20:31:25 -05:00
Mike Fridman
8d8822685a
Release v3.23.0 v3.23.0 2024-11-21 09:18:04 -05:00
dependabot[bot]
7248a726ba
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#849)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 10:09:44 -05:00
Mike Fridman
ccfd6d7579
ci: update testing output 2024-11-20 09:47:34 -05:00
Michael Fridman
bd901a52e8
chore: upgrade go deps (#857) 2024-11-20 09:27:18 -05:00
Mike Fridman
0a9c5318ea
docs: update CHANGELOG.md 2024-11-20 08:47:59 -05:00
Vianney Foucault
f3d1dc4295
feat: enable Provider verbose logging for statements (#851) 2024-11-20 08:42:07 -05:00
Jacob Enders
512a4968f5
Swap tab indentations with spaces in help command (#853) 2024-11-15 08:38:46 -05:00
Mike Fridman
1f7c16df3d
chore: use latest tparse version for test output 2024-11-02 19:52:08 -04:00
Mike Fridman
4a80e05733
tests: fix number comparison 2024-11-02 19:45:02 -04:00
Mike Fridman
8f6abb60f8
update comment 2024-10-19 17:10:32 -04:00
Vianney Foucault
1e26652add
feat: WithLogger Provider Option (#833) 2024-10-19 17:06:59 -04:00
Michael Fridman
a02d852a1c
testing: add tparse to summarize testing (#844) 2024-10-19 17:04:30 -04:00
Michael Fridman
e78caf2468
testing: add testifylint and fix it all up (#843) 2024-10-19 16:47:44 -04:00
Mike Fridman
872685a1f4
chore: bumps go deps 2024-10-19 13:07:49 -04:00
Michael Fridman
053b1fd49e
testing: replace check with stretchr/testify (#842) 2024-10-19 12:34:32 -04:00
Stas Lysikov
cf53a224e1
feat: add starrocks dialect (#810) 2024-09-18 05:49:10 -04:00