Commit graph

37 commits

Author SHA1 Message Date
c18b656125 Add supply chain security checks
Some checks failed
/ verify (push) Has been cancelled
2026-04-23 19:06:18 -03:00
d881f0bd58 Bump minimum Rust version to 1.94.0 2026-04-23 17:54:22 -03:00
dfddbba4ef Embed a 'welcome' graph to fallback on
Some checks are pending
/ verify (push) Waiting to run
/ publish (push) Waiting to run
2026-03-22 18:50:51 -03:00
dc4c331cb8 Extend test coverage for test and fixed modules
Some checks are pending
/ verify (push) Waiting to run
2026-03-20 00:18:53 -03:00
ce61c0df27 Improve asset mime handling robustness and readability
Some checks failed
/ publish (push) Has been cancelled
2026-03-16 20:47:55 -03:00
6af32696be Apply lints to all targets 2026-03-16 20:45:30 -03:00
8c20597350 Embed assets into the binary
Some checks failed
/ publish (push) Has been cancelled
2026-03-11 02:40:45 -03:00
6488f3ddb7 Embed default templates into the binary
Some checks failed
/ verify (push) Waiting to run
/ publish (push) Has been cancelled
2026-03-09 12:08:15 -03:00
75b7cbef80 Add 'latest' tag generation, update SourceBuild docs
Some checks are pending
/ verify (push) Waiting to run
/ publish (push) Waiting to run
2026-03-07 02:18:02 -03:00
b794de4f93 Merge ci-testing: publish to GJD registry on tag push
Some checks failed
/ verify (push) Has been cancelled
/ publish (push) Waiting to run
commit d6fa2986ec
Author: jutty <j@jutty.dev>
Date:   Sun Mar 1 03:18:50 2026 -0300

    Add tag and push-unsafe recipes to justfile

commit 6a239e1708
Author: jutty <j@jutty.dev>
Date:   Sun Mar 1 03:18:21 2026 -0300

    Update roadmap

commit a3da368573
Author: jutty <j@jutty.dev>
Date:   Thu Feb 26 20:56:48 2026 -0300

    Cleanup CI testing files

commit b56f53bdc2
Author: jutty <j@jutty.dev>
Date:   Thu Feb 26 20:17:10 2026 -0300

    CI: Adjust curl logging, add a job for internal networking tests

commit 435e478b01
Author: jutty <j@jutty.dev>
Date:   Wed Feb 25 02:35:20 2026 -0300

    CI: Move sha256sum calculation before registry upload

commit 727ea16769
Author: jutty <j@jutty.dev>
Date:   Wed Feb 25 01:51:05 2026 -0300

    CI: Add curl -f fail flag to extra tools binary fetching

commit 2ff7a6cf1b
Author: jutty <j@jutty.dev>
Date:   Wed Feb 25 01:48:00 2026 -0300

    CI: Make additional tooling move to /usr/local/bin verbose

commit bf88f86bce
Author: jutty <j@jutty.dev>
Date:   Wed Feb 25 01:40:32 2026 -0300

    CI: Adapt to cargo-audit outlier URL structure

commit 291081359e
Author: jutty <j@jutty.dev>
Date:   Wed Feb 25 01:29:13 2026 -0300

    CI: Deduplicate additional tool fetching

    While this moves the source of truth for CI tooling versions to
    somewhere outside the workflow definitions, it also avoids duplication
    and keeps debug (check.yaml) and production (publish.yaml) verifications
    fully independent.

commit 7d2a234fc3
Author: jutty <j@jutty.dev>
Date:   Wed Feb 25 00:32:51 2026 -0300

    Add cargo-audit security assessment

commit ed30ee7b75
Author: jutty <j@jutty.dev>
Date:   Thu Feb 19 02:06:42 2026 -0300

    CI: Add wildcard branch to check workflow
2026-03-01 05:56:32 -03:00
0649cfd94e CI: Set version variable for GJD publish URL 2026-03-01 04:38:26 -03:00
4402ad3e4c Add logging to version consistency check 2026-03-01 04:38:26 -03:00
1cd6545c4a Add lockfile version check to version-assess 2026-03-01 04:38:26 -03:00
d8723372ec CI: Extract tools into /tmp 2026-03-01 04:38:26 -03:00
c5b6cd0513 Print git status if worktree is dirty 2026-03-01 04:38:26 -03:00
5b5541c28f Adopt and apply nightly clippy configuration 2026-02-16 23:37:23 -03:00
260610c4a0 Implement blockquote token 2026-02-08 18:31:56 -03:00
7e9f3c3afb Minor refactorings, doc comments 2026-01-19 01:53:43 -03:00
5151c53a2b Expand test coverage 2026-01-19 01:45:54 -03:00
6feb20d3da Cleanup graph, style and linting tweaks 2026-01-13 13:10:32 -03:00
db8c02df04 Break up 'types' module 2026-01-12 14:45:37 -03:00
3837af387a Implement nested formatting 2026-01-10 01:18:47 -03:00
e42c67676d Implement nested lists 2026-01-09 21:52:17 -03:00
a997f538c3 Minor linting tweaks 2026-01-05 13:20:48 -03:00
7300a29b67 Concentrate configuration content parsing in syntax::serial
Fixes some pages not having parsed input by making it much harder to
construct a config with unparsed text, which is something you basically
never want. The parsing now happens much earlier and consumers don't
need to remember to parse the configuration anymore.

Fixes a possible stack overflow due to parsing and configuration
depending on each other.

This commit also has dependencies updates and minor justfile tweaks.
2025-12-28 06:27:30 -03:00
4ae966e503 Remove Bacon 2025-12-26 01:27:47 -03:00
e657eb6513 Add tests for all but the content syntax parser module 2025-12-25 23:57:22 -03:00
df61b2c779 Minor linting and README changes 2025-12-20 21:25:48 -03:00
984c8bcdcc Heavy refactor and restructuring of content parser 2025-12-16 03:48:42 -03:00
15a9175afb Add types to content lexer 2025-12-15 22:50:16 -03:00
d9a6938eb6 Add lib.rs, scaffold testing 2025-12-14 19:00:57 -03:00
effa990e6d Add documentation to sample graph 2025-12-14 17:14:16 -03:00
7d87046166 Minor: Add fmt Bacon job, update a lint name 2025-12-12 04:12:55 -03:00
20bd1db1b7 Setup and apply formatting 2025-12-12 01:59:48 -03:00
2cd702818e Minor: Add Bacon to acknowledgments, invert a lint, update notes 2025-12-12 00:47:13 -03:00
0d0627ba8f Add and resolve an obscene amount of lints 2025-12-11 02:21:56 -03:00
a7d944bbd4 Here goes something 2025-12-09 18:28:39 -03:00