index
:
githermit
master
A modern Git web interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit
/
commit.unit.test.ts
Age
Commit message (
Collapse
)
Author
2021-08-15
Added a count query parameter to the log API endpoint
HampusM
2021-08-15
Rewrote the commit author fingerprint function & implemented commit ↵
HampusM
signature verification
2021-08-12
Cleaned up the settings implementation & renamed base_dir project-wide to ↵
HampusM
git_dir
2021-08-12
Fixed the pgp-related commit unit test problem
HampusM
2021-08-11
Implemented gpg signed commit support
HampusM
2021-08-05
The tree API has a branch query param & made repository branch less hardcoded
HampusM
2021-07-27
Made the unit test structure more consistent
HampusM
2021-07-25
Reformated unit tests & the setup and teardown scripts
HampusM
2021-07-22
Removed unnecessary setTimeout in the commit unit test
HampusM
2021-07-22
Improved test names
HampusM
2021-07-22
Updated the repository latest commit test
Hampus
2021-07-12
Improved the unit tests
HampusM
2021-07-07
Moved the Jest setTimeout to the top of the commit unit test
HampusM
2021-07-07
Moved Jest timeout to the commit unit test
HampusM
2021-07-07
Added env variables for testing & fixed other test stuff
HampusM
2021-07-06
Added tests
HampusM