• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

startreedata / pinot-client-go
99%

Build:
DEFAULT BRANCH: master
Repo Added 04 May 2021 08:36AM UTC
Files 18
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • application_logging
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/configure-pages-6
  • dependabot/github_actions/actions/deploy-pages-5
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/actions/setup-java-5
  • dependabot/github_actions/actions/upload-pages-artifact-4
  • dependabot/github_actions/golangci/golangci-lint-action-9
  • dependabot/github_actions/softprops/action-gh-release-2
  • dependabot/go_modules/github.com/klauspost/compress-1.18.4
  • dependabot/go_modules/github.com/klauspost/compress-1.18.5
  • dependabot/go_modules/github.com/pierrec/lz4/v4-4.1.26
  • dependabot/go_modules/github.com/sirupsen/logrus-1.9.4
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/google.golang.org/grpc-1.79.1
  • dependabot/go_modules/google.golang.org/grpc-1.79.2
  • dependabot/go_modules/google.golang.org/grpc-1.79.3
  • dependabot/go_modules/google.golang.org/grpc-1.80.0
  • escape_string
  • feature/add-x-correlation-id
  • feature/gorm-pinot
  • feature/pinot-grpc
  • feature/prepared-statement-support
  • fix-linter-err
  • fix-workflow-permissions
  • patch-1
  • propagating_underlying_http_errors
  • refs/heads/master
  • revert_ts_change
  • test-unit-test

03 Apr 2026 09:10PM UTC coverage: 98.824%. Remained the same
23962347396

push

github

web-flow
Bump google.golang.org/grpc from 1.79.3 to 1.80.0 (#70)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.3 to 1.80.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.79.3...v1.80.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1848 of 1870 relevant lines covered (98.82%)

6.82 hits per line

Relevant lines Covered
Build:
Build:
1870 RELEVANT LINES 1848 COVERED LINES
6.82 HITS PER LINE
Source Files on master
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23962347396 master Bump google.golang.org/grpc from 1.79.3 to 1.80.0 (#70) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.3 to 1.80.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go... push 03 Apr 2026 09:12PM UTC web-flow github
98.82
23669500018 master Bump actions/deploy-pages from 4 to 5 (#68) Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages... push 27 Mar 2026 10:07PM UTC web-flow github
98.82
23669493714 master Bump actions/configure-pages from 5 to 6 (#69) Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/... push 27 Mar 2026 10:06PM UTC web-flow github
98.82
23366745564 master Bump github.com/klauspost/compress from 1.18.4 to 1.18.5 (#65) Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.18.4 to 1.18.5. - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](https... push 20 Mar 2026 11:34PM UTC web-flow github
98.82
23366730301 master Bump actions/checkout from 4 to 6 (#66) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGEL... push 20 Mar 2026 11:32PM UTC web-flow github
98.82
23366718456 master Bump actions/upload-pages-artifact from 3 to 4 (#67) Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](htt... push 20 Mar 2026 11:31PM UTC web-flow github
98.82
23285838303 master Bump google.golang.org/grpc from 1.79.2 to 1.79.3 (#64) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.2 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go... push 19 Mar 2026 08:16AM UTC web-flow github
98.82
23175272041 master Add GitHub Pages documentation site under /docs Set up a Jekyll-based documentation site using the just-the-docs theme, covering getting started, connection methods, querying, prepared statements, gRPC transport, GORM integration, configuration, ... push 17 Mar 2026 02:15AM UTC xiangfu0 github
98.82
23174772441 master Add explicit permissions to tests workflow (#63) Restrict GITHUB_TOKEN to read-only contents access, resolving 4 CodeQL code-scanning alerts (actions/missing-workflow-permissions). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> push 17 Mar 2026 01:56AM UTC web-flow github
98.82
22987727457 master Bump google.golang.org/grpc from 1.79.1 to 1.79.2 (#61) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.1 to 1.79.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go... push 12 Mar 2026 05:18AM UTC web-flow github
98.82
See All Builds (199)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc