summaryrefslogtreecommitdiff
path: root/subplot
AgeCommit message (Collapse)AuthorFilesLines
2024-01-13fix: adapt to changes in SubplotLars Wirzenius3-0/+515
the subplot/daemon.{py,yaml} files are copies from Subplot, to be removed when Subplot is fixed. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2021-12-06fix: silence Subplot warning about unused embedded fileLars Wirzenius1-0/+2
Mark the step capture with the right type. Sponsored-by: author
2021-09-15test: handle user-chosen cargo target directoryLars Wirzenius1-9/+5
Sponsored-by: author
2021-09-15fix: use impl in bindings file, for new SubplotLars Wirzenius1-11/+31
Sponsored-by: author
2021-07-22feat! allow/require setting address on which to listenLars Wirzenius1-4/+6
This will break all existing config file, of which there should be none. Sponsored-by: author
2021-07-22chore: don't vendor Subplot librariesLars Wirzenius7-988/+0
Sponsored-by: author
2021-03-20fix: add missing filename keyword argument to stop_serverLars Wirzenius1-1/+1
Subplot now passes cleanup functions same arguments as the step function.
2021-03-20chore: update vendored Subplot librariesLars Wirzenius3-3/+66
2021-01-30refactor: drop now-unused function to creaste fileLars Wirzenius1-8/+0
2021-01-30refactor: drop now-unnecessary bindingLars Wirzenius1-7/+0
2021-01-30refactor: use Subplot's lib/filesLars Wirzenius2-0/+10
2021-01-30chore: vendor Subplot's lib/filesLars Wirzenius2-0/+220
2021-01-30refactor: use subplot's lib/daemon in ewww.pyLars Wirzenius1-24/+7
2021-01-30chore: vendor lib/daemon from SubplotLars Wirzenius2-0/+293
2021-01-30chore: update runcmd.py from SubplotLars Wirzenius1-0/+9
2021-01-30chore: move subplot/runcmd to subplot/vendoredLars Wirzenius2-0/+0
This makes it clearer they originate elsewhere.
2020-10-14chore: update subplot/runcmd.* from SubplotLars Wirzenius4-74/+318
Also fix everything that needs fixing. Tests pass.
2020-10-14chore: get global symbols via global()Lars Wirzenius3-15/+14
This lets the module be linted on its own, without the extra-Pythonic knowledge that they'll be available when this module is embedded into the test program.
2020-10-14refactor: move subplot files to subplot/Lars Wirzenius6-0/+350
The root of the source tree was getting a little crowded.