Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: duckdb 1.1.0 #16

Open
wants to merge 182 commits into
base: main
Choose a base branch
from
Open

feat: duckdb 1.1.0 #16

wants to merge 182 commits into from

Commits on Jan 17, 2024

  1. Emscripten: remove redundant EXPORT_ALL

    carlopi authored and Mytherin committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    059228f View commit details
    Browse the repository at this point in the history
  2. Remove most exported functions from generated JavaScript

    This is currently done in an blunt way via awk.
    Proper solution would be for Emscripten to have a way to expose two layers: C[++] functions that needs to be externally visible to other dlopened modules and C[++] functions that needs to be exposed to the JS side
    carlopi authored and Mytherin committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f25219d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    13e7f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45883a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Remove boost

    carlopi authored and Mytherin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    60024fa View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump actions/cache from 3 to 4

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    06ee5a2 View commit details
    Browse the repository at this point in the history
  3. fix(deps): bump mymindstorm/setup-emsdk from 13 to 14

    Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 13 to 14.
    - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
    - [Commits](mymindstorm/setup-emsdk@v13...v14)
    
    ---
    updated-dependencies:
    - dependency-name: mymindstorm/setup-emsdk
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8a09639 View commit details
    Browse the repository at this point in the history
  4. fix(deps): bump classnames from 2.3.2 to 2.5.1

    Bumps [classnames](https://github.com/JedWatson/classnames) from 2.3.2 to 2.5.1.
    - [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
    - [Commits](JedWatson/classnames@v2.3.2...v2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: classnames
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ab53718 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump copy-webpack-plugin from 11.0.0 to 12.0.2

    Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 11.0.0 to 12.0.2.
    - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
    - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/copy-webpack-plugin@v11.0.0...v12.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: copy-webpack-plugin
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8fc83a3 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump puppeteer from 21.6.1 to 21.7.0

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.6.1 to 21.7.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v21.6.1...puppeteer-v21.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    1b55a07 View commit details
    Browse the repository at this point in the history
  7. fix(deps): bump react-router-dom from 6.21.2 to 6.21.3

    Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.21.2 to 6.21.3.
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)
    
    ---
    updated-dependencies:
    - dependency-name: react-router-dom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    aea52a0 View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump typedoc from 0.25.4 to 0.25.7

    Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.4 to 0.25.7.
    - [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
    - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
    - [Commits](TypeStrong/typedoc@v0.25.4...v0.25.7)
    
    ---
    updated-dependencies:
    - dependency-name: typedoc
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d1c1ce0 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. chore(deps-dev): bump esbuild from 0.19.10 to 0.20.0

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.10 to 0.20.0.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.19.10...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    45e15a2 View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump framer-motion from 10.16.1 to 11.0.3

    Bumps [framer-motion](https://github.com/framer/motion) from 10.16.1 to 11.0.3.
    - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
    - [Commits](motiondivision/motion@v10.16.1...v11.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: framer-motion
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    86b8087 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump js-sha256 from 0.10.1 to 0.11.0

    Bumps [js-sha256](https://github.com/emn178/js-sha256) from 0.10.1 to 0.11.0.
    - [Changelog](https://github.com/emn178/js-sha256/blob/master/CHANGELOG.md)
    - [Commits](emn178/js-sha256@v0.10.1...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: js-sha256
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1572cd2 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump prettier from 3.2.2 to 3.2.4

    Bumps [prettier](https://github.com/prettier/prettier) from 3.2.2 to 3.2.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.2.2...3.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3e55766 View commit details
    Browse the repository at this point in the history
  5. fix(deps): bump sql.js from 1.9.0 to 1.10.2

    Bumps [sql.js](https://github.com/sql-js/sql.js) from 1.9.0 to 1.10.2.
    - [Release notes](https://github.com/sql-js/sql.js/releases)
    - [Commits](sql-js/sql.js@v1.9.0...v1.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: sql.js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bb62b45 View commit details
    Browse the repository at this point in the history
  6. Extensions: Optimize build to remove most exports via SIDE_MODULE=2

    Improvement depends a lot on the extensions, can be 0-30%. For example,
    icu.duckdb_extension.wasm goes from 8.0MB to 6.3MB (uncompressed size)
    carlopi authored and Mytherin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8e4d4bf View commit details
    Browse the repository at this point in the history
  7. Remove unused imports

    ravwojdyla authored and Mytherin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b1a07a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b07d981 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06723f9 View commit details
    Browse the repository at this point in the history
  10. Add fail if npm package size is bigger than 150MB

    Partial fix to duckdb#1592
    carlopi authored and Mytherin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6e7b603 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Fix deployment of tag next

    carlopi authored and Mytherin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    dff0054 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix sharing button for deployments from non-root situations"

    This reverts commit 06723f9.
    This is not working as intended, reverting and moving on
    carlopi authored and Mytherin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5e522a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Feb 16, 2024

  1. Bump to DuckDB v0.10.0 (with patch)

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6b19e1a View commit details
    Browse the repository at this point in the history
  2. Bump extensions further

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0a77642 View commit details
    Browse the repository at this point in the history
  3. Add platform

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4011939 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd6e5dc View commit details
    Browse the repository at this point in the history
  5. Skip native tests

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b712ed9 View commit details
    Browse the repository at this point in the history
  6. Skip test on remote very old remote db

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    77cda68 View commit details
    Browse the repository at this point in the history
  7. Bump by 1 handled times

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f1dc93a View commit details
    Browse the repository at this point in the history
  8. Skip for now handling of uhugeint

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fde2db6 View commit details
    Browse the repository at this point in the history
  9. Patch also path to extensions

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a8bce20 View commit details
    Browse the repository at this point in the history
  10. Test to be less strict

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c62b461 View commit details
    Browse the repository at this point in the history
  11. registerEmptyFileBuffer to be a NOP

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    457a779 View commit details
    Browse the repository at this point in the history
  12. Cleanup non-existent script

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e4a88df View commit details
    Browse the repository at this point in the history
  13. Remove from Makefile to script variables

    DUCKDB_CUSTOM_PLATFORM to be eventually removed
    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    10271a1 View commit details
    Browse the repository at this point in the history
  14. Change detection of node

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    840c500 View commit details
    Browse the repository at this point in the history
  15. Remove unnecessary code leftovers

    carlopi authored and Mytherin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fddbdf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fix(deps): bump apache-arrow from 14.0.2 to 15.0.0

    Bumps [apache-arrow](https://github.com/apache/arrow) from 14.0.2 to 15.0.0.
    - [Commits](apache/arrow@apache-arrow-14.0.2...apache-arrow-15.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: apache-arrow
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2355234 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump mini-css-extract-plugin from 2.7.6 to 2.8.0

    Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.6 to 2.8.0.
    - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
    - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/mini-css-extract-plugin@v2.7.6...v2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: mini-css-extract-plugin
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    caa6796 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @typescript-eslint/parser from 6.18.0 to 6.21.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.18.0 to 6.21.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ff3c922 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @typescript-eslint/eslint-plugin

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.18.0 to 6.21.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    dd723fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d1129b View commit details
    Browse the repository at this point in the history
  6. Save built extensions in build/extension_repository folder

    Folder structure compatible with the extension repository, like (example):
    build/extension_repository
    └── v0.10.0
        └── wasm_eh
            ├── autocomplete.duckdb_extension.wasm
            ├── excel.duckdb_extension.wasm
            ├── fts.duckdb_extension.wasm
            ├── icu.duckdb_extension.wasm
            ├── inet.duckdb_extension.wasm
            ├── json.duckdb_extension.wasm
            ├── parquet.duckdb_extension.wasm
            ├── sqlite_scanner.duckdb_extension.wasm
            ├── sqlsmith.duckdb_extension.wasm
            ├── substrait.duckdb_extension.wasm
            ├── tpcds.duckdb_extension.wasm
            └── tpch.duckdb_extension.wasm
    carlopi authored and Mytherin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    465bcfb View commit details
    Browse the repository at this point in the history
  7. Use just built extension_repository also for serving them

    This allows, from the opened browser tab, to do:
    SET custom_extension_repository='http://127.0.0.1:8081/extension_repository';
    LOAD xxx;
    
    And then this should load xxx.duckdb_extension.wasm that was just built.
    Signature checks needs to be disable for the to be successful.
    
    RESET custom_extension_repository to go back to loading from remote
    carlopi authored and Mytherin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    64c2c4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9238b9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7704412 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Remove outdated Makefile instruction

    carlopi authored and Mytherin committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f764144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44ea341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51beb8a View commit details
    Browse the repository at this point in the history
  4. Changes to scripts/build_loadable

    carlopi authored and Mytherin committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1cf5569 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb6137d View commit details
    Browse the repository at this point in the history
  6. Fixup Makefile

    carlopi authored and Mytherin committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    dcf0062 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac6f20f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c1c62f View commit details
    Browse the repository at this point in the history
  9. Update duckdb.patch

    carlopi authored and Mytherin committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    55aad8a View commit details
    Browse the repository at this point in the history
  10. Add origin trial for shell.duckdb.org

    carlopi authored and Mytherin committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    38e44c4 View commit details
    Browse the repository at this point in the history
  11. Skip bunlding tests in npm package

    This is due to hitting the size limit on the jsdeliver
    carlopi authored and Mytherin committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a4d20d8 View commit details
    Browse the repository at this point in the history
  12. Skip mvp js.map due to size constraints

    carlopi authored and Mytherin committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f11c8df View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    455b615 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump css-loader from 6.8.1 to 6.10.0

    Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.8.1 to 6.10.0.
    - [Release notes](https://github.com/webpack-contrib/css-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/css-loader@v6.8.1...v6.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: css-loader
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    219480b View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump webpack from 5.89.0 to 5.90.3

    Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.90.3.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.89.0...v5.90.3)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c2c5f50 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump source-map-loader from 4.0.2 to 5.0.0

    Bumps [source-map-loader](https://github.com/webpack-contrib/source-map-loader) from 4.0.2 to 5.0.0.
    - [Release notes](https://github.com/webpack-contrib/source-map-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/source-map-loader@v4.0.2...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: source-map-loader
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7bfcae4 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump esbuild from 0.20.0 to 0.20.1

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.0 to 0.20.1.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.20.0...v0.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5362119 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    2cdc981 View commit details
    Browse the repository at this point in the history
  2. Added plain html example

    dberardo-com authored and Mytherin committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5598e19 View commit details
    Browse the repository at this point in the history
  3. fix(deps): bump bootstrap from 5.3.2 to 5.3.3

    Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.2 to 5.3.3.
    - [Release notes](https://github.com/twbs/bootstrap/releases)
    - [Commits](twbs/bootstrap@v5.3.2...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: bootstrap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    53e41fe View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump karma-firefox-launcher from 2.1.2 to 2.1.3

    Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 2.1.2 to 2.1.3.
    - [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases)
    - [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma-firefox-launcher@v2.1.2...v2.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: karma-firefox-launcher
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    917d565 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump style-loader from 3.3.3 to 3.3.4

    Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.3 to 3.3.4.
    - [Release notes](https://github.com/webpack-contrib/style-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/style-loader/blob/v3.3.4/CHANGELOG.md)
    - [Commits](webpack-contrib/style-loader@v3.3.3...v3.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: style-loader
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    36cbd5b View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump webpack-dev-server from 4.15.1 to 5.0.2

    Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.1 to 5.0.2.
    - [Release notes](https://github.com/webpack/webpack-dev-server/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-server@v4.15.1...v5.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-server
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    244c99b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Minor Makefile fixes

    carlopi authored and Mytherin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    614f01c View commit details
    Browse the repository at this point in the history
  2. Temporarily patch Makefile

    carlopi authored and Mytherin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    eff509f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd6c8b6 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.34.0

    Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.0.
    - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
    - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-react
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2525977 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump jasmine-core from 5.1.1 to 5.1.2

    Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/jasmine/jasmine/releases)
    - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
    - [Commits](jasmine/jasmine@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: jasmine-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3bf715d View commit details
    Browse the repository at this point in the history
  6. fix(deps): bump react-router-dom from 6.21.3 to 6.22.3

    Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.21.3 to 6.22.3.
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)
    
    ---
    updated-dependencies:
    - dependency-name: react-router-dom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    efc0d98 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump @types/node from 20.11.16 to 20.11.25

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.16 to 20.11.25.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    03a2335 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Avoid autoloading on DuckDB's httpfs setting [eg s3_url_style] not ho…

    …nored by duckdb-wasm
    carlopi authored and Mytherin committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c7fc746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4a492 View commit details
    Browse the repository at this point in the history
  3. Minor Makefile fix

    carlopi authored and Mytherin committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1067062 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Bump to DuckDB v0.10.1

    carlopi authored and Mytherin committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5fd5e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da62771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb6d24f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore: upgrade CI image

    jcolot authored and Mytherin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    973b560 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Revert "Add test on erorr message on not supported setting"

    This reverts commit 2fceab8.
    carlopi authored and Mytherin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9d78b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887c560 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/node from 20.11.25 to 20.11.30

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.25 to 20.11.30.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    61c8705 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump prettier from 3.2.4 to 3.2.5

    Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.2.4...3.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    caa6b2e View commit details
    Browse the repository at this point in the history
  5. fix(deps): bump immutable from 4.3.4 to 4.3.5

    Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.3.4 to 4.3.5.
    - [Release notes](https://github.com/immutable-js/immutable-js/releases)
    - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
    - [Commits](immutable-js/immutable-js@v4.3.4...v4.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: immutable
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Mytherin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    91335e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    546ecad View commit details
    Browse the repository at this point in the history
  2. Fix condition, to be reviewed

    carlopi authored and Mytherin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    58fcb9a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Fixup FileFlags condition

    carlopi authored and Mytherin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b4d2182 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. fix(deps): bump duckdb/duckdb-wasm-ci-env (duckdb#1722)

    Bumps [duckdb/duckdb-wasm-ci-env](https://github.com/duckdb/duckdb-wasm-ci-env) from ae43fa250a6b6ba92fe3d825c6c34b6d68a258a0 to f10a0954b7b2b98e8526e0f7bbcb10e614defcbd.
    - [Release notes](https://github.com/duckdb/duckdb-wasm-ci-env/releases)
    - [Commits](duckdb/duckdb-wasm-ci-env@ae43fa2...f10a095)
    
    ---
    updated-dependencies:
    - dependency-name: duckdb/duckdb-wasm-ci-env
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    22935ce View commit details
    Browse the repository at this point in the history
  2. adding logic to detect whether range requests are supported even if H…

    …EAD requests are not permitted
    carstonhernke authored and carlopi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9d1b5be View commit details
    Browse the repository at this point in the history
  3. Actually enable always

    carlopi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b1b835d View commit details
    Browse the repository at this point in the history
  4. Update platform.ts

    keller-mark authored and carlopi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9da6e9a View commit details
    Browse the repository at this point in the history
  5. pass DUCKDB_EXTERNAL_PLATFORM to duckdb submodule cmake

    Tobias Hoffmann authored and carlopi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ffad6b4 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump @types/node from 20.11.30 to 20.12.7

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and carlopi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    57318b6 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump css-loader from 6.10.0 to 7.1.1

    Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.10.0 to 7.1.1.
    - [Release notes](https://github.com/webpack-contrib/css-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/css-loader@v6.10.0...v7.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: css-loader
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and carlopi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f16105a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 6, 2024

  1. chore(deps-dev): bump eslint from 8.56.0 to 8.57.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.56.0...v8.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and carlopi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4bdb579 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump esbuild from 0.20.1 to 0.20.2

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.1 to 0.20.2.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.20.1...v0.20.2)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and carlopi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4bf0566 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump webpack-dev-server from 5.0.2 to 5.0.4

    Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.0.2 to 5.0.4.
    - [Release notes](https://github.com/webpack/webpack-dev-server/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-server@v5.0.2...v5.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-server
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and carlopi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b22b361 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Properly return 0 instead of emtpy return

    This emerged while investigating duckdb#1658, but reproduction is not deterministic so hard to say
    carlopi committed May 8, 2024
    Configuration menu
    Copy the full SHA
    192ccfd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. chore(deps-dev): bump puppeteer from 21.7.0 to 22.8.0

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.7.0 to 22.8.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v21.7.0...puppeteer-v22.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and carlopi committed May 13, 2024
    Configuration menu
    Copy the full SHA
    436b36c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add yyjson to cmake

    carlopi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8fc61f0 View commit details
    Browse the repository at this point in the history
  2. shared_ptr changes

    carlopi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9f2c7ca View commit details
    Browse the repository at this point in the history
  3. Apply duckdb patch

    carlopi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b970ab3 View commit details
    Browse the repository at this point in the history
  4. Bump arrow submodule

    carlopi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4429064 View commit details
    Browse the repository at this point in the history
  5. Fixup duckdb patch

    carlopi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7b7e852 View commit details
    Browse the repository at this point in the history
  6. git apply --3way

    carlopi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c9d82c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d453201 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a9dbbd View commit details
    Browse the repository at this point in the history
  9. No npm_measure_lib

    carlopi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    36e29b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cbab143 View commit details
    Browse the repository at this point in the history
  11. set duckdb_api, by @elefeint

    carlopi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3abe92e View commit details
    Browse the repository at this point in the history
  12. Avoid bundling excel

    carlopi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    329a186 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Always use --3way apply

    carlopi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    60d3093 View commit details
    Browse the repository at this point in the history
  2. Propagate infos

    carlopi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3f7419e View commit details
    Browse the repository at this point in the history
  3. Add uglify-js to yarn.lock

    carlopi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5f0d36d View commit details
    Browse the repository at this point in the history
  4. Move duckdb to main

    carlopi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cb83bce View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Check flags before rethrowing errors

    Actually, this might be problematic since we here we can't distinguish between network failures or actual file be missing.
    On the other side, all is good.
    carlopi committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e95fb69 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    aeda1d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b85b133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9f7111 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    eddf034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ec2e46 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    1e422d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472d866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0cca3f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. chore(deps-dev): bump typedoc from 0.25.7 to 0.25.13

    Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.7 to 0.25.13.
    - [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
    - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
    - [Commits](TypeStrong/typedoc@v0.25.7...v0.25.13)
    
    ---
    updated-dependencies:
    - dependency-name: typedoc
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and carlopi committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    747dd4a View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump immutable from 4.3.5 to 4.3.6

    Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.3.5 to 4.3.6.
    - [Release notes](https://github.com/immutable-js/immutable-js/releases)
    - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
    - [Commits](immutable-js/immutable-js@v4.3.5...v4.3.6)
    
    ---
    updated-dependencies:
    - dependency-name: immutable
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and carlopi committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1af8645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8356dee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89240db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c408da6 View commit details
    Browse the repository at this point in the history
  6. Bump to apache-arrow 16.0.0

    carlopi committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4142caa View commit details
    Browse the repository at this point in the history
  7. Bump to latest arrow crate

    carlopi committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    33a9b40 View commit details
    Browse the repository at this point in the history
  8. Also cargolock

    carlopi committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bd7b7d8 View commit details
    Browse the repository at this point in the history
  9. Explicitly use new Date()

    carlopi committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b658106 View commit details
    Browse the repository at this point in the history
  10. Bump packages

    carlopi committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    53551e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 26, 2024

  1. Add also community_signature

    carlopi committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cae603a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jul 12, 2024

  1. Move patches

    carlopi committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    762beeb View commit details
    Browse the repository at this point in the history
  2. Add make_patch to Makefile

    carlopi committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3bc0b9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b071d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f081ca View commit details
    Browse the repository at this point in the history
  5. Fixup IsRemoteFile patch

    carlopi committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    841a1f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    00e2265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a4819 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. docs: add missing space

    domoritz authored and carlopi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    733c3b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Patches to nested directory

    carlopi committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cd42c15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c094c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 2, 2024

  1. Add alternative name

    carlopi committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c40bfb7 View commit details
    Browse the repository at this point in the history
  2. Move to alternative name

    carlopi committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cf2048b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. fix(deps): bump react-router-dom from 6.22.3 to 6.26.1

    Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.22.3 to 6.26.1.
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)
    
    ---
    updated-dependencies:
    - dependency-name: react-router-dom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and carlopi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    fe964a1 View commit details
    Browse the repository at this point in the history
  2. explicitly depend on http-server

    isaacbrodsky authored and carlopi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5f91ffc View commit details
    Browse the repository at this point in the history
  3. revert dev dependency

    isaacbrodsky authored and carlopi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a26aed2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. option to set custom user agent

    hrl20 authored and carlopi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4ae98af View commit details
    Browse the repository at this point in the history
  2. update ts api

    hrl20 authored and carlopi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9ed77b6 View commit details
    Browse the repository at this point in the history
  3. Use npx for http-server

    domoritz authored and carlopi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9b5991a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    202e00c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3946612 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    1937133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65424bd View commit details
    Browse the repository at this point in the history
  3. Bump to latest duckdb

    carlopi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    535c993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f939bfd View commit details
    Browse the repository at this point in the history
  5. Bump patches

    carlopi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3575723 View commit details
    Browse the repository at this point in the history
  6. Change API

    carlopi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    28bf8a6 View commit details
    Browse the repository at this point in the history
  7. remove inet

    carlopi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e5fa544 View commit details
    Browse the repository at this point in the history
  8. Fixup varint exclusion

    carlopi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b31e5d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5835f8 View commit details
    Browse the repository at this point in the history
  10. Bump arrow

    carlopi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3950cbe View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. add: workflow change

    vpbs2 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7b98422 View commit details
    Browse the repository at this point in the history