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
/
Issue.hs
Age
Commit message (
Expand
)
Author
2023-11-29
support comments
Alexander Foremny
2023-11-28
editing issues preserves comment style
Alexander Foremny
2023-11-28
move `replaceText` to `Issue`
Alexander Foremny
2023-11-27
close separate-database-issues-and-history-issues
Alexander Foremny
2023-11-27
make provenance obligatory
Alexander Foremny
2023-11-27
add `rawText` to `Issue`
Alexander Foremny
2023-11-27
don't cache `internalTags`
Alexander Foremny
2023-11-09
refactor TreeGrepper.Comment
Alexander Foremny
2023-11-07
fix performance when generating history
Alexander Foremny
2023-11-07
fix issue title
Alexander Foremny
2023-11-07
update issues
Alexander Foremny
2023-11-07
add issue marker as internal tag @type
Alexander Foremny
2023-11-07
record both creation and update in provenance
Alexander Foremny
2023-11-07
refactor history
Alexander Foremny
2023-10-17
allow empty-valued (bool) tags
Alexander Foremny
2023-10-16
add internal tag `createdAt`
Alexander Foremny
2023-10-16
refactor `Issue.Provenance` from `Issue`
Alexander Foremny
2023-10-16
refactor: add language extensions to Cabal file
Alexander Foremny
2023-10-16
fix UTCTime serialization
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
only show commit hash
Fabian Kirchner
2023-10-14
deduce initial provenance from commit history
Fabian Kirchner
2023-10-13
only show prov info in show command
Fabian Kirchner
2023-10-13
show commit hash where issue occurs first
Fabian Kirchner
2023-10-13
refactor: extract sh and sh_ into Process
Fabian Kirchner
2023-10-13
also support FIXME and QUESTION as markers
Fabian Kirchner
2023-10-13
print file and row in show mode
Fabian Kirchner
2023-10-13
do not strip tags from description
Fabian Kirchner
2023-10-05
show single issue by id only
Alexander Foremny
2023-10-05
generate internal @id tag from title
Alexander Foremny
2023-10-05
refactor issue text extraction
Alexander Foremny
2023-10-04
strip tags from description
Alexander Foremny
2023-10-04
fix tests
Alexander Foremny
2023-10-04
add tags to issues
Alexander Foremny
2023-10-04
bring issue extraction on-par with shell script
Alexander Foremny