summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-16Merge branch 'release' into 'main'0.3.1Daniel Silverstone7-19/+86
2021-11-16docs: update NEWS.md for new releaseLars Wirzenius1-0/+23
2021-11-16chore: update debian/changelog for new releaseLars Wirzenius2-23/+13
2021-11-16chore: update Cargo.lockLars Wirzenius1-23/+40
2021-11-16chore: update crate versionsLars Wirzenius2-2/+2
2021-11-16chore: add config for `cargo deny`Lars Wirzenius1-0/+31
2021-11-16docs: add cargo audit and deny steps to release processLars Wirzenius1-0/+6
2021-11-16Merge branch 'fix-subplotlib-prepend-path' into 'main'Lars Wirzenius1-2/+8
2021-11-16subplotlib: Ensure that PATH changes are indeed prepended not appended.Daniel Silverstone1-2/+8
2021-11-16Merge branch 'fix-pyflake8' into 'main'Daniel Silverstone3-3/+9
2021-11-15test: disable formatting check with blackLars Wirzenius1-1/+1
2021-11-15refactor: format daemon.py using blackLars Wirzenius1-0/+1
2021-11-15test: disable (some) flake8 formatting checksLars Wirzenius2-2/+7
2021-11-11Merge branch 'mit-licence' into 'main'Daniel Silverstone6-32/+52
2021-11-10chore: change licence to MIT-0Lars Wirzenius6-32/+52
2021-10-28Merge branch 'simple-patterns' into 'main'Daniel Silverstone4-44/+22
2021-10-28refactor: use simple patterns where possibleLars Wirzenius4-44/+22
2021-10-28Merge branch 'drop-yaml-from-docs' into 'main'Daniel Silverstone4-13/+4
2021-10-27docs: drop useless doc metadata YAML blocksLars Wirzenius4-13/+4
2021-10-21Merge branch 'release-prep' into 'main'Daniel Silverstone5-46/+234
2021-10-21chore: update dependencies with cargo update --workspaceLars Wirzenius1-41/+109
2021-10-21chore: update version numbers for cratesLars Wirzenius2-2/+2
2021-10-21docs: update NEWS.md, debian/changelog for upcoming releaseLars Wirzenius2-3/+123
2021-10-17Merge branch 'bumper-fix' into 'main'Daniel Silverstone1-9/+15
2021-10-17fix: regex for extracting YAML from MarkdownLars Wirzenius1-9/+15
2021-10-13Merge branch 'nix-support' into 'main'Lars Wirzenius14-77/+179
2021-10-13DECISIONS: Record environment clear decisionDaniel Silverstone1-0/+12
2021-10-13examples: Fix up absolute paths on echo exampleDaniel Silverstone1-3/+3
2021-10-13tests: Fix up use of absolute paths for false/true/echo etc.Daniel Silverstone4-53/+53
2021-10-13daemon: Support finding the binary on the PATHDaniel Silverstone1-1/+14
2021-10-13subplotlib: Do not override environment entirelyDaniel Silverstone1-3/+7
2021-10-13templates: Inherit environment for the most partDaniel Silverstone2-17/+3
2021-10-13check: Add support for newer pandoc without pandoc-citeprocDaniel Silverstone1-0/+9
2021-10-13direnv: Add basic flake and direnv setupDaniel Silverstone3-0/+78
2021-10-13Merge branch 'build.rs-support' into 'main'Daniel Silverstone10-78/+220
2021-10-13docs: update release process to check dependencies within workspaceLars Wirzenius1-4/+7
2021-10-13feat: add crate subplot-build for using Subplot from build.rsLars Wirzenius9-74/+213
2021-10-13Merge branch 'msrv-support' into 'main'Lars Wirzenius2-0/+19
2021-10-12MSRV: Add support for the MSRV in our CIDaniel Silverstone2-0/+19
2021-10-12Merge branch 'fix-for-1.48.0' into 'main'Daniel Silverstone1-1/+3
2021-10-12fix(portability): avoid using str::split_onceLars Wirzenius1-1/+3
2021-10-11Merge branch 'decision-log' into 'main'Daniel Silverstone1-0/+24
2021-10-11docs: start a decision logLars Wirzenius1-0/+24
2021-10-09Merge branch 'zero-scenario-fail' into 'main'Lars Wirzenius4-4/+45
2021-10-08reference: Update to a version which will work with modern scenario count checksDaniel Silverstone1-3/+3
2021-10-08codegen: Refuse to codegen if there are zero scenariosDaniel Silverstone2-1/+11
2021-10-08subplot.md: Add a missing scenario in test inputDaniel Silverstone1-0/+31
2021-10-05Merge branch 'python-kk' into 'main'Daniel Silverstone1-10/+24
2021-09-25feat: add --run-all (-k) option to Python test runnerLars Wirzenius1-10/+24
2021-09-18Merge branch 'fix-216' into 'main'Lars Wirzenius3-126/+125