| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Do not track .envrc.local files. | Owen Jacobson | 2025-05-28 |
| | | | | | | | This was a simple omission on my part. In f26dd0d662d8fc33108d072031329e707f54300b, I added a `.envrc` file that was intended to be tracked, and had it reference `.envrc.local` so that others could customize the environment, through direnv, without requiring that those changes be submitted upstream. I forgor to mark that file as ignored. It never bit us, but I tried to use a .envrc.local file today to experiment on some Node-specific PATH ideas (I want to be able to run `vite` without `npx`!) and noticed that Git wanted to track my config. | ||
| * | Add FE test framework | Kit La Touche | 2024-11-14 |
| | | |||
| * | Rename the project to `pilcrow`. | Owen Jacobson | 2024-11-08 |
| | | |||
| * | Verify .sqlx files against an empty DB. | Owen Jacobson | 2024-11-03 |
| | | | | | For reasons beyond my understanding, the `sqlx prepare` command produces different results for sqlite depending on whether there are or are not rows in certain tables. This ensures that the files are generated consistently with an _empty_ database. | ||
| * | Stray file, should never have been committed | Owen Jacobson | 2024-10-11 |
| | | |||
| * | Hoist the UI one step up further | Owen Jacobson | 2024-10-10 |
| | | |||
| * | Store state in sqlite. Default to .hi in the cwd. | Owen Jacobson | 2024-08-30 |
| | | |||
| * | Empty bin crate | Owen Jacobson | 2024-08-30 |
