index
:
anissue
feature/compute-history-from-top
main
in-source issue management
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
History.hs
Age
Commit message (
Expand
)
Author
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
2023-10-16
refactor: add language extensions to Cabal file
Alexander Foremny
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