Skip to content

Commit 4fb6b74

Browse files
committed
Merge branch '5.1.0' into 'main'
release 5.1.0 See merge request denic-eg/datascience/nis-gdpr/openpaq!24
2 parents cca758f + 75ca355 commit 4fb6b74

Some content is hidden

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

45 files changed

+1935
-1676
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.3-alpine3.21 as builder
1+
FROM golang:1.26.0-alpine as builder
22

33
RUN apk update && apk add --no-cache git ca-certificates
44

cmd/main.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151

5252
clickhouseEnabledString := lookupEnv("CLICKHOUSE_ENABLED")
5353
clickhouseEnabled := false
54-
if clickhouseEnabledString == "true" || clickhouseEnabledString == "1" {
54+
if strings.ToLower(clickhouseEnabledString) == "true" || clickhouseEnabledString == "1" {
5555
clickhouseEnabled = true
5656
}
5757

@@ -67,10 +67,11 @@ func main() {
6767
}
6868
}
6969
matchSeverityConfig := algorithms.MatchSeverityConfig{
70-
Algorithm: edlib.DamerauLevenshtein,
71-
AlgorithmThreshold: 0.8,
72-
PartialAlgorithm: edlib.DamerauLevenshtein,
73-
PartialAlgorithmThreshold: 0.8,
70+
Algorithm: edlib.DamerauLevenshtein,
71+
AlgorithmThreshold: 0.8,
72+
DeListMatchAlgorithmThreshold: 0.74,
73+
PartialAlgorithm: edlib.DamerauLevenshtein,
74+
PartialAlgorithmThreshold: 0.8,
7475
}
7576

7677
useTlsEnv := lookupEnv("USE_TLS")

docs/404.html

Lines changed: 60 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,22 @@
1111

1212

1313

14+
15+
16+
1417
<link rel="icon" href="/assets/images/favicon.png">
15-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.22">
18+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.3">
1619

1720

1821

1922
<title>OpenPAQ</title>
2023

2124

2225

23-
<link rel="stylesheet" href="/assets/stylesheets/main.84d31ad4.min.css">
26+
<link rel="stylesheet" href="/assets/stylesheets/main.484c7ddc.min.css">
2427

2528

26-
<link rel="stylesheet" href="/assets/stylesheets/palette.06af60db.min.css">
29+
<link rel="stylesheet" href="/assets/stylesheets/palette.ab4e12ef.min.css">
2730

2831

2932

@@ -50,7 +53,6 @@
5053

5154

5255

53-
5456
</head>
5557

5658

@@ -222,10 +224,15 @@
222224

223225

224226
<span class="md-ellipsis">
227+
228+
225229
Overview
230+
231+
226232

227233
</span>
228234

235+
229236

230237
</a>
231238
</li>
@@ -244,10 +251,15 @@
244251

245252

246253
<span class="md-ellipsis">
254+
255+
247256
Getting Started
257+
258+
248259

249260
</span>
250261

262+
251263

252264
</a>
253265
</li>
@@ -266,10 +278,15 @@
266278

267279

268280
<span class="md-ellipsis">
281+
282+
269283
Configuration
284+
285+
270286

271287
</span>
272288

289+
273290

274291
</a>
275292
</li>
@@ -288,10 +305,15 @@
288305

289306

290307
<span class="md-ellipsis">
308+
309+
291310
Usage
311+
312+
292313

293314
</span>
294315

316+
295317

296318
</a>
297319
</li>
@@ -310,10 +332,15 @@
310332

311333

312334
<span class="md-ellipsis">
335+
336+
313337
OpenAPI
338+
339+
314340

315341
</span>
316342

343+
317344

318345
</a>
319346
</li>
@@ -332,10 +359,15 @@
332359

333360

334361
<span class="md-ellipsis">
362+
363+
335364
Development
365+
366+
336367

337368
</span>
338369

370+
339371

340372
</a>
341373
</li>
@@ -354,10 +386,15 @@
354386

355387

356388
<span class="md-ellipsis">
389+
390+
357391
Contribution
392+
393+
358394

359395
</span>
360396

397+
361398

362399
</a>
363400
</li>
@@ -376,10 +413,15 @@
376413

377414

378415
<span class="md-ellipsis">
416+
417+
379418
Changelog
419+
420+
380421

381422
</span>
382423

424+
383425

384426
</a>
385427
</li>
@@ -398,10 +440,15 @@
398440

399441

400442
<span class="md-ellipsis">
443+
444+
401445
License & EOL
446+
447+
402448

403449
</span>
404450

451+
405452

406453
</a>
407454
</li>
@@ -420,10 +467,15 @@
420467

421468

422469
<span class="md-ellipsis">
470+
471+
423472
Imprint
473+
474+
424475

425476
</span>
426477

478+
427479

428480
</a>
429481
</li>
@@ -456,6 +508,7 @@
456508

457509

458510
<div class="md-content" data-md-component="content">
511+
459512
<article class="md-content__inner md-typeset">
460513

461514
<h1>404 - Not found</h1>
@@ -516,10 +569,11 @@ <h1>404 - Not found</h1>
516569

517570

518571

519-
<script id="__config" type="application/json">{"base": "/", "features": ["content.code.copy", "content.tabs.link", "content.code.annotate", "navigation.footer"], "search": "/assets/javascripts/workers/search.973d3a69.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
572+
573+
<script id="__config" type="application/json">{"annotate": null, "base": "/", "features": ["content.code.copy", "content.tabs.link", "content.code.annotate", "navigation.footer"], "search": "/assets/javascripts/workers/search.2c215733.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
520574

521575

522-
<script src="/assets/javascripts/bundle.f55a23d4.min.js"></script>
576+
<script src="/assets/javascripts/bundle.79ae519e.min.js"></script>
523577

524578
<script src="/assets/external/unpkg.com/mermaid@11/dist/mermaid.min.js"></script>
525579

docs/assets/external/unpkg.com/mermaid@11/dist/mermaid.min.js

Lines changed: 345 additions & 313 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/javascripts/bundle.79ae519e.min.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/javascripts/bundle.79ae519e.min.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/javascripts/bundle.f55a23d4.min.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/assets/javascripts/bundle.f55a23d4.min.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/assets/javascripts/swagger-ui-bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/javascripts/swagger-ui-standalone-preset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)