aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-25Reformated the client code a bitHampusM
2021-07-25Gitlab CI should run nowHampusM
2021-07-25Possible fix for the Eslint Gitlab CI jobHampusM
2021-07-25Eslint Gitlab CI job creates a settings.yml file for itselfHampusM
2021-07-25Scripts make better use of Yarn workspacesHampusM
2021-07-25Organized the Gitlab CI config & added a eslint jobHampusM
2021-07-25Organized Eslint stuffHampusM
2021-07-25Revert "Replaced requires with imports in the client vue config"HampusM
2021-07-25Replaced requires with imports in the client vue configHampusM
2021-07-25Moved the client babel config to a json fileHampusM
2021-07-25Downgraded the client @babel/core to 7.0.0 & removed Babel's eslint parserHampusM
2021-07-25Reformated unit tests & the setup and teardown scriptsHampusM
2021-07-25Moved the jest config to a json fileHampusM
2021-07-25Fixed the eslint configHampusM
2021-07-25Moved eslint stuff to the workspace rootHampusM
2021-07-25Moved backend routes to a dedicated directoryHampusM
2021-07-25Added curl params in the git-upload-pack git http unit testHampusM
2021-07-25Removed the verifyGitRequest functionHampusM
2021-07-25Added hasAssertions & a comment to the git-upload-pack http unit testHampusM
2021-07-24Cleaned up & improved the git http backendHampusM
2021-07-24The Git http unit test should pass nowHampusM
2021-07-24Improved the git http unit testHampusM
2021-07-24Added documentation to the todo in the readmeHampus
2021-07-23Added a unit test for the git http backendHampusM
2021-07-23Cleaned up an import in the misc unit testHampusM
2021-07-23The test setup script uses the env variables type & fetches refsHampusM
2021-07-23Added a content type parser for x-git-receive-packHampusM
2021-07-23Cleaned and improved the backendHampusM
2021-07-22Added tree unit testsHampusM
2021-07-22Fixed the name of the findAsync unit testHampusM
2021-07-22Added unit tests for the misc functionsHampusM
2021-07-22Fixed the BASE_DIR test environment variableHampusM
2021-07-22Improved error handling in some misc functionsHampusM
2021-07-22Added the jest coverage report output directory to the gitignoreHampusM
2021-07-22Unexported PatchHeaderData & cleaned up imports in the diff unit testHampusM
2021-07-22Added diff unit test & exported the PatchHeaderData typeHampusM
2021-07-22Removed unnecessary setTimeout in the commit unit testHampusM
2021-07-22Improved test namesHampusM
2021-07-22YAML is retardedHampusM
2021-07-22Improved the Gitlab CI config and fixed it's indentationHampusM
2021-07-22Data used by tests now in /tmp/nodegit_test & added test teardown scriptHampusM
2021-07-22Fixed the nonexistant repository test & other small stuffHampusM
2021-07-22Updated the repository latest commit testHampus
2021-07-21Began with better backend error handling & cleaned up the backendHampusM
2021-07-21Made the custom request params and query string types into records.HampusM
2021-07-21Server package dev script doesn't exit on crashHampusM
2021-07-21Fixed a stupid mistake in the gitignoreHampusM
2021-07-18Fixed Vue warnings & cleaned up the Repository view a littleHampusM
2021-07-18Fixed the bug caused by inproper handling of empty patchesHampusM
2021-07-18Backend is run by ts-node instead of node with precompiled tsHampusM