1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-07-15 01:04:19 +02:00
Commit Graph

83 Commits

Author SHA1 Message Date
1c8299bc5c chmigrate: add MissingMigrations 2022-08-27 10:57:01 +03:00
2683bc477f chore: cleanup conn pool 2022-07-28 16:57:33 +03:00
74e949e01d feat: add WithAutoCreateDatabase option 2022-07-28 11:20:11 +03:00
d2293eb95a chore: go mod tidy 2022-07-22 12:00:19 +03:00
bcd7e41cc1 chore: update dependencies 2022-07-22 11:57:19 +03:00
db443746c5 Merge pull request #35 from uptrace/dependabot/go_modules/github.com/stretchr/testify-1.8.0
chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
2022-07-22 11:56:26 +03:00
81055aa66d Merge pull request #38 from uptrace/feat/bfloat16
feat: add bfloat16 support
2022-07-22 11:56:11 +03:00
75cc666457 feat: add bfloat16 support 2022-07-22 11:40:45 +03:00
07c1f88173 feat: add Raw 2022-07-14 10:41:16 +03:00
cfb87975ee chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 20:13:30 +00:00
b33d5e50eb chore: add scanning into a map 2022-07-04 17:12:41 +03:00
76433f0158 feat(chmigrate): add WithReplicated option 2022-07-02 14:39:22 +03:00
3b0ea8c504 Merge pull request #34 from uptrace/fix/chmigrate-test
chore(chmigrate): add tests
2022-06-29 11:58:09 +03:00
2ba7e3b8bc chore(chmigrate): add tests 2022-06-29 11:53:31 +03:00
d3ee3059b0 Merge pull request #31 from odenio/ro/fix_zero_applied_migrations
Fix for upping applying zero migrations
2022-06-28 08:55:48 +03:00
ffb500d289 Merge pull request #32 from uptrace/dependabot/go_modules/github.com/stretchr/testify-1.7.5
chore(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.5
2022-06-28 08:38:59 +03:00
c104166ab5 chore(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.5
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.3 to 1.7.5.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.3...v1.7.5)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 20:23:02 +00:00
f1d380c165 fix(migrate): upping was applying zero migrations 2022-06-27 09:55:38 -07:00
aa7551c92d chore: update dependencies 2022-06-27 10:05:43 +03:00
1f1c73b38e chore: cleanup 2022-06-27 10:01:23 +03:00
d652c12de2 Merge pull request #27 from uptrace/dependabot/github_actions/wagoid/commitlint-github-action-5
chore(deps): bump wagoid/commitlint-github-action from 4 to 5
2022-06-25 10:13:22 +03:00
d9ef8a4407 Merge pull request #28 from uptrace/dependabot/go_modules/github.com/pierrec/lz4/v4-4.1.15
chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.14 to 4.1.15
2022-06-25 10:12:37 +03:00
3b8fd440f0 chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.14 to 4.1.15
Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from 4.1.14 to 4.1.15.
- [Release notes](https://github.com/pierrec/lz4/releases)
- [Commits](https://github.com/pierrec/lz4/compare/v4.1.14...v4.1.15)

---
updated-dependencies:
- dependency-name: github.com/pierrec/lz4/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-25 07:12:30 +00:00
550c7845e2 Merge pull request #29 from uptrace/dependabot/go_modules/github.com/stretchr/testify-1.7.3
chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3
2022-06-25 10:11:41 +03:00
e19a378f38 Merge pull request #26 from odenio/master
Add option that makes migrator only mark migrations applied when migration successful
2022-06-25 10:11:24 +03:00
0b4f7bf565 feat(migrate): added option to only mark migration up/down as applied on success
Fixed bug with returning wrong err var

Changed the field name to be more clear

fix: Mark applied/unapplied before up/down when marking applied on success and failure

fix: bug with inverted condition
2022-06-22 09:36:02 -07:00
9272eeeb71 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.3)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 20:23:36 +00:00
798cc04f3d chore(deps): bump wagoid/commitlint-github-action from 4 to 5
Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 4 to 5.
- [Release notes](https://github.com/wagoid/commitlint-github-action/releases)
- [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wagoid/commitlint-github-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: wagoid/commitlint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 20:23:13 +00:00
7828bf83cb Merge branch 'master' of github.com:uptrace/go-clickhouse 2022-06-20 10:03:24 +03:00
fa4c05dc50 chore: improve instructions 2022-06-20 10:03:17 +03:00
c1fc501e1f Merge pull request #24 from uptrace/dependabot/go_modules/github.com/stretchr/testify-1.7.2
chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
2022-06-07 09:06:09 +03:00
2b340bb842 chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 20:14:11 +00:00
aeec2ebbd2 Merge pull request #23 from uptrace/release/v0.2.8
chore: release v0.2.8 (release.sh)
v0.2.8 chdebug/v0.2.8 chotel/v0.2.8
2022-05-29 15:49:58 +03:00
f94cdd0590 chore: release v0.2.8 (release.sh) 2022-05-29 15:49:37 +03:00
ec187ede73 chore: update dependencies 2022-05-29 15:49:17 +03:00
65991cc143 chore: cleanup 2022-05-18 16:33:03 +03:00
153ea7afd0 Merge branch 'master' of github.com:uptrace/go-clickhouse 2022-05-18 16:31:54 +03:00
2e355e0eb0 chore: fix build 2022-05-18 16:31:39 +03:00
f54db4df7c Merge pull request #16 from uptrace/dependabot/github_actions/actions/setup-go-3
chore(deps): bump actions/setup-go from 2 to 3
2022-05-18 16:29:21 +03:00
ef3b65df83 chore(deps): bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-18 13:26:51 +00:00
8971988be1 chore: update Go version 2022-05-18 16:26:05 +03:00
fa121084c0 Merge branch 'master' of github.com:uptrace/go-clickhouse 2022-05-18 16:24:04 +03:00
fb79ac4b75 feat: enable opentelemetry support in protocol 2022-05-18 16:23:57 +03:00
66c295c883 Merge pull request #19 from uptrace/dependabot/github_actions/golangci/golangci-lint-action-3.2.0
chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
2022-05-17 08:44:32 +03:00
9ebf8c4ccc chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.1.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 20:22:34 +00:00
c84dc481ac chore: disable compression in benchmarks 2022-05-08 12:08:42 +03:00
1983f91110 Merge pull request #18 from uptrace/release/v0.2.7
chore: release v0.2.7 (release.sh)
chdebug/v0.2.7 v0.2.7 chotel/v0.2.7
2022-05-02 09:43:05 +03:00
c722a6bfbf chore: release v0.2.7 (release.sh) 2022-05-02 09:40:40 +03:00
8105f9f4c4 chore: cleanup unused const 2022-05-02 09:38:51 +03:00
a0d867b5f4 feat: allow disabling compression for benchmarks 2022-05-02 09:31:14 +03:00