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-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