summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-29chore: Update MSRV everywhere to 1.70Daniel Silverstone6-6/+10
2023-10-29gitlab-ci: Update MSRV to 1.70Daniel Silverstone1-1/+1
2023-10-21Merge branch 'liw/toc' into 'main'Daniel Silverstone3-6/+257
2023-10-21feat: insert a Table of Contents into generated HTMLLars Wirzenius3-6/+257
2023-10-15Merge branch 'fix-335' into 'main'Lars Wirzenius3-1/+76
2023-10-15Merge branch 'nix-chores' into 'main'Lars Wirzenius2-7/+8
2023-10-14chore: Update flake.nix and flake.lock with html-tidy etc.Daniel Silverstone2-7/+8
2023-10-14CONTRIBUTING: Document our expectation of DCODaniel Silverstone2-0/+44
2023-10-14CONTRIBUTING: Our MSRV is 1.63 currentlyDaniel Silverstone1-1/+1
2023-10-14DECISIONS: Record DCO decisionDaniel Silverstone1-0/+31
2023-10-10Merge branch 'fix' into 'main'Daniel Silverstone1-1/+1
2023-10-10fix: add tidy as a build dependency in the Debian packagingLars Wirzenius1-1/+1
2023-10-10Merge branch 'liw/html-correctness' into 'main'Daniel Silverstone3-18/+73
2023-10-09fix: verify that we generate correct HTMLLars Wirzenius1-1/+4
2023-10-09fix: add img alt attributes for diagrams and other imagesLars Wirzenius2-10/+14
2023-10-09fix: drop unwanted, custom attributes that Subplot usesLars Wirzenius2-3/+14
2023-10-09fix: only one of each attribute per HTML elementLars Wirzenius1-2/+34
2023-10-09fix: have only one <body> in a serialized HTML pageLars Wirzenius1-2/+4
2023-10-09fix: add an HTML5 doctype to the serialized HTMLLars Wirzenius1-1/+4
2023-10-07Merge branch 'liw/ofline-test' into 'main'Daniel Silverstone1-1/+2
2023-10-07Merge branch 'liw/re-enable-ref' into 'main'Daniel Silverstone2-3/+3
2023-09-08tests: don't run website example in --offline modeLars Wirzenius1-1/+2
2023-08-31tests: re-enable reference.subplotLars Wirzenius2-3/+3
2023-08-27Merge branch 'release-0.9' into 'main'0.9.0Lars Wirzenius7-11/+25
2023-08-27(release): Prepare 0.9.0 releaseDaniel Silverstone7-11/+25
2023-08-27Merge branch 'liw/breaking' into 'main'Daniel Silverstone1-0/+73
2023-08-27docs: review changes from DanielDaniel Silverstone1-4/+6
2023-08-27docs: decision on what is a breaking change, and isn'tLars Wirzenius1-0/+71
2023-08-12Merge branch 'add-location-to-rust-runner' into 'main'Lars Wirzenius11-22/+65
2023-08-12share: Adapt rust template to pass locations inDaniel Silverstone2-2/+2
2023-08-12subplotlib-derive: Add support for location in step macroDaniel Silverstone1-2/+3
2023-08-12subplotlib: Add storage of location into scenario/scenariostepDaniel Silverstone2-14/+26
2023-08-12subplot: Enable passing of location into the template expansionDaniel Silverstone6-3/+33
2023-08-12chore: Clippy fixupDaniel Silverstone1-1/+1
2023-08-12Merge branch 'fix-328' into 'main'Lars Wirzenius6-34/+78
2023-08-12steps: Pass location information into scenarios and scenario steps for error ...Daniel Silverstone6-34/+78
2023-08-12Merge branch 'liw/runcmd-env-logging' into 'main'Daniel Silverstone2-4/+7
2023-08-12feat: reduce repetitive logging of environment in Python runcmdLars Wirzenius2-4/+7
2023-07-22Merge branch 'offline-check' into 'main'Daniel Silverstone1-2/+8
2023-07-20feat(check): allow offline testsLars Wirzenius1-2/+8
2023-07-10Merge branch 'liw/unbib' into 'main'Daniel Silverstone5-71/+0
2023-07-10Merge branch 'liw/atomic-function' into 'main'Daniel Silverstone1-0/+18
2023-07-02Merge branch 'liw/scenario-attrs' into 'main'Daniel Silverstone1-0/+5
2023-07-02feat! drop support for bibliographies in document metadataLars Wirzenius5-71/+0
2023-07-02docs: reserve all attributes on scenarios for SubplotLars Wirzenius1-0/+5
2023-07-02docs: make it clear that cleanups are call only on successful stepsLars Wirzenius1-0/+18
2023-06-21Merge branch 'liw/refactor-doc' into 'main'Daniel Silverstone4-28/+16
2023-06-21refactor: rename Document::files to ::embedded_filesLars Wirzenius4-8/+12
2023-06-21refactor: inline Document::from_ast to its only call siteLars Wirzenius1-20/+4
2023-06-15Merge branch 'liw/chore' into 'main'Daniel Silverstone3-5/+3