Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

GreptimeTeam/greptimedb

github-merge-queue[bot] deleted a branch GreptimeTeam/greptimedb

gh-readonly-queue/main/pr-4857-8b307e4548a1ffd0f2daaa0ac5a8022638686d53

v0y4g3r closed a pull request on GreptimeTeam/greptimedb
chore: udapte Rust toolchain to 2024-10-19
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) ## What's changed and what's y...
github-merge-queue[bot] pushed 1 commit to main GreptimeTeam/greptimedb
  • chore: udapte Rust toolchain to 2024-10-19 (#4857) * update rust toolchain * change toolchain to 2024-10-17 * fix:... e328c70

View on GitHub

github-merge-queue[bot] created a branch on GreptimeTeam/greptimedb

gh-readonly-queue/main/pr-4857-8b307e4548a1ffd0f2daaa0ac5a8022638686d53 - An open-source, cloud-native, unified time series database for metrics, logs and events with SQL/PromQL supported. Available on GreptimeCloud.

v0y4g3r created a review comment on a pull request on GreptimeTeam/greptimedb
> How's updating the rust affects this test result? Good question. Because rustc now use niche encoding for enums like [`parquet::schema::types::Type`](https://docs.rs/parquet/53.2.0/parquet/sch...

View on GitHub

v0y4g3r created a review on a pull request on GreptimeTeam/greptimedb

View on GitHub

v0y4g3r pushed 1 commit to chore/udapte-toolchain-2024-10-17 GreptimeTeam/greptimedb
  • chore/udapte-toolchain-2024-10-17: Update DEV_BUILDER_IMAGE_TAG to 2024-10-19-a5c00e85-20241024184445 in Makefile 2501104

View on GitHub

sunng87 created a review comment on a pull request on GreptimeTeam/greptimedb
Can we include a test for this? I'm curious how this works. Judging from the API, it doesn't have a central registry for all types. Maybe typetag maintains a global state internally? But rust doesn...

View on GitHub

sunng87 created a review comment on a pull request on GreptimeTeam/greptimedb
since `plugin_options` is for plugin setup and the data is from `fe_opts`, can we make it a internal variable of `setup_frontend_plugins`? Will we still be using it after this `setup_frontend_plug...

View on GitHub

sunng87 created a review comment on a pull request on GreptimeTeam/greptimedb
```suggestion /// assert_eq(plugin1_options.a, "foo"); ```

View on GitHub

sunng87 created a review on a pull request on GreptimeTeam/greptimedb

View on GitHub

Bakhtiyar-Garashov starred GreptimeTeam/greptimedb
codecov[bot] created a comment on a pull request on GreptimeTeam/greptimedb
## [Codecov](https://app.codecov.io/gh/GreptimeTeam/greptimedb/pull/4877?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=G...

View on GitHub

coderabbitai[bot] created a comment on a pull request on GreptimeTeam/greptimedb
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Auto reviews...

View on GitHub

sunng87 opened a pull request on GreptimeTeam/greptimedb
refactor: change trace/span id to field by default
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) ## What's changed and what's y...
sunng87 created a review on a pull request on GreptimeTeam/greptimedb

View on GitHub

v0y4g3r created a review comment on a pull request on GreptimeTeam/greptimedb
Why config format is affected?

View on GitHub

v0y4g3r created a review on a pull request on GreptimeTeam/greptimedb
Rest LGTM

View on GitHub

v0y4g3r created a comment on a pull request on GreptimeTeam/greptimedb
> This implementation itself looks good to me. But I'm thinking this mechanism of assigning priority outside of runtime has some natural limitations... > > > This is a workaround before we refac...

View on GitHub

codecov[bot] created a comment on a pull request on GreptimeTeam/greptimedb
## [Codecov](https://app.codecov.io/gh/GreptimeTeam/greptimedb/pull/4876?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=G...

View on GitHub

coderabbitai[bot] created a comment on a pull request on GreptimeTeam/greptimedb
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Auto reviews...

View on GitHub

shuiyisong opened a pull request on GreptimeTeam/greptimedb
chore: add schema urls to otlp logs
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) ## What's changed and what's y...
github-actions[bot] pushed 1 commit to gh-pages GreptimeTeam/greptimedb
  • Deploying to gh-pages from @ GreptimeTeam/greptimedb@8b307e4548a1ffd0f2daaa0ac5a8022638686d53 🚀 068e615

View on GitHub

WenyXu closed a pull request on GreptimeTeam/greptimedb
feat: introduce the `PluginOptions`
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) ## What's changed and what's y...
github-merge-queue[bot] deleted a branch GreptimeTeam/greptimedb

gh-readonly-queue/main/pr-4835-ff38abde2e607afcf02468f9cb79659f55669240

github-merge-queue[bot] pushed 1 commit to main GreptimeTeam/greptimedb
  • feat: introduce the `PluginOptions` (#4835) * feat: introduce the `PluginOptions` * chore: apply suggestions from CR 8b307e4

View on GitHub

github-merge-queue[bot] created a branch on GreptimeTeam/greptimedb

gh-readonly-queue/main/pr-4835-ff38abde2e607afcf02468f9cb79659f55669240 - An open-source, cloud-native, unified time series database for metrics, logs and events with SQL/PromQL supported. Available on GreptimeCloud.

github-actions[bot] pushed 1 commit to gh-pages GreptimeTeam/greptimedb
  • Deploying to gh-pages from @ GreptimeTeam/greptimedb@ff38abde2e607afcf02468f9cb79659f55669240 🚀 264f3cf

View on GitHub

github-merge-queue[bot] pushed 1 commit to main GreptimeTeam/greptimedb
  • chore: better column schema check for flow (#4855) * chore: better column schema check for flow * chore: better msg... ff38abd

View on GitHub

discord9 closed a pull request on GreptimeTeam/greptimedb
chore: better column schema check for flow
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) ## What's changed and what's y...
Load more