Age | Commit message (Expand) | Author |
2021-07-25 | Removed the verifyGitRequest function | HampusM |
2021-07-25 | Added hasAssertions & a comment to the git-upload-pack http unit test | HampusM |
2021-07-24 | Cleaned up & improved the git http backend | 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-24 | Added documentation to the todo in the readme | Hampus |
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-23 | Added a content type parser for x-git-receive-pack | HampusM |
2021-07-23 | Cleaned and improved the backend | 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 | Improved error handling in some misc functions | HampusM |
2021-07-22 | Added the jest coverage report output directory to the gitignore | 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 | YAML is retarded | HampusM |
2021-07-22 | Improved the Gitlab CI config and fixed it's indentation | 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-21 | Began with better backend error handling & cleaned up the backend | HampusM |
2021-07-21 | Made the custom request params and query string types into records. | HampusM |
2021-07-21 | Server package dev script doesn't exit on crash | HampusM |
2021-07-21 | Fixed a stupid mistake in the gitignore | HampusM |
2021-07-18 | Fixed Vue warnings & cleaned up the Repository view a little | HampusM |
2021-07-18 | Fixed the bug caused by inproper handling of empty patches | HampusM |
2021-07-18 | Backend is run by ts-node instead of node with precompiled ts | HampusM |
2021-07-12 | Improved the unit tests | HampusM |
2021-07-11 | Specified stage in the Gitlab CI test job | HampusM |
2021-07-11 | Updated dependencies & added a bunch of missing dependencies | HampusM |
2021-07-07 | Changed Gitlab CI test job image to Node version 14 | HampusM |
2021-07-07 | Added installation of apt-utils to Gitlab CI test job | 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 a Gitlab CI/CD pipeline config | HampusMat |
2021-07-06 | Added tests | HampusM |
2021-07-06 | Fixed the client & server packages's dependencies to the shared types | HampusM |
2021-07-06 | Fixed repository redirection & added error handling for fetching repository info | HampusM |
2021-07-06 | API uses shared types | HampusM |
2021-07-06 | Fixed the LICENSE | HampusMat |
2021-07-06 | Frontend uses shared types | HampusM |