Commit Graph

  • 2fdcab25cc chore: bump module path to v16 master v16.0.0 Manuel Rüger 2026-03-20 23:35:27 +01:00
  • 9a26f657c7 Fix goreleaser config to point builds to ./cmd/mark v15.5.0 copilot-swe-agent[bot] 2026-03-20 13:20:51 +00:00
  • 61510ff358 Fix go install/get commands to use correct cmd/mark path copilot-swe-agent[bot] 2026-03-20 13:17:47 +00:00
  • 98c9c949d3 build(deps): bump github.com/yuin/goldmark from 1.7.16 to 1.7.17 dependabot[bot] 2026-03-20 13:20:03 +00:00
  • 3b756e8c99 Fix goreleaser config to point builds to ./cmd/mark copilot/fix-issue-745-update-readme copilot-swe-agent[bot] 2026-03-20 13:20:51 +00:00
  • 18334a1265 Fix go install/get commands to use correct cmd/mark path copilot-swe-agent[bot] 2026-03-20 13:17:47 +00:00
  • 3508d867f9 Initial plan copilot-swe-agent[bot] 2026-03-20 13:16:18 +00:00
  • 17436efd17 renderer: HTML-escape admonition title and guard against empty attachments Manuel Rüger 2026-03-13 09:03:58 +01:00
  • 2b62ffd822 confluence: fix NewAPI double-slash and DeletePageLabel missing status check Manuel Rüger 2026-03-13 09:03:49 +01:00
  • 807d057f7b stdlib: remove duplicate err check in New() and add XML escaping to user-controlled template values Manuel Rüger 2026-03-13 09:03:39 +01:00
  • 0d7caab5d8 fix: close response body on all paths in newErrorStatusNotOK Manuel Rüger 2026-03-13 02:11:18 +01:00
  • 14219aea59 fix: return error from Run() when ContinueOnError files fail Manuel Rüger 2026-03-13 02:11:18 +01:00
  • 7d4d0458ca fix: narrow vfs.Opener interface from ReadWriteCloser to ReadCloser Manuel Rüger 2026-03-13 02:11:18 +01:00
  • d6b37affd3 fix: use index-based loop in ResolveLocalAttachments to persist checksums Manuel Rüger 2026-03-13 02:11:18 +01:00
  • ed6ae15500 fix: add HTTP status checks to GetUserByName; remove redundant FindHomePage check Manuel Rüger 2026-03-13 02:01:45 +01:00
  • 0d735203dd fix: trim whitespace from ParseTitle result Manuel Rüger 2026-03-13 02:01:45 +01:00
  • d714bc9d2b fix: move scanner.Err() check after loop and fix matches bounds check Manuel Rüger 2026-03-13 02:01:45 +01:00
  • cf0699c088 fix: remove dead level-map infrastructure in mkDocsAdmonitionRenderer Manuel Rüger 2026-03-13 02:01:45 +01:00
  • b7c9229da4 fix: RestrictPageUpdatesCloud now resolves allowedUser by name Manuel Rüger 2026-03-13 01:50:45 +01:00
  • fef39dc1e0 fix: preserve include directive in output on error in ProcessIncludes Manuel Rüger 2026-03-13 01:50:45 +01:00
  • 4c81c81fb3 fix: return original match on error in macro Apply() Manuel Rüger 2026-03-13 01:50:45 +01:00
  • 3e71d65f61 fix: remove unused newLabels parameter from UpdatePage Manuel Rüger 2026-03-13 01:28:24 +01:00
  • 5b87945f23 fix: use ancestry slice for warning log, not meta.Parents Manuel Rüger 2026-03-13 01:28:24 +01:00
  • 566fd74efe fix: validate emoji rune from utf8.DecodeRuneInString Manuel Rüger 2026-03-13 01:21:28 +01:00
  • 2a505a24a8 fix: parseLinks regex misses links at position 0 of string Manuel Rüger 2026-03-13 01:21:19 +01:00
  • 594c1e4fa0 fix: guard FirstChild() nil in paragraph renderer Manuel Rüger 2026-03-13 01:21:11 +01:00
  • 9184e91268 fix: defer body.Close() before ReadAll to ensure it runs on read error Manuel Rüger 2026-03-13 01:14:04 +01:00
  • a4ef890247 fix: trim whitespace from stdin password Manuel Rüger 2026-03-13 01:13:57 +01:00
  • a481424f7b fix: return error instead of panic from CompileMarkdown Manuel Rüger 2026-03-13 01:13:51 +01:00
  • 32577c91f4 fix: return error instead of panic in ResolveAttachments; fix wrong slice index in log Manuel Rüger 2026-03-13 01:13:44 +01:00
  • 9e7f2cf9d5 fix: check os.ReadFile error before using file contents Manuel Rüger 2026-03-13 01:13:36 +01:00
  • 8205794e7b Update Makefile Manuel Rüger 2026-03-13 01:04:55 +01:00
  • 664a99cd00 test: restore global log level after each SetLogLevel subtest Manuel Rüger 2026-03-12 23:18:49 +01:00
  • 5e1d40d910 fix: remove no-op log.GetLevel() call in SetLogLevel Manuel Rüger 2026-03-12 23:17:15 +01:00
  • d68f8c3bb3 fix: use api.BaseURL instead of config.BaseURL for page URL output Manuel Rüger 2026-03-12 23:15:58 +01:00
  • 1fc553f102 style: fix indentation in Test_setLogLevel Manuel Rüger 2026-03-12 23:07:39 +01:00
  • aa16e7ae26 fix: check error return from fmt.Fprintln Manuel Rüger 2026-03-12 23:07:13 +01:00
  • 66120b937e fix: handle nil meta in dry-run mode when PageID is set Manuel Rüger 2026-03-12 23:05:55 +01:00
  • 4e3b90c03c fix: route result output through Config.Output, not os.Stdout Manuel Rüger 2026-03-12 23:05:28 +01:00
  • 06c3afef25 fix: skip label sync when metadata is absent Manuel Rüger 2026-03-12 23:04:33 +01:00
  • e68a9f64ff Refactor CLI to be a thin adapter over the library Manuel Rüger 2026-03-12 10:09:43 +01:00
  • 9e4c4bde30 Add root library package with Config, Run and ProcessFile Manuel Rüger 2026-03-12 10:07:38 +01:00
  • 2ae4601a02 build(deps): bump golang.org/x/text from 0.34.0 to 0.35.0 v15.4.0 dependabot[bot] 2026-03-11 18:36:33 +00:00
  • 76c4dfa16b Bump to go 1.26.1 Manuel Rüger 2026-03-11 19:35:02 +01:00
  • de71225164 fix d2 test Manuel Rüger 2026-02-25 00:11:36 +01:00
  • b8decd954b fix mermaid test mnowotnik 2026-02-25 00:11:36 +01:00
  • ab2c456851 chore: fix comment referring to wrong class Johan Fagerberg 2026-03-10 14:44:32 +01:00
  • 8e613c5e70 style: run gofmt on image_test.go Johan Fagerberg 2026-03-10 14:43:58 +01:00
  • d264648916 test: update expected testdata output Johan Fagerberg 2026-02-25 22:15:59 +01:00
  • 9795f74f0f feat: only attempt to parse image attachments Johan Fagerberg 2026-02-25 21:52:51 +01:00
  • 6f18a47ed0 feat: don't add redundant 'height' to images Johan Fagerberg 2026-02-25 21:50:56 +01:00
  • ec6a718c76 feat: throw errors instead of passing unknown aligns through Johan Fagerberg 2026-02-25 21:24:05 +01:00
  • 99dbcd9383 chore: clean up README changes a little bit Johan Fagerberg 2026-02-19 12:06:24 +01:00
  • a0e9594f50 chore: clean up over-explanations slightly Johan Fagerberg 2026-02-19 11:01:28 +01:00
  • 9c58c36b46 feat: use 'center' for image widths 760<x<1800 Johan Fagerberg 2026-02-19 10:56:26 +01:00
  • cbc7400f92 feat: align image rendering with Confluence default Johan Fagerberg 2026-02-19 10:24:26 +01:00
  • 4d887bde74 feat: add support for image dimensions Johan Fagerberg 2026-02-19 09:44:33 +01:00
  • c32cd79dc8 feat: add support for '--image-align' Johan Fagerberg 2026-02-18 09:15:51 +01:00
  • 875723da90 fix: trim whitespace when parsing 'content-appearance' flag Johan Fagerberg 2026-03-10 14:23:04 +01:00
  • dcd28068f3 Update README.md Johan Fagerberg 2026-03-10 14:13:37 +01:00
  • 9516939c7d feat: add support for --content-appearance Johan Fagerberg 2026-03-03 14:19:57 +01:00
  • d2717f031d Add Confluence task list renderer for GFM task lists Manuel Rüger 2026-02-27 20:31:10 +01:00
  • 529aa63d9f build(deps): bump docker/setup-buildx-action from 3 to 4 dependabot[bot] 2026-03-09 18:27:49 +00:00
  • 3337dfd0cd build(deps): bump docker/setup-qemu-action from 3 to 4 dependabot[bot] 2026-03-09 18:27:44 +00:00
  • 2498b83dee build(deps): bump docker/build-push-action from 6 to 7 dependabot[bot] 2026-03-09 18:27:56 +00:00
  • 541e743d42 build(deps): bump docker/login-action from 3 to 4 dependabot[bot] 2026-03-09 18:27:52 +00:00
  • fbb0302bf5 build(deps): bump golang from 1.26.0 to 1.26.1 dependabot[bot] 2026-03-09 18:27:43 +00:00
  • 945cb9b978 build(deps): bump github.com/urfave/cli/v3 from 3.6.2 to 3.7.0 dependabot[bot] 2026-03-02 18:33:59 +00:00
  • 8118314dea build(deps): bump goreleaser/goreleaser-action from 6 to 7 dependabot[bot] 2026-02-23 18:35:17 +00:00
  • 816add2709 build(deps): bump golang from 1.25.7 to 1.26.0 dependabot[bot] 2026-02-16 17:43:45 +00:00
  • ca96113ec1 build(deps): bump golang from 1.25.6 to 1.25.7 dependabot[bot] 2026-02-10 10:33:04 +00:00
  • 597854fd37 build(deps): bump golang.org/x/text from 0.33.0 to 0.34.0 dependabot[bot] 2026-02-09 19:44:01 +00:00
  • d2f18483bc build(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.2 to 4.10.0 dependabot[bot] 2026-02-08 00:07:56 +00:00
  • 8d83ec00c0 chore: Switch to maintained yaml Manuel Rüger 2026-02-08 01:09:24 +01:00
  • e294a7317e Move mention macro into a goldmark-parser/renderer Manuel Rüger 2026-02-08 00:28:36 +01:00
  • b85e40402c Fix lint v15.3.0 Manuel Rüger 2026-01-19 11:06:06 +01:00
  • 1433900a29 Bump to go 1.25 Manuel Rüger 2026-01-19 11:04:39 +01:00
  • 517a3c76a2 Add missed template to README Manuel Rüger 2026-01-19 11:03:15 +01:00
  • 311c10af2f build(deps): bump github.com/urfave/cli/v3 from 3.6.1 to 3.6.2 dependabot[bot] 2026-01-19 08:37:21 +00:00
  • c1c9a13391 parse "linenumbers" in code block hypengw 2026-01-09 09:51:29 +08:00
  • 5bb400cf51 add view-file template hypengw 2026-01-15 11:01:00 +08:00
  • 5270864d7c build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 dependabot[bot] 2026-01-12 12:11:58 +00:00
  • 30f3200c63 build(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.1 to 4.9.2 dependabot[bot] 2026-01-12 12:12:02 +00:00
  • 16f72b00bd feat: extend link resolution to support blog posts Nikolai Emil Damm 2026-01-06 13:53:59 +01:00
  • a334c1c1cc feat: enhance Confluence link generation by utilizing base URL from API response Nikolai Emil Damm 2026-01-06 11:30:41 +01:00
  • bb4d4e2dab build(deps): bump github.com/yuin/goldmark from 1.7.13 to 1.7.16 dependabot[bot] 2026-01-06 14:20:46 +00:00
  • 2784c925a2 fix: update test cases for large page IDs to reflect Confluence Cloud examples Nikolai Emil Damm 2026-01-05 13:01:49 +01:00
  • 6d5a9fba90 feat: implement GenerateTinyLink function and associated tests for Confluence tiny link generation Nikolai Emil Damm 2026-01-05 12:57:07 +01:00
  • ef560d095c fix: resolve link space inheritance and enhance Confluence URL normalization tests Nikolai Emil Damm 2025-12-19 12:34:29 +01:00
  • 0dd5ea9aee Clean up comments in normalizeConfluenceWebUIPath Nikolai Emil Damm 2025-12-18 16:38:07 +01:00
  • b2efff89e1 Update example path in link.go comments Nikolai Emil Damm 2025-12-18 16:37:32 +01:00
  • 0a821fb1c5 Update link_test.go Nikolai Emil Damm 2025-12-18 16:36:27 +01:00
  • b4370c09c6 feat: add normalizeConfluenceWebUIPath function and tests for URL rewriting Nikolai Emil Damm 2025-12-18 15:55:39 +01:00
  • 4c2a3c9b96 Bump DavidAnson/markdownlint-cli2-action from 21 to 22 dependabot[bot] 2025-12-15 16:06:48 +00:00
  • 967efde9bd README.md: Update help output Manuel Rüger 2025-12-08 21:59:51 +01:00
  • b3a6f1efae Update readme, add description for insecure-skip-tls-verify v15.2.0 dgudim 2025-12-08 22:50:55 +02:00
  • e82c425471 Rename insecure flag to insecure-skip-tls-verify dgudim 2025-12-08 22:48:49 +02:00
  • b36d7aa135 feature: Add --insecure flag for ignoring tls errors Danila Gudim 2025-12-05 15:31:35 +02:00
  • be4ff0d58a Use mimesniffing to detect text files Manuel Rüger 2025-12-08 21:32:28 +01:00
  • 8fbf355e33 Bump golang.org/x/text from 0.31.0 to 0.32.0 dependabot[bot] 2025-12-08 20:13:25 +00:00