Manuel Rüger
9184e91268
fix: defer body.Close() before ReadAll to ensure it runs on read error
...
The defer was placed after io.ReadAll, so if ReadAll returned an
error the body would not be closed. Move the defer before the read.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-16 19:18:29 +01:00
Nikolai Emil Damm
a334c1c1cc
feat: enhance Confluence link generation by utilizing base URL from API response
...
Signed-off-by: Nikolai Emil Damm <ndam@tv2.dk>
2026-01-06 15:25:59 +01:00
dgudim
e82c425471
Rename insecure flag to insecure-skip-tls-verify
2025-12-08 21:53:28 +01:00
Danila Gudim
b36d7aa135
feature: Add --insecure flag for ignoring tls errors
2025-12-08 21:53:28 +01:00
iyz
d789261c9a
feat: use gopencils retrial option, upgrade version
2025-04-04 22:13:57 +02:00
Manuel Rüger
f24d8c8957
Fix lint issues detected by golangci v2
2025-04-02 16:42:32 +02:00
Joris Conijn
1a0e452910
feat: support emojis on pages
...
Define an emoji in the markdown files and get them published as page
emoji icons.
2025-02-17 17:31:04 +01:00
Kassem Sandarusi
5accce3b17
add flag for updating on change
2025-01-13 19:05:29 +01:00
Smaug123
82aebec1eb
Use query param for labels
2024-10-21 13:11:42 +02:00
Manuel Rüger
dc8842106b
*: Reorganize code
2024-09-29 00:13:04 +02:00