Commit Graph

144 Commits

Author SHA1 Message Date
63c713dab0 Enhance GitHub Actions workflow for Gitea Packages by adding jq to dependencies, improving server URL normalization, and refining error handling for preflight uploads with support for HTTP redirects.
Some checks failed
Build linux_amd64 extension and upload to Packages / build-linux-amd64 (push) Failing after 12s
2025-09-13 17:15:49 +00:00
2be3632ac7 Add preflight upload step to GitHub Actions workflow for Gitea Packages, including token validation and error handling for uploads.
Some checks failed
Build linux_amd64 extension and upload to Packages / build-linux-amd64 (push) Failing after 13s
2025-09-13 17:10:47 +00:00
14debc4d35 Update GitHub Actions workflow to use RELEASE_TOKEN for manual repository checkout step, enhancing security and access control.
Some checks failed
Build linux_amd64 extension and upload to Packages / build-linux-amd64 (push) Failing after 25m20s
2025-09-13 06:31:59 +00:00
a3526d3eb4 Update GitHub Actions workflow to trigger on pushes to the main branch, ensuring builds are initiated for the latest changes. 2025-09-13 06:05:34 +00:00
af15bb9036 Add manual repository checkout step in GitHub Actions workflow for linux_amd64 build to ensure proper initialization and status verification. 2025-09-13 06:00:04 +00:00
dc74e53e77 Enhance GitHub Actions workflow for linux_amd64 build: add workspace status check, initialize submodules, build release, and compute package version before uploading to Gitea Packages. 2025-09-13 05:58:00 +00:00
277279184b Add GitHub Actions workflow for building and uploading linux_amd64 extension
Some checks failed
Main Extension Distribution Pipeline / Build main extension binaries (push) Failing after 0s
Main Extension Distribution Pipeline / Build next patch extension binaries (push) Failing after 0s
Main Extension Distribution Pipeline / Build stable extension binaries (push) Failing after 0s
Main Extension Distribution Pipeline / Deploy stable extension binaries (push) Has been skipped
2025-09-13 05:52:52 +00:00
f13123987a Merge pull request 'Merge PR #25 patch: add ui_local_host setting, pass host to HttpServer, and integrate HTTPParams for client initialization; update URLs and server listen to use configured host' (#1) from chore/merge-pr25 into main
Some checks failed
Main Extension Distribution Pipeline / Build main extension binaries (push) Failing after 0s
Main Extension Distribution Pipeline / Build next patch extension binaries (push) Failing after 0s
Main Extension Distribution Pipeline / Build stable extension binaries (push) Failing after 0s
Main Extension Distribution Pipeline / Deploy stable extension binaries (push) Has been skipped
Reviewed-on: #1
2025-09-13 04:23:21 +00:00
bd809a759e Merge PR #25 patch: add ui_local_host setting, pass host to HttpServer, and integrate HTTPParams for client initialization; update URLs and server listen to use configured host
Some checks failed
Main Extension Distribution Pipeline / Build main extension binaries (pull_request) Failing after 0s
Main Extension Distribution Pipeline / Build next patch extension binaries (pull_request) Failing after 0s
Main Extension Distribution Pipeline / Build stable extension binaries (pull_request) Failing after 1s
Main Extension Distribution Pipeline / Deploy stable extension binaries (pull_request) Has been skipped
2025-09-13 04:07:20 +00:00
Y.
bba41c82c5 Add support for latest DuckDB (#22) 2025-09-10 12:16:45 +02:00
dependabot[bot]
3fff3b2d1f Bump vite from 6.3.5 to 6.3.6 in /ts (#21)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 6.3.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-10 10:58:46 +02:00
Y.
96dfa0d32b Terminate watcher if database changes (#20)
* Terminate watcher if database changes

* Format

* Update watcher.cpp

* Revert "Format"

This reverts commit 72d82f4bce.
2025-08-14 15:47:15 -07:00
Jeff Raymakers
8a724108f1 update ts deps (#19)
* update ts deps

* update pnpm-lock.yaml
2025-07-25 14:40:42 -07:00
Jeff Raymakers
aab29c57f4 upgrade to duckdb 1.3.2 (#18) 2025-07-08 09:51:19 -07:00
Jeff Raymakers
291c1c4af5 fix errors_as_json option to only apply when set (#17) 2025-07-01 08:44:27 -07:00
Jeff Raymakers
fc78019f25 add bounds check to batch index in data reader (#16)
* add bounds check to batch index in data reader

* formatting

* add columnIndex and rowIndex to error message
2025-06-30 13:19:31 -07:00
Jeff Raymakers
8ec47ccec9 add run options to ui client (#15) 2025-06-25 12:09:40 -07:00
Jeff Raymakers
2a8db10c6a support additional run options, including result table and chunk limit (#14)
* result table

* db, schema, & result tbl chunk limit

* support schema, change db to search path; also errors_as_json

* add comment about appender connection
2025-06-25 12:09:22 -07:00
Jeff Raymakers
0b240cf7d6 avoid error on cancel (#13) 2025-06-20 17:48:09 -07:00
Jeff Raymakers
0a5add6547 upgrade to duckdb 1.3.1 (#12) 2025-06-16 11:05:09 -07:00
Jeff Raymakers
13cb9c5ab9 update readme (#11)
* update readme

* add docs & README to main workflow ignore paths
2025-06-13 12:12:03 -07:00
Jeff Raymakers
0edb52054a add duckdb-ui-client & other ts pkgs (#10)
* add duckdb-ui-client & other ts pkgs

* workflow fixes

* fix working dir

* no sparse checkout; specify package.json path

* path to pnpm-lock.yaml

* add check & build test

* workflow step descriptions

* use comments & names

* one more naming tweak
2025-06-13 09:16:05 -07:00
Jeff Raymakers
d6cc9eeea4 add ts workflow (#5)
* add ts workflow

* add ts workspace workflow file to self

* add placeholder ts README

* fix steps
2025-06-11 12:05:20 -07:00
Jeff Raymakers
696fc1ea02 re-enable main build (#9) 2025-06-11 11:59:17 -07:00
Yves
0841d1ccac Merge remote-tracking branch 'duckdb/main' 2025-06-11 11:44:14 +02:00
Y.
32fcf7e620 Merge pull request #163 from duckdb/yl/new-ext-loader
Add support for new extension loader
2025-06-11 05:35:50 -04:00
Yves
ccaf92e99d Update ui_extension.cpp 2025-06-11 10:07:01 +02:00
Yves
22721d7edd Add support for new extension loader 2025-06-11 09:10:41 +02:00
Jeff Raymakers
9d4f0ebb0e disable ext main build (#7)
* disable ext main build

* exclude arches when not in duckdb org
2025-06-10 22:53:23 -07:00
Jeff Raymakers
e06cd347fb only deploy from duckdb repo (#6) 2025-06-10 16:12:05 -07:00
Jeff Raymakers
fb016137ee Merge pull request #4 from motherduckdb/jray/ext-workflow-ignore-ts
extension workflow: ignore the ts directory
2025-06-10 14:00:36 -07:00
Jeff Raymakers
ab5f005bce extension workflow: ignore the ts directory 2025-06-10 13:59:42 -07:00
Y.
9c05c83412 Merge pull request #3 from motherduckdb/jray/update-extension-ci-tools-to-1.3.0
update extension-ci-tools to 1.3.0
2025-06-10 03:21:39 -04:00
Jeff Raymakers
c63b39fb62 update extension-ci-tools to 1.3.0 2025-06-09 17:12:08 -07:00
Jeff Raymakers
0d72926508 Merge pull request #156 from duckdb/jray/support-pivot
add support for pivot
2025-06-03 15:42:46 -07:00
Jeff Raymakers
bffad99acc convert pending result to string 2025-06-03 09:07:53 -07:00
Jeff Raymakers
c7d73dcb8d minor tweaks 2025-06-03 09:04:39 -07:00
Jeff Raymakers
6145a1b4a9 add support for pivot 2025-06-02 17:57:56 -07:00
Jeff Raymakers
17be068d61 Merge pull request #152 from duckdb/yl/proxy
Add support for `http_proxy` from DuckDB
2025-05-28 14:13:05 -07:00
Yves
c9d93eee2e Add support for http_proxy from DuckDB 2025-05-26 11:24:03 +02:00
Jeff Raymakers
763e521a99 Merge pull request #146 from duckdb/yl/ddb-ci-130
Bump CI tools to 1.3.0
2025-05-21 13:47:13 -07:00
Yves
875fa2161c Bump CI tools to 1.3.0 2025-05-21 20:07:37 +02:00
Y.
fda5caf296 Merge pull request #145 from duckdb/yl/ddb-130 2025-05-21 13:27:31 -04:00
Yves
183422172c Bump to DuckDB 1.3.0 2025-05-21 18:17:27 +02:00
Y.
c6f57c2f9c Merge pull request #138 from duckdb/yl/duckdb-122
Bump to DuckDB 1.2.2
2025-05-09 08:37:56 +02:00
Yves
6cbef80577 Bump to DuckDB 1.2.2 2025-04-28 16:38:51 +02:00
Y.
277b48c4c9 Merge pull request #117 from duckdb/yl/duckdb122
Build for DuckDB 1.2.2
2025-04-08 11:30:39 -04:00
Yves
ec5334099f Build for DuckDB 1.2.2 2025-04-08 14:03:13 +02:00
Jeff Raymakers
37c738af28 Merge pull request #104 from duckdb/jray/forward-cookie-header
forward cookie header
2025-03-27 14:14:37 -07:00
Jeff Raymakers
07ed1ea806 forward cookie header 2025-03-27 13:22:45 -07:00