onyx-tasks/crates/onyx-core/src
Claude a9fac2c1d8
refactor(storage): drop single-caller sanitize_filename wrapper
`FileSystemStorage::sanitize_filename` was a one-line forwarder to
`crate::sanitize_filename` with a single call site in
`task_file_path`. The extra method added a layer of indirection
without value. Inline the crate-level call.
2026-04-24 07:38:18 +00:00
..
config.rs test: cover CLI workspace resolver, date picker, saturating version 2026-04-17 16:32:22 +00:00
error.rs Add tests for models.rs, error.rs, and repository.rs edge cases 2026-04-06 11:50:52 +00:00
google_tasks.rs refactor: deduplicate filename sanitization logic 2026-04-16 07:23:49 +00:00
lib.rs refactor: deduplicate filename sanitization logic 2026-04-16 07:23:49 +00:00
models.rs the kebab menu calls the date on tasks a due date, but it's not a due date... it's just a date. can we make sure the codebase, documentation and everything is consistent about this? 2026-04-14 07:19:27 -07:00
repository.rs test: cover CLI workspace resolver, date picker, saturating version 2026-04-17 16:32:22 +00:00
storage.rs refactor(storage): drop single-caller sanitize_filename wrapper 2026-04-24 07:38:18 +00:00
sync.rs fix(sync): purge orphan base entries when both sides deleted 2026-04-24 07:37:39 +00:00
webdav.rs Fix nine GUI bugs found during local-workspace smoke test 2026-04-17 14:24:59 +00:00