Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

18 check-ins

2022-05-29
23:24
feature: add fossil docker container description. This adds a description for a fossil server for this project. Leaf check-in: 7e4978f02c user: ericbmerritt tags: trunk
2022-05-21
22:41
chore: remove the act nix configuration. We don't use act (run github actions locally). This removes the configuration for it. check-in: 2e5ecbc6e2 user: ericbmerritt tags: trunk
22:26
chore: upgrade rust and dependency versions. This upgrades the rust version to 1.61.0 and various dependencies up to the lastest version for each one. It includes minor changes to make everything compile and run correctly. check-in: 0e2b30583e user: ericbmerritt tags: trunk
20:53
chore: enable `nix develop` to work on m1 macs. This removes glibc as a requirement allowing the dev system to build on m1 macs. check-in: 1be641f89e user: ericbmerritt tags: trunk
2022-04-18
05:03
chore: format `Cargo.nix`. This got in un-formatted. Its been formatted now. check-in: 4d6cb6ebfe user: ericbmerritt tags: trunk
05:01
fix: makes `lint-docs` error as expected. This strips ansi color codes out of the vale output so that grep can check the result. check-in: 298d6be66f user: ericbmerritt tags: trunk
04:43
feature: adds a `commit` command to dev.sh. This change adds a commit command to dev.sh. That commit command calls `validate` then runs `fossil commit`. Essentially, its a poor man's commit hook. This also fixes the `lint-docs` command to error when there are problems. check-in: fbab5d7422 user: ericbmerritt tags: trunk
04:38
chore: fix documentation that didn't pass the linter. It seems I didn't run the `validate` command after writing a bunch of documentation. This fixes all of those text validation errors. check-in: e19839b601 user: ericbmerritt tags: trunk
04:00
chore: refactor jira subcommand This mainly moves the StructOpt implementations into the Jira module. This makes main.rs much less verbose. We will do the same thing with the simulation commands in the near future. check-in: 3c81349618 user: ericbmerritt tags: trunk
2022-04-12
04:58
fix: new subcommand documentation was not referenced. The new subcommand documentation was not correctly named. This renames them correctly. check-in: 9c66403e57 user: ericbmerritt tags: trunk
04:54
feat: adds reasonable documentation for the commands. This also adds the ability to print out JSON Schema for output commands. That makes it much easier to build the documentation. It also lays out the documentation for a subcommand that doesn't yet exist. That is the 'time-in-progress' command. That is the next command we will build. check-in: 7ebfffe561 user: ericbmerritt tags: trunk
2022-04-09
22:05
chore: update all dependencies. This change updates all the dependencies in Cargo.toml to the current latest. It also updates code to address any backwards incompatible changes. check-in: 7c496d3951 user: ericbmerritt tags: trunk
2022-03-26
22:53
chore: fix holiday calendar issues We are going to move off of using csv as the main input to start. This commit gets things compiling and stable in preparation for that move. check-in: 07e31f108f user: ericbmerritt tags: trunk
2022-03-06
22:04
chore: Fixes and formatting for various files. This fixes various files and gets them working in fossil. It also re-formats files that didn't pass validation. check-in: 4e038c1a30 user: ericbmerritt tags: trunk
16:22
chore: update flakes to work better on aarch61-darwin. This still doesn't work fully, but is much better. Nix still has some work to do to support the m1 chip well. check-in: 1891e3abf5 user: ericbmerritt tags: trunk
2022-02-27
06:13
fix bad links in README.md check-in: be5442caa6 user: ericbmerritt tags: trunk
06:08
add first working version of the system check-in: 81e7ff10b7 user: ericbmerritt tags: trunk
04:07
initial empty check-in check-in: b2566d96e9 user: ericbmerritt tags: trunk