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.10.0
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.11.1
Choose a head ref
  • 10 commits
  • 51 files changed
  • 3 contributors

Commits on Oct 15, 2023

  1. upgrade clap to 4 (#304)

    houqp authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    ea01ffe View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    d531f8a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    b70c3bc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    a322d1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2454f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    9377b7c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Update xlsx table (#316)

    This PR is a fix for issue #259
    
    List of updates/fixes:
    * module xlsx renamed to excel.
    * Allow reading not only xlsx format but also xls, ods, xlsb
    * Allow Excel DateTime format and transform it to arrow
    Timestamp(Seconds, None)
    * Allow using NULLs in any data types and use null value instead of
    string "null"
    * Fix issue with incorrect data type inference when multiple data types
    are detected.
    * Add possibility to specify data schema in config.
    * Add new options: -
rows_range_start
     - rows_range_end
     - columns_range_start
     - columns_range_end
     - schema_inference_lines
    * Make sheet_name optional and if it is not specified than use first
    sheet by default

    * Bump calamine crate to version 0.23.1 and add feature "dates"
    (supporting for DateTime column format)
    
    Documentation updates: roapi/docs#20
    Maks-D authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    81a2520 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. add token & basic auth support for flightsql endpoint (#318)

    required to enable SSL in grafana's flightsql plugin
    houqp authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c2a3268 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. bump datafusion to 35 and arrow to 50 (#320)

    also bump rustc version
    houqp authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    199f9d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ec4eb4 View commit details
    Browse the repository at this point in the history
Loading