Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: roapi/roapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: roapi-v0.12.4
Choose a base ref
...
head repository: roapi/roapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: roapi-v0.12.6
Choose a head ref
  • 19 commits
  • 44 files changed
  • 2 contributors

Commits on Feb 16, 2025

  1. add egui based web ui (#378)

    houqp authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    dc7feff View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Configuration menu
    Copy the full SHA
    ae4a746 View commit details
    Browse the repository at this point in the history
  2. add ui docs to readme (#381)

    houqp authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    479a0dc View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. fix postgres extension parsing (#388)

    fixes #387
    houqp authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    b2d584a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3aaf25 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Add HTTP object_store to be able to connect without caching in memo…

    …ry… (#393)
    
    Before: 
    ```
    roapi -t taxi=https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2024-01.parquet,use_memory_table=false,format=parquet
    [2025-04-23T22:43:25Z INFO  roapi::context] loading `uri(https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2024-01.parquet)` as table `taxi`
    error: Failed to build context: Failed to load table: Table error: Failed to infer table schema: Internal error: No suitable object store found for https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2024-01.parquet. See `RuntimeEnv::register_object_store`.
    This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker
    ```
    
    After:
    ```
    roapi -t 'taxi=https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2024-01.parquet,use_memory_table=false,format=parquet'`
    [2025-04-23T22:47:00Z INFO  roapi::context] loading `uri(https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2024-01.parquet)` as table `taxi`
    [2025-04-23T22:47:00Z INFO  roapi::context] registered `uri(https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2024-01.parquet)` as table `taxi`
    [2025-04-23T22:47:00Z INFO  roapi::startup] Running in read-only mode.
    [2025-04-23T22:47:00Z INFO  roapi::startup] 🚀 Listening on 127.0.0.1:5432 for Postgres traffic...
    [2025-04-23T22:47:00Z INFO  roapi::startup] 🚀 Listening on 127.0.0.1:32010 for FlightSQL traffic...
    [2025-04-23T22:47:00Z INFO  roapi::startup] 🚀 Listening on 127.0.0.1:8080 for HTTP traffic...
    ```
    mshauneu authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    6fa208f View commit details
    Browse the repository at this point in the history
  2. fix clippy error

    houqp committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    3707a7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1607c9a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    7907563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    083a31d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b7c9f8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. bump convergence for timezone support (#399)

    bump convergence
    mshauneu authored May 6, 2025
    Configuration menu
    Copy the full SHA
    436edd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. Configuration menu
    Copy the full SHA
    f5bd16c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    271ddb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. fix clippy error

    houqp committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    d33c80a View commit details
    Browse the repository at this point in the history
  2. fix cargo fmt issues

    houqp committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    4340b22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48b3aae View commit details
    Browse the repository at this point in the history
  4. bump roapi version

    houqp committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    44b5992 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c3f200 View commit details
    Browse the repository at this point in the history
Loading