| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-03-11 | chore(release): prepare for release 18.5.0-beta.1 (#2622) | Ellie Huxtable | |
| * chore(release): prepare for release 18.5.0-beta.1 * no codespell on contributors | |||
| 2024-07-30 | fix: codespell config still references the ui (#2330) | Ellie Huxtable | |
| 2024-07-08 | feat(gui): runbooks that run (#2233) | Ellie Huxtable | |
| * add initial runbooks frontend * fix buttons, scroll, add shell support to editor * work * some tweaks * wip - run crate * functioning executable blocks * handle resizing, killing ptys * clear properly on stop * move terminal to its own component, handle lifecycle better * fix all build issues * ffs codespelll * update lockfile * clippy is needy once more * only build pty stuff on mac/linux * vendor pty handling into desktop * update lockfile | |||
| 2024-05-25 | chore(codespell): ignore CODE_OF_CONDUCT (#2044) | Ellie Huxtable | |
| Several dictionaries suggest keeping the hyphen. In fact, it's generally a good idea to hyphenate with too many adjacent vowels. | |||
| 2024-04-05 | chore(ci): Add codespell support (config, workflow) and make it fix some ↵ | Yaroslav Halchenko | |
| typos (#1916) * Add github action to codespell main on push and PRs * Add rudimentary codespell config * ignore crate, inbetween etc * [DATALAD RUNCMD] run codespell throughout fixing typo automagically but ignoring the failure due to ambigous typos === Do not change lines below === { "chain": [], "cmd": "codespell -w || :", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ * [DATALAD RUNCMD] Do interactive fixing of leftover ambigous typos === Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ | |||
