Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-30 | refactor: drop `CommitInfo`'s `filesChanged` | Alexander Foremny | |
2023-11-30 | feat: support closed issues | Alexander Foremny | |
Closed issues can be shown, but listing closed issues requires passing `--closed`. | |||
2023-11-29 | fix: compute issueEvents correctly | Fabian Kirchner | |
2023-11-29 | support comments | Alexander Foremny | |
2023-11-28 | editing issues preserves comment style | Alexander Foremny | |
2023-11-28 | change provenance's hash form `Text` to `CommitHash` | 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 | don't cache `internalTags` | Alexander Foremny | |
2023-11-07 | improve getCommitHashes | Alexander Foremny | |
`getCommitHashes` now returns at least one commit, and reverses commits by default (ie. oldest to newset). | |||
2023-11-07 | fix performance when generating history | Alexander Foremny | |
At some point, we noticed a performance drop when generating the history. It turns out that per-file granularity is not performant anymore, presumably since we're analizing changed files. This restores performance by switching to per-commit granularity instead. | |||
2023-11-07 | update issues | Alexander Foremny | |
2023-11-07 | add issue marker as internal tag @type | Alexander Foremny | |
2023-11-07 | add renaming issues | Fabian Kirchner | |
2023-11-07 | add `Git.getRootDir` | Alexander Foremny | |
2023-11-07 | add internal tag @modifiedAt | Alexander Foremny | |
2023-11-07 | record both creation and update in provenance | Alexander Foremny | |
2023-11-07 | refactor history | Alexander Foremny | |