Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-25 | chore: Git -> Backend | ||
2024-03-25 | feat: compute history top to bottom | ||
Disables caching. | |||
2023-12-18 | feat: add support for c, elm, nix, shell | ||
2023-12-13 | chore: compute issues and issue events separately | ||
2023-12-13 | chore: uncache large issue fields | ||
2023-12-13 | chore: compute patches only when displayed | ||
2023-12-12 | feat: add `--edit` to `list` command | ||
2023-12-12 | chore: add parallelism to `getHistory` | ||
2023-12-12 | chore: use `Map Text Issue` instead of [Issue] | ||
2023-12-08 | fix: show deleted issues as closed in `log` command | ||
2023-12-08 | chore: drop tree-grepper | ||
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` | ||
2023-12-07 | chore: move remaining `History.*` modules outside of `History` | ||
2023-12-07 | chore: increase performance by caching everything | ||
Initial cache generation is slower, as we are losing out on parallelism. | |||
2023-11-30 | feat: add -p|--patch to log command | ||
2023-11-30 | chore: define `(._N)` accessors for tuples | ||
2023-11-29 | refactor: attach issues for each commit in history | ||
2023-11-10 | @backlog issues, remove @scheduled | ||
2023-11-07 | refactor history | ||
2023-10-17 | inline `cached` into function calls | ||
2023-10-17 | refactor `cached` | ||
2023-10-17 | add `log` command | ||
2023-10-17 | applySort -> applySorts | ||
2023-10-17 | refactor include,exclude from simple filters | ||
2023-10-16 | refactor `Git.withWorkingTree` | ||
2023-10-16 | add `--sort` to `list` | ||
2023-10-16 | add internal tag `createdAt` | ||
2023-10-16 | add Process.proc | ||
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 | ||
Ditches `ghci` in favor of `cabal repl`. | |||
2023-10-16 | drop unused functions from History | ||
2023-10-15 | fix typo in issue and add caching issue | ||
2023-10-14 | filter issues by paths | ||
2023-10-14 | encode again when decoding cache failed | ||
2023-10-14 | also consider issues changed in current working tree | ||
2023-10-14 | add suffixes to cache ids | ||
2023-10-14 | collect issues starting from the first commit via intermediate IssueEvent's | ||
2023-10-14 | add getIssuesWorkingTreeChanged | ||
2023-10-14 | add getIssuesCommitAll | ||
2023-10-14 | refactor: improve naming and add some documentation | ||
2023-10-14 | refactor: move and hide exceptions from outside module | ||
2023-10-14 | refactor: minor code cleanup | ||
2023-10-14 | refactor: simplify listIssues function | ||
2023-10-14 | refactor: simplify listIssues.. functions | ||
2023-10-14 | refactor: split extract listIssuesCurrent from listIssuesOf | ||
2023-10-14 | fix: filter after caching issues | ||
2023-10-14 | only consider changed files when looking through commits | ||
2023-10-14 | utilize all processors | ||
2023-10-14 | remove calls to `setWorkingDirectory` | ||
2023-10-14 | add basic caching of Issue's | ||
2023-10-14 | deduce initial provenance from commit history | ||