Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-16 | paginate output | ||
2023-10-16 | add comments to all comments | ||
2023-10-16 | comment add-option-to-group-issue-list | ||
2023-10-16 | comment display-issuye-type-in-list-and-show-views | ||
2023-10-16 | comment should-automatically-generated-ids-be-random | ||
2023-10-16 | comment ↵ | ||
add-a-subcommand-which-appends-the-generated-ids-to-the-issue-in-the-sourcecode | |||
2023-10-16 | comment expose-all-command-line-options-as-environment-variables | ||
2023-10-16 | comment add-options-to-show-command-to-display-source-code-around-the-issue | ||
2023-10-16 | comment on add-command-for-re-generating-the-cache | ||
2023-10-16 | add global option `--color` | ||
2023-10-16 | update `list` output | ||
2023-10-16 | refactor `Git.withWorkingTree` | ||
2023-10-16 | add issue support-issue-comments | ||
2023-10-16 | add `--sort` to `list` | ||
2023-10-16 | make `internalTags` a global option | ||
2023-10-16 | add internal tag `createdAt` | ||
2023-10-16 | refactor `Issue.Provenance` from `Issue` | ||
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 | fix UTCTime serialization | ||
2023-10-16 | drop unused functions from History | ||
2023-10-15 | add more issues | ||
2023-10-15 | add more issues | ||
2023-10-15 | add grouping options to issue | ||
2023-10-15 | add issue about ordering | ||
2023-10-15 | minor issue adjustments | ||
2023-10-15 | fix typo in issue and add caching issue | ||
2023-10-15 | add some issues | ||
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 | only show commit hash | ||
2023-10-14 | deduce initial provenance from commit history | ||
2023-10-14 | get issues for all commits | ||
2023-10-14 | extract listIssues to History and make commit configurable | ||