From 30d4ece52d0bd86a8f40c89786d1d0aa0d13c9e4 Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Mon, 10 Feb 2025 17:17:17 +0100 Subject: [PATCH 1/6] Rework installation page --- _includes/installation.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/installation.html b/_includes/installation.html index 67591c5eaae..558deb594aa 100644 --- a/_includes/installation.html +++ b/_includes/installation.html @@ -35,9 +35,9 @@

Platform

The package is available for all platforms.
@@ -46,8 +46,8 @@

Download method

From 82a2bf44a2cce9df489a6a665cadafa9ac1f76ad Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Wed, 12 Feb 2025 16:07:52 +0100 Subject: [PATCH 2/6] Installation page: Use installation script --- data/installation-data-1.2.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/data/installation-data-1.2.yml b/data/installation-data-1.2.yml index 6b92fccb0d9..421972faec3 100644 --- a/data/installation-data-1.2.yml +++ b/data/installation-data-1.2.yml @@ -66,8 +66,7 @@ has_sha_512_hash: 'yes' link: https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-osx-universal.zip installation_code: >- - curl --fail --location --progress-bar --output duckdb_cli-osx-universal.zip https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-osx-universal.zip && - unzip duckdb_cli-osx-universal.zip + curl https://install.duckdb.org | sh usage_example: ./duckdb - variant: stable environment: Command line @@ -77,8 +76,7 @@ has_sha_512_hash: 'yes' link: https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-linux-amd64.zip installation_code: >- - curl --fail --location --progress-bar --output duckdb_cli-linux-amd64.zip https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-linux-amd64.zip && - unzip duckdb_cli-linux-amd64.zip + curl https://install.duckdb.org | sh usage_example: ./duckdb - variant: stable environment: Command line @@ -88,8 +86,7 @@ has_sha_512_hash: 'yes' link: https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-linux-aarch64.zip installation_code: >- - curl --fail --location --progress-bar --output duckdb_cli-linux-aarch64.zip https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-linux-aarch64.zip && - unzip duckdb_cli-linux-aarch64.zip + curl https://install.duckdb.org | sh usage_example: ./duckdb - variant: stable environment: Python From db5560ddf1f0f8cbed3375292eacb2d5b41e528c Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Wed, 12 Feb 2025 16:08:20 +0100 Subject: [PATCH 3/6] Landing page: Use installation script --- _includes/quick_installation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/quick_installation.html b/_includes/quick_installation.html index b685207f851..135c1f24253 100644 --- a/_includes/quick_installation.html +++ b/_includes/quick_installation.html @@ -35,7 +35,7 @@

Installation

{% highlight bash %} -brew install duckdb +curl https://install.duckdb.org | sh {% endhighlight %}
@@ -82,7 +82,7 @@

Installation

{% highlight bash %} -brew install duckdb +curl https://install.duckdb.org | sh {% endhighlight %}
From 777e06087f7a4a99d011f4d0572d81e17e573929 Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Wed, 12 Feb 2025 16:11:00 +0100 Subject: [PATCH 4/6] Installation page: Drop simple usage examples --- data/installation-data-1.2.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/data/installation-data-1.2.yml b/data/installation-data-1.2.yml index 421972faec3..cb5611ba344 100644 --- a/data/installation-data-1.2.yml +++ b/data/installation-data-1.2.yml @@ -12,7 +12,6 @@ client. Therefore, they need to be updated separately. - usage_example: duckdb - variant: stable environment: Command line platform: Windows @@ -27,7 +26,6 @@ client. Therefore, they need to be updated separately. - usage_example: ./duckdb - variant: stable environment: Command line platform: Windows @@ -42,7 +40,6 @@ client. Therefore, they need to be updated separately. - usage_example: ./duckdb - variant: stable environment: Command line platform: macOS @@ -57,7 +54,6 @@ client. Therefore, they need to be updated separately. - usage_example: duckdb - variant: stable environment: Command line platform: macOS @@ -67,7 +63,6 @@ link: https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-osx-universal.zip installation_code: >- curl https://install.duckdb.org | sh - usage_example: ./duckdb - variant: stable environment: Command line platform: Linux @@ -77,7 +72,6 @@ link: https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-linux-amd64.zip installation_code: >- curl https://install.duckdb.org | sh - usage_example: ./duckdb - variant: stable environment: Command line platform: Linux @@ -87,7 +81,6 @@ link: https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-linux-aarch64.zip installation_code: >- curl https://install.duckdb.org | sh - usage_example: ./duckdb - variant: stable environment: Python platform: all @@ -211,7 +204,6 @@ client. Therefore, they need to be updated separately. - usage_example: ./duckdb - variant: nightly environment: Command line platform: macOS @@ -222,7 +214,6 @@ curl --fail --location --progress-bar --output duckdb-binaries-osx.zip https://artifacts.duckdb.org/latest/duckdb-binaries-osx.zip && unzip duckdb-binaries-osx.zip && unzip duckdb_cli-osx-universal.zip - usage_example: ./duckdb - variant: nightly environment: Command line platform: Linux @@ -233,7 +224,6 @@ curl --fail --location --progress-bar --output duckdb-binaries-linux.zip https://artifacts.duckdb.org/latest/duckdb-binaries-linux.zip && unzip duckdb-binaries-linux.zip && unzip duckdb_cli-linux-amd64.zip - usage_example: ./duckdb - variant: nightly environment: Command line platform: Linux @@ -244,7 +234,6 @@ curl --fail --location --progress-bar --output duckdb-binaries-linux-aarch64.zip https://artifacts.duckdb.org/latest/duckdb-binaries-linux-aarch64.zip && unzip duckdb-binaries-linux-aarch64.zip && unzip duckdb_cli-linux-aarch64.zip - usage_example: ./duckdb - variant: nightly environment: Python platform: all From a8c9de63707ae19e8b305ff87819c22806195e0a Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Wed, 12 Feb 2025 16:12:24 +0100 Subject: [PATCH 5/6] Installation page: Add JDBC string --- _includes/installation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/installation.html b/_includes/installation.html index cce473ded93..10e8eec75e1 100644 --- a/_includes/installation.html +++ b/_includes/installation.html @@ -22,7 +22,7 @@

  • Command line
  • Python
  • R
  • -
  • Java
  • +
  • Java (JDBC)
  • Node.js
  • Rust
  • Go
  • From b0c71c86eadc02de46bd298e9ef96a0a4de4ef08 Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Wed, 12 Feb 2025 16:14:59 +0100 Subject: [PATCH 6/6] Bump Rouge version --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 255a0c7d506..a5e62df4d9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT GIT remote: https://github.com/duckdb/rouge.git - revision: a867ab46a057b48579e1c840a8bd23df54cd9456 + revision: 115fb6e175d7e55fcaacb6f26d5a7882c02bb709 branch: duckdb specs: rouge (3.3823.1)