Skip to content

Commit

Permalink
Merge pull request #53 from glotzerlab/improve-templating
Browse files Browse the repository at this point in the history
Add `workspace_path` and JSON pointer command template parameters.
  • Loading branch information
joaander authored Dec 2, 2024
2 parents d131e85 + e91eba3 commit 1b1e49d
Show file tree
Hide file tree
Showing 19 changed files with 1,298 additions and 236 deletions.
107 changes: 56 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ memchr = "2.7.4"
nix = { version = "0.29.0", features = ["signal"] }
path-absolutize = "3.1.1"
postcard = { version = "1.0.10", default-features = false, features = ["use-std"] }
regex = "1.11.0"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
shell-quote = { version = "0.7.1", default-features = false, features = ["bash"] }
signal-hook = { version = "0.3.17", default-features = false }
speedate = "0.14.4"
thiserror = "1.0.66"
Expand Down
2 changes: 0 additions & 2 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,3 @@ status may take a long time, so it should display a progress bar.
- **whole group**: A **submission group** that is identical to the **group** found
without applying the additional submission filters.
- **workspace**: The location on the file system that contains **directories**.

# TODO: logo
Loading

0 comments on commit 1b1e49d

Please sign in to comment.