7f77517af4
Merge pull request #38 from uptrace/feat/bfloat16
...
feat: add bfloat16 support
2022-07-22 11:56:11 +03:00
510b9caca8
feat: add bfloat16 support
2022-07-22 11:40:45 +03:00
1e8ca4767f
feat: add Raw
2022-07-14 10:41:16 +03:00
85badc2fe7
chore: add scanning into a map
2022-07-04 17:12:41 +03:00
988091e532
feat(chmigrate): add WithReplicated option
2022-07-02 14:39:22 +03:00
87e8ceb2a0
Merge pull request #34 from uptrace/fix/chmigrate-test
...
chore(chmigrate): add tests
2022-06-29 11:58:09 +03:00
0b3639be4e
chore(chmigrate): add tests
2022-06-29 11:53:31 +03:00
e11b943cfa
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
3ab7cb4325
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
0e08f4d07a
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
e80d6d288b
fix(migrate): upping was applying zero migrations
2022-06-27 09:55:38 -07:00
fd29a667a3
chore: update dependencies
2022-06-27 10:05:43 +03:00
1f5dd92e2a
chore: cleanup
2022-06-27 10:01:23 +03:00
256e92dea4
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
3b62b36406
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
032e3a79ba
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
380277d9bc
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
d7b10ec656
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
f559e06009
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
1de435ecfb
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
e588da0468
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
1971cfbba3
Merge branch 'master' of github.com:uptrace/go-clickhouse
2022-06-20 10:03:24 +03:00
0262684d54
chore: improve instructions
2022-06-20 10:03:17 +03:00
9ce0d05f25
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
83c58b3c5d
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
2321bce7b1
Merge pull request #23 from uptrace/release/v0.2.8
...
chore: release v0.2.8 (release.sh)
2022-05-29 15:49:58 +03:00
005f04c00b
chore: release v0.2.8 (release.sh)
2022-05-29 15:49:37 +03:00
f7545ceda4
chore: update dependencies
2022-05-29 15:49:17 +03:00
1ecd0e65e5
chore: cleanup
2022-05-18 16:33:03 +03:00
d00947a336
Merge branch 'master' of github.com:uptrace/go-clickhouse
2022-05-18 16:31:54 +03:00
83b354c348
chore: fix build
2022-05-18 16:31:39 +03:00
070531e7f3
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
d101df6f41
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
83a1943672
chore: update Go version
2022-05-18 16:26:05 +03:00
d37290b7d2
Merge branch 'master' of github.com:uptrace/go-clickhouse
2022-05-18 16:24:04 +03:00
76504b2778
feat: enable opentelemetry support in protocol
2022-05-18 16:23:57 +03:00
ed0ec37764
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
3565a91842
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
2b6746025b
chore: disable compression in benchmarks
2022-05-08 12:08:42 +03:00
c683e8a787
Merge pull request #18 from uptrace/release/v0.2.7
...
chore: release v0.2.7 (release.sh)
2022-05-02 09:43:05 +03:00
157546562b
chore: release v0.2.7 (release.sh)
2022-05-02 09:40:40 +03:00
3870a5e69c
chore: cleanup unused const
2022-05-02 09:38:51 +03:00
ef260678ec
feat: allow disabling compression for benchmarks
2022-05-02 09:31:14 +03:00
fa44842a34
Merge pull request #17 from uptrace/release/v0.2.6
...
chore: release v0.2.6 (release.sh)
2022-04-30 16:59:02 +03:00
c439f56e86
chore: release v0.2.6 (release.sh)
2022-04-30 16:57:57 +03:00
a0752b2b5c
chore: automatically close block iterator
2022-04-30 16:54:06 +03:00
1543506535
chore: enable test
2022-04-30 15:02:07 +03:00
658ad14fc0
feat: add proper Rows implementation and some optimizations
2022-04-30 14:56:46 +03:00
c1e00ef235
feat: add support for DateTime64
2022-04-29 18:51:14 +03:00
5ea8b673a3
chore: update readme
2022-04-13 16:46:39 +03:00