aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-26fix: strip `git config` outputLibravatar Alexander Foremny
2024-03-26chore: add working tree changes to smoke testsLibravatar Alexander Foremny
2024-03-26chore: `cabal format` anissue.cabalLibravatar Alexander Foremny
2024-03-25fix: fix first scramble having to scan all filesLibravatar Alexander Foremny
2024-03-25issue: comment on add-anissue-mergeLibravatar Alexander Foremny
2024-03-25chore: add smoke test for `anissue list`Libravatar Alexander Foremny
2024-03-25issue: close add-support-for-cache-progressLibravatar Alexander Foremny
2024-03-25issue: close compute-history-from-the-topLibravatar Alexander Foremny
2024-03-25fix: fix determine closed issuesLibravatar Alexander Foremny
2024-03-25issue: request-reviewLibravatar Alexander Foremny
Requesting review from @kirchner for inclusion into `main`.
2024-03-25feat: direct Git accessLibravatar Alexander Foremny
2024-03-25chore: Git -> BackendLibravatar Alexander Foremny
2024-03-25feat: compute history top to bottomLibravatar Alexander Foremny
Disables caching.
2024-03-25chore: parameterize `sh`'s outputLibravatar Alexander Foremny
2024-03-25chore: `cabal format` anissue.cabalLibravatar Alexander Foremny
2024-03-14Merge remote-tracking branch 'origin/feature/review'mainLibravatar Alexander Foremny
2024-03-14review: request-changes feature/reviewLibravatar Alexander Foremny
2024-03-14review: request-changes feature/reviewLibravatar Alexander Foremny
2024-03-14chore: format Main.hsLibravatar Alexander Foremny
2024-03-14chore: add future review todosLibravatar Alexander Foremny
2024-03-14chore: resolve TODOsLibravatar Alexander Foremny
2024-03-14chore: refactor `Comment.Language.fromPath`Libravatar Alexander Foremny
2024-03-14review: approve feature/reviewLibravatar Fabian Kirchner
Reviewed branch feature/review at commit 07aacbbe55f4793daa0c9893efe4a64951575081.
2024-03-14fix: strip b/ from destinations when committing reviewLibravatar Fabian Kirchner
2024-03-14fix: parse base branch argumentLibravatar Fabian Kirchner
2024-03-14chore: fix applying reviewLibravatar Alexander Foremny
2024-03-14review: request-changes feature/reviewLibravatar Alexander Foremny
2024-03-14chore: drop unused app/Extract.hsLibravatar Alexander Foremny
2024-03-14chore: add review commit templateLibravatar Alexander Foremny
2024-03-14chore: add `REVIEW` markerLibravatar Alexander Foremny
2024-03-14chore: patch shows commit messagesLibravatar Alexander Foremny
2024-03-14chore: drop `Status`Libravatar Alexander Foremny
2024-03-14chore: drop `--granularity` for `--per-commit`Libravatar Alexander Foremny
2024-03-14review(feature/review): approveLibravatar Fabian Kirchner
lgtm, possible splitting some non-business-logic stuff into separate commits would be nice commit 9a49ec0dcd6f75736949350844f85d80fe48a662
2024-03-14feat: add `review` commandLibravatar Alexander Foremny
Prototype of the `review` command, cf. `anissue review -h`. Also adds the `status` command.
2024-03-01chore: pin nixpkgs to nixos-23.05Libravatar Alexander Foremny
2023-12-18feat: add support for c, elm, nix, shellLibravatar Alexander Foremny
2023-12-18feat: manually traverse tree-grepper's ASTLibravatar Alexander Foremny
This commit replaces the AST querying with manual tree traversal. @prerequisite-for add-languages-elm-shell-nix
2023-12-18feat: limit the number of FFI calls for extracting commentsLibravatar Alexander Foremny
This replaces the tree-sitter bindings with a call to a single C function that traverses the AST. We expect the query API to be slower than manually traversing the tree for this particular use case. This will be addressed in an upcoming commit. @prerequisite-for add-languages-elm-shell-nix
2023-12-18feat: drop haskell-tree-sitterLibravatar Alexander Foremny
Drop haskell-tree-sitter in favor of custom bindings to tree-sitter. haskell-tree-sitter is outdated and seems unmaintained. The implementation add low-level bindings to tree-sitter and traverses the AST in Haskell. We suspect that many FFI calls are more expensive than performing just a single API call to a C function that does the traversal. This will be addressed in upcoming commits. @prerequisite-for add-languages-elm-shell-nix
2023-12-15feat: add `open` commandLibravatar Alexander Foremny
2023-12-15chore: drop global option `internalTags`Libravatar Alexander Foremny
2023-12-15feat: add `search` commandLibravatar Alexander Foremny
2023-12-15fix: fix spacing between markdown nodesLibravatar Alexander Foremny
2023-12-13issue: reopen add-fulltext-searchLibravatar Alexander Foremny
2023-12-13chore: free allocated memory in commentsLibravatar Alexander Foremny
2023-12-13issue: update issuesLibravatar Alexander Foremny
2023-12-13chore: compute issues and issue events separatelyLibravatar Alexander Foremny
2023-12-13chore: uncache large issue fieldsLibravatar Alexander Foremny
2023-12-13chore: compute patches only when displayedLibravatar Alexander Foremny