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: Query-farm/httpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: Query-farm/httpserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.6
Choose a head ref
  • 10 commits
  • 22 files changed
  • 5 contributors

Commits on Dec 15, 2024

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

Commits on Dec 16, 2024

  1. Add DUCKDB_HTTPSERVER_BASEPATH (#23)

    Implements new ENV variable to control the API basepath:
    
    `DUCKDB_HTTPSERVER_BASEPATH=/custom`
    lmangani authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    547bbf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd381c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. New Result Serialization (#26)

    * added result serializer
    
    * fixed some bugs for exotic types
    
    * use internal function for type names
    
    * added missing cmath include
    
    * Added e2e tests
    
    * Cleanup
    
    * Moved up clang-format and tidy config so IDE and make format picks up on the right formatting rules
    
    * Moved most logic into new compact serializer
    
    * Added some docs for contributing
    
    * Ignore pycache
    
    * Cleanup
    
    ---------
    
    Co-authored-by: Niclas Haderer <niclas.haderer.dev@gmail.com>
    gropaul and NiclasHaderer authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    8015a57 View commit details
    Browse the repository at this point in the history
  2. combined log format (#25)

    lmangani authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    1468e96 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Update README.md

    lmangani authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    2b4c9be View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

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

Commits on Apr 3, 2025

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

Commits on Jun 12, 2025

  1. CSV Output (#37)

    * CSV Output
    lmangani authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    65a95fd View commit details
    Browse the repository at this point in the history
  2. Relative ping basepath (#40)

    Solution for #34
    lmangani authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    cf27205 View commit details
    Browse the repository at this point in the history
Loading