summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-13Merge branch 'release-0.6.0' into 'main'0.6.0Lars Wirzenius9-13/+33
2022-11-13(release): Add 0.6.0-1 to d/chDaniel Silverstone1-0/+6
2022-11-13(release): Prepare 0.6.0 releaseDaniel Silverstone6-11/+25
2022-11-13(release): Use --allow-dirty otherwise cargo publish can't workDaniel Silverstone1-1/+1
2022-11-13(book): Use true not /bin/true for portabilityDaniel Silverstone1-1/+1
2022-11-13Merge branch 'liw/chore' into 'main'Daniel Silverstone6-90/+113
2022-11-12chore: ran cargo updateLars Wirzenius1-86/+106
2022-11-12chore: disable a clippy lint in generated codeLars Wirzenius1-0/+1
2022-11-12chore: use type alias to make code slightly more easier to followLars Wirzenius1-1/+3
2022-11-12chore: fix unnecessary borrows found by clippyLars Wirzenius3-3/+3
2022-11-09Merge branch 'liw/book' into 'main'Daniel Silverstone2-0/+76
2022-11-08docs: add placeholder for a user guide for SubplotLars Wirzenius2-0/+76
2022-11-01Merge branch 'liw/authors' into 'main'Daniel Silverstone6-10/+23
2022-10-25feat! subplot metadata field for authorsLars Wirzenius6-10/+23
2022-10-24Merge branch 'refactoring' into 'main'Daniel Silverstone1-0/+8
2022-10-24docs: decision on refactoringLars Wirzenius1-0/+8
2022-10-22Merge branch 'docgen-template-not-always-needed' into 'main'Lars Wirzenius1-0/+34
2022-10-22Merge branch 'filepath-as-path' into 'main'Lars Wirzenius9-60/+170
2022-10-22(subplot.md): Add scenario about not needing a template for docgenDaniel Silverstone1-0/+34
2022-10-22(steplibrary): Update files and runcmd to use new path typeDaniel Silverstone6-57/+130
2022-10-22(bindings): Add path type to bindings supportDaniel Silverstone1-0/+8
2022-10-22(rust template): Support a 'path' arg type to pass PathBufs inDaniel Silverstone1-2/+3
2022-10-22(derive): Support steps with &Path argumentsDaniel Silverstone1-1/+29
2022-10-22Merge branch 'liw/pandoc-metadata' into 'main'Daniel Silverstone2-1/+61
2022-10-22xxxLars Wirzenius1-1/+0
2022-10-22xxxLars Wirzenius1-3/+0
2022-10-22feat: allow arbitrary Pandoc metadata in a .subplotLars Wirzenius3-1/+65
2022-10-22Merge branch 'liw/relative' into 'main'Daniel Silverstone3-2/+21
2022-10-21fix: look up markdown file relative to basedir of subplotLars Wirzenius2-1/+9
2022-10-21fix: say for which file lookup of input file mtime failsLars Wirzenius2-1/+12
2022-10-18Merge branch 'liw/files-debug' into 'main'Daniel Silverstone1-0/+13
2022-10-18feat: have Rust lib/files steps for verifying file contents dump itLars Wirzenius1-0/+13
2022-10-09Merge branch 'chores' into 'main'Daniel Silverstone3-122/+102
2022-10-09chore: update Cargo.lockLars Wirzenius1-120/+101
2022-10-09chore: drop unused pretty_env_logger from Cargo.tomlLars Wirzenius1-1/+0
2022-10-09chore: bump Rust version in .gitlab-ci.yml to 1.60Lars Wirzenius1-1/+1
2022-09-28Merge branch 'needs-build' into 'main'Daniel Silverstone2-4/+35
2022-09-28fix: include the subplot in the sources of the documentLars Wirzenius2-4/+35
2022-09-15Merge branch 'release' into 'main'0.5.0Daniel Silverstone7-141/+142
2022-09-13chore: prepare release 0.5.0Lars Wirzenius7-141/+142
2022-09-08Merge branch 'liw/yamlfile' into 'main'Daniel Silverstone17-348/+538
2022-09-06feat! read document metadata from a YAML fileLars Wirzenius17-348/+538
2022-09-06Merge branch 'fix-homepage' into 'main'Lars Wirzenius4-4/+4
2022-09-05(Cargo.toml): Fix homepage URL everywhereDaniel Silverstone4-4/+4
2022-09-03Merge branch 'liw/refactor' into 'main'Daniel Silverstone10-152/+140
2022-09-03refactor: drop unnecessary single-line function used from one callerLars Wirzenius1-19/+10
2022-09-03refactor: AST only parses Markdown, YAML is extracted outside itLars Wirzenius2-25/+10
2022-09-03refactor: expose functionality to extract embedded YAML from mdLars Wirzenius2-54/+36
2022-09-03refactor: delay use of pandoc_ast::Map to as late as possibleLars Wirzenius1-8/+6
2022-09-03refactor: make long function a little more readable with empty linesLars Wirzenius1-0/+10