Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-26 | chore: add working tree changes to smoke tests | Alexander Foremny | |
2024-03-25 | fix: fix first scramble having to scan all files | Alexander Foremny | |
2024-03-25 | issue: comment on add-anissue-merge | Alexander Foremny | |
2024-03-25 | issue: close add-support-for-cache-progress | Alexander Foremny | |
2024-03-25 | issue: close compute-history-from-the-top | Alexander Foremny | |
2024-03-25 | fix: fix determine closed issues | Alexander Foremny | |
2024-03-25 | feat: direct Git access | Alexander Foremny | |
2024-03-25 | chore: Git -> Backend | Alexander Foremny | |
2024-03-25 | feat: compute history top to bottom | Alexander Foremny | |
Disables caching. | |||
2024-03-25 | chore: parameterize `sh`'s output | Alexander Foremny | |
2024-03-14 | review: request-changes feature/review | Alexander Foremny | |
2024-03-14 | review: request-changes feature/review | Alexander Foremny | |
2024-03-14 | chore: format Main.hs | Alexander Foremny | |
2024-03-14 | chore: add future review todos | Alexander Foremny | |
2024-03-14 | chore: resolve TODOs | Alexander Foremny | |
2024-03-14 | chore: refactor `Comment.Language.fromPath` | Alexander Foremny | |
2024-03-14 | review: approve feature/review | Fabian Kirchner | |
Reviewed branch feature/review at commit 07aacbbe55f4793daa0c9893efe4a64951575081. | |||
2024-03-14 | fix: strip b/ from destinations when committing review | Fabian Kirchner | |
2024-03-14 | fix: parse base branch argument | Fabian Kirchner | |
2024-03-14 | chore: fix applying review | Alexander Foremny | |
2024-03-14 | review: request-changes feature/review | Alexander Foremny | |
2024-03-14 | chore: drop unused app/Extract.hs | Alexander Foremny | |
2024-03-14 | chore: add review commit template | Alexander Foremny | |
2024-03-14 | chore: add `REVIEW` marker | Alexander Foremny | |
2024-03-14 | chore: patch shows commit messages | Alexander Foremny | |
2024-03-14 | chore: drop `Status` | Alexander Foremny | |
2024-03-14 | chore: drop `--granularity` for `--per-commit` | Alexander Foremny | |
2024-03-14 | review(feature/review): approve | Fabian Kirchner | |
lgtm, possible splitting some non-business-logic stuff into separate commits would be nice commit 9a49ec0dcd6f75736949350844f85d80fe48a662 | |||
2024-03-14 | feat: add `review` command | Alexander Foremny | |
Prototype of the `review` command, cf. `anissue review -h`. Also adds the `status` command. | |||
2023-12-18 | feat: add support for c, elm, nix, shell | Alexander Foremny | |
2023-12-18 | feat: manually traverse tree-grepper's AST | Alexander Foremny | |
This commit replaces the AST querying with manual tree traversal. @prerequisite-for add-languages-elm-shell-nix | |||
2023-12-18 | feat: limit the number of FFI calls for extracting comments | 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-18 | feat: drop haskell-tree-sitter | 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-15 | feat: add `open` command | Alexander Foremny | |
2023-12-15 | chore: drop global option `internalTags` | Alexander Foremny | |
2023-12-15 | feat: add `search` command | Alexander Foremny | |
2023-12-15 | fix: fix spacing between markdown nodes | Alexander Foremny | |
2023-12-13 | issue: reopen add-fulltext-search | Alexander Foremny | |
2023-12-13 | chore: free allocated memory in comments | Alexander Foremny | |
2023-12-13 | issue: update issues | Alexander Foremny | |
2023-12-13 | chore: compute issues and issue events separately | Alexander Foremny | |
2023-12-13 | chore: uncache large issue fields | Alexander Foremny | |
2023-12-13 | chore: compute patches only when displayed | Alexander Foremny | |
2023-12-12 | feat: add `--edit` to `list` command | Alexander Foremny | |
2023-12-12 | issue: add future improvements | Alexander Foremny | |
2023-12-12 | issue: format tag-improvements-or-filtering | Alexander Foremny | |
2023-12-12 | chore: resolve binary orphans | Alexander Foremny | |
2023-12-12 | chore: add parallelism to `getHistory` | Alexander Foremny | |
2023-12-12 | chore: resolve binary Node instance | Alexander Foremny | |
2023-12-12 | chore: use `Map Text Issue` instead of [Issue] | Alexander Foremny | |