entomologist/src
Sebastian Kuzminsky d642004ee0 refactor ent comment
Instead of a two-step process handled by the application
(`Issue::new_comment()` and `Comment::set_description()` or
`Comment::edit_description()`), make a simpler-to-use single-step
`Issue::add_comment()`.

Move the implementation details from Issue to Comment.

Better log message when adding a comment.
2025-07-11 13:07:47 -06:00
..
bin/ent refactor ent comment 2025-07-11 13:07:47 -06:00
comment.rs refactor ent comment 2025-07-11 13:07:47 -06:00
git.rs rename git::add_file() to just add(), it can add directories too 2025-07-11 10:17:11 -06:00
issue.rs refactor ent comment 2025-07-11 13:07:47 -06:00
issues.rs add optional 'assignee' to Issue 2025-07-08 20:59:02 -06:00
lib.rs add ent list filter by assignee 2025-07-09 10:20:23 -06:00