Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-08 | feat: easily separate renderables by blank lines | Alexander Foremny | |
2023-12-08 | feat: add `--detailed` to list | Alexander Foremny | |
This reverts commit 53623436f68e548b1a840ac0f7e1e4472270613d. | |||
2023-12-08 | chore: change color of `log` keywords | Alexander Foremny | |
2023-12-08 | fix: show deleted issues as closed in `log` command | Alexander Foremny | |
2023-12-08 | chore: drop tree-grepper | Alexander Foremny | |
Regresses in that we only support Haskell for now, as Elm, Nix or Bash are not available as tree-sitter-* Haskell packages. | |||
2023-12-08 | chore: drop `Git.withWorkingTree` | Alexander Foremny | |
2023-12-07 | chore: move remaining `History.*` modules outside of `History` | Alexander Foremny | |
2023-12-07 | chore: increase performance by caching everything | Alexander Foremny | |
Initial cache generation is slower, as we are losing out on parallelism. | |||
2023-12-06 | chore: fix formatting | Alexander Foremny | |
2023-12-06 | issue: add replace-anissue-show-with-anissue-list---detailed | Alexander Foremny | |
2023-12-05 | feat: parse issues as markdown | Alexander Foremny | |
2023-12-05 | feat: add experimental render api | Alexander Foremny | |
2023-12-03 | feat: drop mdcat | Alexander Foremny | |
2023-12-03 | feat: extend show to multiple issues | Alexander Foremny | |
2023-12-03 | feat: color patches | Alexander Foremny | |
2023-11-30 | fix: fix log not showing closed issues as deleted | Alexander Foremny | |
2023-11-30 | feat: add -p|--patch to log command | Alexander Foremny | |
2023-11-30 | fix: fix re-opening commits | Alexander Foremny | |
2023-11-30 | chore: make issue ids obligatory | Alexander Foremny | |
2023-11-30 | refactor: drop `CommitInfo`'s `filesChanged` | Alexander Foremny | |
2023-11-30 | chore(shell): add `anissue` alias to `cabal run anissue` | Alexander Foremny | |
This makes it more convenient to use `anissue` from within this project, as it always refers to the current build. Note that we don't use `alias` whithin `shellHook` for the same purpose, because direnv does not support aliases. | |||
2023-11-30 | chore: define `(._N)` accessors for tuples | Alexander Foremny | |
2023-11-30 | feat: support closed issues | Alexander Foremny | |
Closed issues can be shown, but listing closed issues requires passing `--closed`. | |||
2023-11-30 | feat: show commit references in show command | Alexander Foremny | |
2023-11-29 | feat: collect issues referencing issue | Fabian Kirchner | |
2023-11-29 | refactor: attach issues for each commit in history | Fabian Kirchner | |
2023-11-29 | fix: compute issueEvents correctly | Fabian Kirchner | |
2023-11-29 | assign relations-between-issues | Alexander Foremny | |
2023-11-29 | support comments | Alexander Foremny | |
2023-11-28 | assign support-issue-comments | Alexander Foremny | |
2023-11-28 | un-hardcode issue marker | Alexander Foremny | |
2023-11-28 | editing issues preserves comment style | Alexander Foremny | |
2023-11-28 | move `replaceText` to `Issue` | Alexander Foremny | |
2023-11-28 | change provenance's hash form `Text` to `CommitHash` | Alexander Foremny | |
2023-11-27 | close separate-database-issues-and-history-issues | Alexander Foremny | |
2023-11-27 | update separate-database-issues-and-history-issues | Alexander Foremny | |
2023-11-27 | make provenance obligatory | Alexander Foremny | |
2023-11-27 | add `rawText` to `Issue` | Alexander Foremny | |
2023-11-27 | don't cache `internalTags` | Alexander Foremny | |
2023-11-10 | @backlog issues, remove @scheduled | Alexander Foremny | |
2023-11-10 | assign separate-database-issues-and-history-issues | Alexander Foremny | |
2023-11-09 | refactor TreeGrepper.Comment | Alexander Foremny | |
2023-11-09 | improve grouped list styling | Alexander Foremny | |
2023-11-09 | group-by -> group | Alexander Foremny | |
2023-11-09 | don't reference issues with @ | Alexander Foremny | |
2023-11-09 | fix extracting tags from code | Alexander Foremny | |
2023-11-09 | improve list output | Alexander Foremny | |
2023-11-07 | update issues | Alexander Foremny | |
2023-11-07 | sort newest issues first by default | Alexander Foremny | |
2023-11-07 | add issues | Alexander Foremny | |