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

65 Commits

Author SHA1 Message Date
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
8798959ff5 Merge pull request #17 from uptrace/release/v0.2.6
chore: release v0.2.6 (release.sh)
chdebug/v0.2.6 v0.2.6 chotel/v0.2.6
2022-04-30 16:59:02 +03:00
dbb6506e23 chore: release v0.2.6 (release.sh) 2022-04-30 16:57:57 +03:00
c580ef9f5a chore: automatically close block iterator 2022-04-30 16:54:06 +03:00
94da9c644c chore: enable test 2022-04-30 15:02:07 +03:00
aca5cfeb91 feat: add proper Rows implementation and some optimizations 2022-04-30 14:56:46 +03:00
1281505a77 feat: add support for DateTime64 2022-04-29 18:51:14 +03:00
1811fd4848 chore: update readme 2022-04-13 16:46:39 +03:00
4eaf70efa8 chore: update readme 2022-04-05 09:55:19 +03:00
726a208807 Merge pull request #15 from uptrace/release/v0.2.5
chore: release v0.2.5 (release.sh)
chotel/v0.2.5 chdebug/v0.2.5 v0.2.5
2022-03-29 13:19:47 +03:00
b2aa5d9fc7 chore: release v0.2.5 (release.sh) 2022-03-29 13:16:49 +03:00
14f9edfce4 chore: update dependencies 2022-03-29 13:16:28 +03:00
d003d44e55 fix: continue working with non UTC timezone 2022-03-28 16:41:07 +03:00
d6e6e55142 fix: change rollback to always record migrations 2022-03-25 15:50:00 +02:00
dca5db22ff Merge pull request #14 from uptrace/release/v0.2.4
Release/v0.2.4
chotel/v0.2.4 chdebug/v0.2.4 v0.2.4
2022-03-23 14:41:46 +02:00
09ada58c16 chore: release v0.2.4 (release.sh) 2022-03-23 14:38:58 +02:00
51c0209b13 chore: fix release script 2022-03-23 14:38:37 +02:00
e9e4110de0 Merge pull request #13 from uptrace/release/v0.2.3
chore: release v0.2.3 (release.sh)
v0.2.3 chotel/v0.2.3 chdebug/v0.2.3
2022-03-23 14:04:32 +02:00
02ee3e14af chore: release v0.2.3 (release.sh) 2022-03-23 14:00:14 +02:00