Skip to content

Commit 9735e7d

Browse files
committed
Merge branch 'main' into release-v1.3
2 parents 32b8fc5 + af1f631 commit 9735e7d

File tree

162 files changed

+20988
-3067
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+20988
-3067
lines changed

.github/linkchecker/linkchecker.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ ignore=
3030
https://benchmark\.clickhouse\.com/.*
3131
https://www\.raspberrypi\.com/.*
3232
https://getnao\.io/.*
33-
https://www\.moderndatastack\.xyz/.*
34-
https://ut\.ee/.*
33+
https://www\.moderndatastack\.xyz/.*
34+
https://ut\.ee/.*
3535
https://mvnrepository\.com/.*
3636
https://www\.gnu\.org/.*
3737
https://tolkiengateway\.net/.*
3838
https://www\.imdb\.com/.*
3939
https://star-history\.com/
4040
https://dl\.acm\.org/.*
41+
https://stackoverflow\.com/.*
42+
https://github\.com/.*
43+
https://news\.ycombinator\.com/.*

.github/workflows/jekyll.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -149,27 +149,3 @@ jobs:
149149
uses: actions/deploy-pages@v4
150150
with:
151151
timeout: 3600000
152-
153-
LinkChecker:
154-
name: Link Checker
155-
runs-on: ubuntu-24.04
156-
needs: deploy
157-
steps:
158-
- uses: actions/checkout@v4
159-
with:
160-
fetch-depth: 0
161-
162-
- name: Set up Python 3.9
163-
uses: actions/setup-python@v5
164-
with:
165-
python-version: '3.9'
166-
167-
- run: pip install linkchecker --user
168-
169-
- name: Link Checker on stable
170-
run: |
171-
linkchecker https://duckdb.org/ --ignore-url 'https?://duckdb\.org/docs/[0-9]*.[0-9]*/.*' --config .github/linkchecker/linkchecker.conf --file-output html/utf-8/report.html
172-
echo $?
173-
174-
- run: cat report.html >> ${GITHUB_STEP_SUMMARY}
175-
if: success() || failure()

.github/workflows/linkchecker.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Link Checker
2+
3+
on:
4+
schedule:
5+
- cron: "0 4 * * *" # run every day at 4AM
6+
7+
jobs:
8+
LinkChecker:
9+
name: Link Checker
10+
runs-on: ubuntu-24.04
11+
needs: deploy
12+
steps:
13+
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
16+
17+
- name: Set up Python 3.9
18+
uses: actions/setup-python@v5
19+
with:
20+
python-version: '3.9'
21+
22+
- run: pip install linkchecker --user
23+
24+
- name: Link Checker ignoring the old documentation pages (and keeping the stable and preview pages)
25+
run: |
26+
linkchecker https://duckdb.org/ --ignore-url 'https?://duckdb\.org/docs/[0-9]*.[0-9]*/.*' --config .github/linkchecker/linkchecker.conf --file-output html/utf-8/report.html
27+
echo $?
28+
29+
- run: cat report.html >> ${GITHUB_STEP_SUMMARY}
30+
if: success() || failure()

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Some of this style guide is automated with GitHub Actions, but feel free to run
108108
Error: Constraint Error: Duplicate key "i: 1" violates primary key constraint.
109109
```
110110
````
111-
* To specify placeholders (or template-style code), use the left angle and right angle characters, `` and ``. These will be highlighted in red and typeset with a bold monospace font to draw the reader's attention to them.
111+
* To specify placeholders (or template-style code), use the left angle and right angle characters, `` and ``. These will be highlighted in red and typeset in monospace bold italic to draw the reader's attention to them.
112112
* For example, you could write: To create a table from a Parquet file, run: `CREATE TABLE ⟨your_table_name⟩ AS FROM '⟨your_filename⟩.parquet'`.
113113
* Copy the characters from here: `⟨⟩`.
114114
* These characters are known in LaTeX code as `\langle` and `\rangle`.

Gemfile.lock

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010

1111
GIT
1212
remote: https://github.com/duckdb/rouge.git
13-
revision: 1af85d39e38d6dfb2f51f11ba106b97466d1ea76
13+
revision: f6ca0372e26dc55afb7455505ec1543808e3f903
1414
branch: duckdb
1515
specs:
1616
rouge (3.3823.1)
@@ -54,13 +54,7 @@ GEM
5454
octokit (>= 4, < 10)
5555
public_suffix (>= 3.0, < 7.0)
5656
typhoeus (~> 1.3)
57-
google-protobuf (4.30.2-arm64-darwin)
58-
bigdecimal
59-
rake (>= 13)
60-
google-protobuf (4.30.2-x86_64-darwin)
61-
bigdecimal
62-
rake (>= 13)
63-
google-protobuf (4.30.2-x86_64-linux)
57+
google-protobuf (4.31.0)
6458
bigdecimal
6559
rake (>= 13)
6660
http_parser.rb (0.8.0)
@@ -167,7 +161,7 @@ GEM
167161
nokogiri (~> 1.12)
168162
jekyll-watch (2.2.1)
169163
listen (~> 3.0)
170-
json (2.11.3)
164+
json (2.12.0)
171165
kramdown (2.5.1)
172166
rexml (>= 3.3.9)
173167
kramdown-parser-gfm (1.1.0)
@@ -178,7 +172,7 @@ GEM
178172
rb-inotify (~> 0.9, >= 0.9.10)
179173
logger (1.6.6)
180174
mercenary (0.4.0)
181-
mini_portile2 (2.8.8)
175+
mini_portile2 (2.8.9)
182176
net-http (0.6.0)
183177
uri
184178
nokogiri (1.18.8)
@@ -199,8 +193,8 @@ GEM
199193
safe_yaml (1.0.5)
200194
sass (3.7.4)
201195
sass-listen (~> 4.0.0)
202-
sass-embedded (1.87.0)
203-
google-protobuf (~> 4.30)
196+
sass-embedded (1.89.0)
197+
google-protobuf (~> 4.31)
204198
rake (>= 13)
205199
sass-listen (4.0.0)
206200
rb-fsevent (~> 0.9, >= 0.9.4)

_data/menu_docs_preview.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,10 @@
10121012
"page": "Core Extensions",
10131013
"slug": "core_extensions",
10141014
"subfolderitems": [
1015+
{
1016+
"page": "Overview",
1017+
"url": "overview"
1018+
},
10151019
{
10161020
"page": "AutoComplete",
10171021
"url": "autocomplete"
@@ -1522,6 +1526,20 @@
15221526
}
15231527
]
15241528
},
1529+
{
1530+
"page": "Troubleshooting",
1531+
"slug": "troubleshooting",
1532+
"subsubfolderitems": [
1533+
{
1534+
"page": "Crashes",
1535+
"url": "crashes"
1536+
},
1537+
{
1538+
"page": "Out of Memory Errors",
1539+
"url": "oom_errors"
1540+
}
1541+
]
1542+
},
15251543
{
15261544
"page": "Glossary of Terms",
15271545
"url": "glossary"

0 commit comments

Comments
 (0)