ovr
Repos
226
Followers
627
Following
15

📊 Cube — The Semantic Layer for Building Data Applications

14784
1482

:rocket: TypeScript compiler on top of TypeScript as frontend and LLVM as backend

591
22

:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP :shipit:

522
95

Smart/Static Analyzer(sis) for PHP :bowtie::neckbeard:

646
43

:iphone: Mobile client for GitHub build on React Native :atom:

45
27

Small library that helps you to get status bar height, P.S 📱X supported ❤️

422
38

Events

closed issue
Publish more images for rust-cross targets

Is your feature request related to a problem? Please describe.

Hi,

I rather enjoy your Docker images for rust-cross on Docker Hub:

https://hub.docker.com/r/cubejs/rust-cross/tags

This makes it easier for me to port my Rust applications to more platforms.

However, I noticed a few gaps in the targets supported by these images.

Describe the solution you'd like

Can we please push a cubejs/rust-cross image for more Windows target triples as well?

  • aarch64-pc-windows-msvc
  • i586-pc-windows-msvc
  • i686-pc-windows-msvc
  • etc.

Describe alternatives you've considered

Skipping Windows ARM support for my users and leaving them out in the cold :/

Created at 8 hours ago
issue comment
Publish more images for rust-cross targets

Hello @mcandre ,

There are no plans to support that because we build/use these images as a workaround for some issues in cross-rs/cross.

https://github.com/cross-rs/cross

Did you see this repository? This project aims to do that.

Thanks

Created at 8 hours ago
issue comment
informationSchemaQuery override for Presto/Trino Drivers

Hello @maatumo,

The query above is defined on BaseDriver: informationSchemaQuery.

Yes, it looks correct. Could you please provide a PR with a fix for that (for both drivers)?

Thanks

Created at 8 hours ago

chore(ci): Publish - increase timeout for native/darwin, ref #6358

Created at 9 hours ago
pull request opened
feat(schema-compiler): Introduce public field (replacement for shown)

Hello!

Thanks

Created at 9 hours ago
create branch
ovr create branch CORE-809-introduce-public-alias-for-shown-property
Created at 9 hours ago
delete branch
ovr delete branch CORE-520-support-sql-table-syntax-sugar
Created at 10 hours ago

feat(schema-compiler): Introduce support for sqlTable (syntactic sugar) (#6360)

Created at 10 hours ago
pull request closed
feat(schema): Introduce support for sqlTable

Hello!

This PR introduces syntax sugar. Instead of writing sql: 'SELECT * FROM my_table', you can do sqlTable: 'my_table'.

Thanks

Created at 10 hours ago

chore: use spread

Created at 11 hours ago

chore: better error message

Created at 11 hours ago

chore: Update Twitter handle (#6357)

Revert "docs: use snake-case property names"

This reverts commit 73a7d9bc48e6a4b65e3dd8330aad9172985068bb.

Revert "docs(schema): replace camel-case properties with snake-case"

This reverts commit 50cfd04a87d6901b2e8f7ff415b8eabdc50222f2.

feat(schema): Introduce support for sqlTable

test: simple test

chore: allow to use sql_table in yaml

chore: use sqlTable in BaseQuery instead of populating sql

Created at 11 hours ago

chore: allow to use sql_table in yaml

Created at 11 hours ago
started
Created at 12 hours ago

test: simple test

Created at 14 hours ago

feat(schema): Introduce support for sqlTable

Created at 14 hours ago
delete branch
ovr delete branch schema-sql-table
Created at 15 hours ago
pull request closed
feat(schema): Introduce support for sql_table

Hello!

Thanks

Created at 15 hours ago
pull request opened
feat(schema): Introduce support for sqlTable

Hello!

Thanks

Created at 15 hours ago
create branch
ovr create branch CORE-520-support-sql-table-syntax-sugar
Created at 15 hours ago
pull request opened
feat(schema): Introduce support for sql_table

Hello!

Thanks

Created at 15 hours ago
create branch
ovr create branch schema-sql-table
Created at 15 hours ago

fix(cubestore-driver): Fix informationSchemaQuery (#6338)

chore(api-gateway): Remove sql-runner routes (#6166)

fix(cubestore): RocksStore - specify TTL for WAL to protect logs uploading (#6345)

docs(cloud): create a page specifically for Cube Cloud pricing (#6347)

docs(cloud): update Cube Cloud pricing page

fix(cubesql): Allow any aggregation for number measure as it can be a wildcard

feat(playground): BI connection guides, frontend integration snippets (#6341)

v0.32.15

docs: fix - make sidebar sticky on desktop (#6351)

  • docs: fix - disable overscroll behaviour and make sidebar sticky on desktop

  • docs: revert overscrolling

fix(cubestore): RocksStore - skip WALs for logs loading

Created at 1 day ago
delete branch
ovr delete branch cubestore-wal-handle
Created at 4 days ago
pull request closed
fix(cubestore): RocksStore - controll WAL ttls to protect logs uploading

Hello!

RocksStore logs uploading depends on WAL from RocksDB, but RocksDB uses 0 as default for WAL's TTL, which can lead to to a situation when RocksDB::get_updates_since can't return write batches (it returns batches > last batches and error over iterating). The previous versions of rust-rocks didn't return errors while iterating over the batches when the WAL was compacted.

https://www.youtube.com/watch?v=uwmeH6Rnj2E

Thanks

Created at 4 days ago

fix(cubestore): RocksStore - specify TTL for WAL to protect logs uploading (#6345)

Created at 4 days ago

chore: more safety wal ttl

Created at 4 days ago

chore: more safety - meta_store_snapshot_interval

Created at 4 days ago
pull request opened
fix(cubestore): RocksStore - controll WAL ttls to protect logs uploading

Hello!

RocksStore snapshotting depends on WAL from RocksDB, but RocksDB uses 0 as default for WAL's TTL, which can lead to to a situation when RocksDB::get_updates_since can't return write batches. The previous versions of rust-rocks didn't return errors while iterating over the batches when the WAL was compacted.

Thanks

Created at 5 days ago
create branch
ovr create branch cubestore-wal-handle
Created at 5 days ago