Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-06 | Isolate filesystems using mount namespaceHEADmaster | Roman Smrž | |
Recursively bind and set to read-only all the host filesystems and bind-mount as read-write only the test dir. Provide new writable tmpfs under /tmp. Changelog: Make host filesystems read-only for the test process (except for test dir) | |||
2025-06-25 | Version 0.3.3v0.3.3 | Roman Smrž | |
2025-06-21 | Object type with constructors and destructors | Roman Smrž | |
2025-05-16 | Version 0.3.2v0.3.2 | Roman Smrž | |
2025-05-09 | Return error from parseTestFile | Roman Smrž | |
2025-04-25 | Test mode | Roman Smrž | |
2025-04-21 | Asset type and parserdevel | Roman Smrž | |
2025-04-18 | Shell interpreter for test script | Roman Smrž | |
Changelog: Experimental shell interpreter | |||
2025-03-03 | Version 0.3.1v0.3.1 | Roman Smrž | |
2025-02-28 | Version 0.3v0.3.0 | Roman Smrž | |
2025-02-28 | Switch source repository location to HTTPS | Roman Smrž | |
2025-02-27 | Bump dependencies, build with GHC up to 9.12 | Roman Smrž | |
Changelog: Support for GHC up to 9.12 | |||
2025-02-27 | Fix remaining indentation in cabal file | Roman Smrž | |
2025-02-27 | Refactor script/expression related code to multiple modules | Roman Smrž | |
2025-02-27 | Move ExprType to its own module | Roman Smrž | |
2025-02-25 | Relax lower bound on clock and stm packages | Roman Smrž | |
To allow versions available in debian bookworm. | |||
2025-02-08 | Time information in output | Roman Smrž | |
Changelog: Time information in output | |||
2024-11-20 | Avoid embedded Expr in most of test step parameters | Roman Smrž | |
2024-10-14 | Custom C main instead of wrapper binary | Roman Smrž | |
Changelog: Use custom C main instead of wrapper binary for unshare(2) call. | |||
2024-10-04 | User-defined test functions without parameters | Roman Smrž | |
2024-09-17 | Type variables and simple unification | Roman Smrž | |
2024-08-13 | Version 0.2.4v0.2.4 | Roman Smrž | |
2024-08-10 | Version 0.2.3v0.2.3 | Roman Smrž | |
2024-08-07 | Replace first command (wait) with a builtin | Roman Smrž | |
2024-05-17 | Version 0.2.2v0.2.2 | Roman Smrž | |
2024-05-17 | Bump dependencies for GHC 9.10 | Roman Smrž | |
Changelog: Compatibility with GHC up to 9.10 | |||
2024-05-17 | Avoid multithreading in wrapper on newer compilers | Roman Smrž | |
Changelog: Fix unshare failing with newer compilers | |||
2024-05-17 | Prune unused dependencies | Roman Smrž | |
2024-05-14 | Reference README from cabal file | Roman Smrž | |
2024-05-14 | Version 0.2.1v0.2.1 | Roman Smrž | |
2024-05-14 | Update homepage to tester-specific page | Roman Smrž | |
2024-05-14 | Bump template-haskell version for GHC 9.8 | Roman Smrž | |
Changelog: Compatibility with GHC up to 9.8 | |||
2024-05-14 | MiniCI configuration and cabal flag | Roman Smrž | |
2024-02-21 | Bump unix and template-haskell dependencies | Roman Smrž | |
2024-02-21 | Update to support mtl-2.3 | Roman Smrž | |
2024-02-21 | Update cabal description | Roman Smrž | |
2023-04-26 | Version 0.2v0.2.0 | Roman Smrž | |
2023-04-26 | Use link objects for disconnect commands | Roman Smrž | |
2023-04-23 | Split parser into several modules | Roman Smrž | |
2023-03-31 | Types for IP address and prefix | Roman Smrž | |
2023-03-30 | Move test-executing functions to separate module | Roman Smrž | |
2023-03-16 | Bump dependencies for GHC 9.2 | Roman Smrž | |
2023-03-01 | Version information from git | Roman Smrž | |
2023-02-04 | Version 0.1.1v0.1.1 | Roman Smrž | |
2023-02-02 | Enable OverloadedStrings as default extension | Roman Smrž | |
2023-01-16 | Haskeline for input handling | Roman Smrž | |
2023-01-08 | Version 0.1v0.1.0 | Roman Smrž | |
2023-01-04 | Look for core binary in the directory containing wrapper | Roman Smrž | |
2023-01-03 | Command-line option to display version | Roman Smrž | |
2022-12-20 | Move TestRun monad and related types to separate module | Roman Smrž | |