index
:
githermit
master
A modern Git web interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2021-08-14
Revamped backend error handling & improved imports in tests
HampusM
2021-08-12
Cleaned up the settings implementation & renamed base_dir project-wide to git...
HampusM
2021-08-12
Fixed the pgp-related commit unit test problem
HampusM
2021-08-11
Implemented gpg signed commit support
HampusM
2021-08-07
Implemented tree entry commit history
HampusM
2021-08-06
Added a tree entry test
HampusM
2021-08-05
The tree API has a branch query param & made repository branch less hardcoded
HampusM
2021-08-02
Fixed the tree unit test
HampusM
2021-08-02
Renamed the shared types package to api
HampusM
2021-07-29
Organized tsconfigs, fixed tests and improved some backend functions
HampusM
2021-07-29
Added tests & API tests uses Axios
HampusM
2021-07-27
Made the unit test structure more consistent
HampusM
2021-07-27
Added new unit tests & the test setup script uses Nodegit instead of exec
HampusM
2021-07-26
Added a blob unit test & fixed the tree unit test
HampusM
2021-07-26
Added API endpoints to the api int test
HampusM
2021-07-26
Improved the Git http api int tests
HampusM
2021-07-26
Moved the git http unit test to a API int test
HampusM
2021-07-25
Organized Eslint stuff
HampusM
2021-07-25
Reformated unit tests & the setup and teardown scripts
HampusM
2021-07-25
Added curl params in the git-upload-pack git http unit test
HampusM
2021-07-25
Added hasAssertions & a comment to the git-upload-pack http unit test
HampusM
2021-07-24
The Git http unit test should pass now
HampusM
2021-07-24
Improved the git http unit test
HampusM
2021-07-23
Added a unit test for the git http backend
HampusM
2021-07-23
Cleaned up an import in the misc unit test
HampusM
2021-07-23
The test setup script uses the env variables type & fetches refs
HampusM
2021-07-22
Added tree unit tests
HampusM
2021-07-22
Fixed the name of the findAsync unit test
HampusM
2021-07-22
Added unit tests for the misc functions
HampusM
2021-07-22
Fixed the BASE_DIR test environment variable
HampusM
2021-07-22
Unexported PatchHeaderData & cleaned up imports in the diff unit test
HampusM
2021-07-22
Added diff unit test & exported the PatchHeaderData type
HampusM
2021-07-22
Removed unnecessary setTimeout in the commit unit test
HampusM
2021-07-22
Improved test names
HampusM
2021-07-22
Data used by tests now in /tmp/nodegit_test & added test teardown script
HampusM
2021-07-22
Fixed the nonexistant repository test & other small stuff
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
Increased Jest timeout
HampusM
2021-07-07
The test setup clones a repository instead of assuming there is content in .git
HampusM
2021-07-07
Added env variables for testing & fixed other test stuff
HampusM
2021-07-06
Added tests
HampusM