Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-12 | chore: add parallelism to `getHistory` | Alexander Foremny | |
2023-12-12 | chore: use `Map Text Issue` instead of [Issue] | 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-11-30 | feat: add -p|--patch to log command | Alexander Foremny | |
2023-11-30 | chore: define `(._N)` accessors for tuples | Alexander Foremny | |
2023-11-29 | refactor: attach issues for each commit in history | Fabian Kirchner | |
2023-11-10 | @backlog issues, remove @scheduled | Alexander Foremny | |
2023-11-07 | refactor history | Alexander Foremny | |
2023-10-17 | inline `cached` into function calls | Alexander Foremny | |
2023-10-17 | refactor `cached` | Alexander Foremny | |
2023-10-17 | add `log` command | Alexander Foremny | |
2023-10-17 | applySort -> applySorts | Alexander Foremny | |
2023-10-17 | refactor include,exclude from simple filters | Alexander Foremny | |
2023-10-16 | refactor `Git.withWorkingTree` | Alexander Foremny | |
2023-10-16 | add `--sort` to `list` | Alexander Foremny | |
2023-10-16 | add internal tag `createdAt` | Alexander Foremny | |
2023-10-16 | add Process.proc | Alexander Foremny | |
Adds type-trickery akin to `Text.printf` to provide - (1) an abstraction over `fromString (printf ".." ..)` for `ProcessConfig`s, - (2) have arguments be quoted automatically. As string is the only argument type that Shell knows, the formatting character is simply "%". | |||
2023-10-16 | refactor: add language extensions to Cabal file | Alexander Foremny | |
Ditches `ghci` in favor of `cabal repl`. | |||
2023-10-16 | drop unused functions from History | Alexander Foremny | |
2023-10-15 | fix typo in issue and add caching issue | Fabian Kirchner | |
2023-10-14 | filter issues by paths | Fabian Kirchner | |
2023-10-14 | encode again when decoding cache failed | Fabian Kirchner | |
2023-10-14 | also consider issues changed in current working tree | Fabian Kirchner | |
2023-10-14 | add suffixes to cache ids | Fabian Kirchner | |
2023-10-14 | collect issues starting from the first commit via intermediate IssueEvent's | Fabian Kirchner | |
2023-10-14 | add getIssuesWorkingTreeChanged | Fabian Kirchner | |
2023-10-14 | add getIssuesCommitAll | Fabian Kirchner | |
2023-10-14 | refactor: improve naming and add some documentation | Fabian Kirchner | |
2023-10-14 | refactor: move and hide exceptions from outside module | Fabian Kirchner | |
2023-10-14 | refactor: minor code cleanup | Fabian Kirchner | |
2023-10-14 | refactor: simplify listIssues function | Fabian Kirchner | |
2023-10-14 | refactor: simplify listIssues.. functions | Fabian Kirchner | |
2023-10-14 | refactor: split extract listIssuesCurrent from listIssuesOf | Fabian Kirchner | |
2023-10-14 | fix: filter after caching issues | Fabian Kirchner | |
2023-10-14 | only consider changed files when looking through commits | Fabian Kirchner | |
2023-10-14 | utilize all processors | Alexander Foremny | |
2023-10-14 | remove calls to `setWorkingDirectory` | Alexander Foremny | |
2023-10-14 | add basic caching of Issue's | Fabian Kirchner | |
2023-10-14 | deduce initial provenance from commit history | Fabian Kirchner | |
2023-10-14 | get issues for all commits | Fabian Kirchner | |
2023-10-14 | extract listIssues to History and make commit configurable | Fabian Kirchner | |
2023-10-13 | refactor: extract getIssues into History | Fabian Kirchner | |