Commit graph

40 commits

Author SHA1 Message Date
7d2a234fc3 Add cargo-audit security assessment
Some checks are pending
/ verify (push) Waiting to run
2026-02-25 00:44:45 -03:00
e2f4074e51 CI: Bump version and tag for testing
Some checks failed
/ verify (push) Has been cancelled
/ publish (push) Has been cancelled
2026-02-19 02:09:31 -03:00
df3960bf56 Add logging to version consistency check
Some checks failed
/ verify (push) Has been cancelled
/ publish (push) Has been cancelled
2026-02-18 17:12:13 -03:00
0c21f1898a CI: Extract upload step from justfile
Some checks are pending
/ verify (push) Waiting to run
2026-02-18 17:07:26 -03:00
899d66585a Add lockfile version check to version-assess
Some checks failed
/ verify (push) Has been cancelled
/ publish (push) Has been cancelled
2026-02-18 16:38:52 -03:00
4bc44b1038 Update dependencies before checking for version mismatch
Some checks failed
/ verify (push) Has been cancelled
/ publish (push) Has been cancelled
2026-02-18 05:27:12 -03:00
b0cc60971e Print git status if worktree is dirty
Some checks are pending
/ verify (push) Waiting to run
2026-02-18 05:23:00 -03:00
feb2f9c1ac Add prebuilt binaries tooling and docs
Some checks failed
/ verify (push) Has been cancelled
2026-02-18 04:38:11 -03:00
5b5541c28f Adopt and apply nightly clippy configuration 2026-02-16 23:37:23 -03:00
2e95c94f54 Change tests running order 2026-02-16 16:26:07 -03:00
d5e79daeee Adopt nightly rustfmt 2026-02-16 13:58:24 -03:00
260610c4a0 Implement blockquote token 2026-02-08 18:31:56 -03:00
5151c53a2b Expand test coverage 2026-01-19 01:45:54 -03:00
874cac2df1 Implement log levels 2026-01-15 12:07:18 -03:00
3fa399c317 Make anchors aware of the nodes they point to 2026-01-11 08:15:02 -03:00
5958f1551b Expand test coverage 2026-01-10 05:42:36 -03:00
e42c67676d Implement nested lists 2026-01-09 21:52:17 -03:00
67b6d5db9f Clean test artifacts before assessing coverage 2026-01-06 04:23:47 -03:00
3571e8d355 Reorder justfile quick-assess recipes with tests on top 2026-01-05 11:11:11 -03:00
2d77a829f2 Split and refactor some justfile recipes 2026-01-05 00:49:13 -03:00
312901ddf6 Make justfile assess-run-watch recipe less strict 2026-01-02 14:28:10 -03:00
79c0ba9eed Minor refactorings, justfile tweaks, roadmap update 2026-01-01 21:58:39 -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
a24a877ad7 Fetch CI tooling directly from releases
Also adds a timeout and specific paths to trigger CI
2025-12-28 06:27:06 -03:00
9dfd493bf5 Cleanup and rework justfile, add some CI-only checks 2025-12-26 16:48:08 -03:00
c28deae0f1 Increase test coverage minimum to 95% 2025-12-26 05:05:36 -03:00
de3713255b Fail CI on rustc warnings 2025-12-26 05:03:48 -03:00
cba852b770 CI: Set --color always in cover command 2025-12-26 01:18:50 -03:00
c9109e9775 Fix missing coverage files in CI 2025-12-26 00:36:41 -03:00
e657eb6513 Add tests for all but the content syntax parser module 2025-12-25 23:57:22 -03:00
3f9d3aeae6 Add cargo-llvm-cov commands to justfile 2025-12-23 22:39:32 -03:00
a33d9cb1e1 Minor styling and tooling tweaks 2025-12-23 21:53:50 -03:00
3b515324a2 Add p alias for push in justfile 2025-12-16 19:38:22 -03:00
eaaba8f7fc Replace clippy-all with just clippy on bacon config 2025-12-15 19:37:44 -03:00
d9a6938eb6 Add lib.rs, scaffold testing 2025-12-14 19:00:57 -03:00
294c15baa6 Fix argparsing error, path in file not found log, panic on invalid args 2025-12-14 15:26:49 -03:00
2040854e82 Handle CLI arguments as structured argument-parameter pairs 2025-12-14 15:09:21 -03:00
f811c33192 Update justfile with a fixed development address 2025-12-14 06:29:37 -03:00
f8186ba396 Add CI workflow 2025-12-13 21:05:17 -03:00
249614d3c0 Add justfile 2025-12-13 16:26:53 -03:00