aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-11Updated dependencies & added a bunch of missing dependenciesHampusM
2021-07-07Changed Gitlab CI test job image to Node version 14HampusM
2021-07-07Added installation of apt-utils to Gitlab CI test jobHampusM
2021-07-07Moved the Jest setTimeout to the top of the commit unit testHampusM
2021-07-07Moved Jest timeout to the commit unit testHampusM
2021-07-07Increased Jest timeoutHampusM
2021-07-07The test setup clones a repository instead of assuming there is content in .gitHampusM
2021-07-07Added env variables for testing & fixed other test stuffHampusM
2021-07-06Added a Gitlab CI/CD pipeline configHampusMat
2021-07-06Added testsHampusM
2021-07-06Fixed the client & server packages's dependencies to the shared typesHampusM
2021-07-06Fixed repository redirection & added error handling for fetching repository infoHampusM
2021-07-06API uses shared typesHampusM
2021-07-06Fixed the LICENSEHampusMat
2021-07-06Frontend uses shared typesHampusM
2021-07-06Added a package with shared typesHampusM
2021-07-06Migrated frontend to typescriptHampusM
2021-07-05Cleaned up the server eslint configHampusM
2021-07-05Moved some dependencies to workspaces & fixed client eslint configHampusM
2021-07-03Made a bunch of frontend stuff workHampusM
2021-07-03Entries in the tree endpoint data contains name and not path & tree endpoint ↵HampusM
queries without a path gives you the root type
2021-06-25Fixed a bug with commit patch's bounds & removed some unnecessary awaitsHampusM
2021-06-25Cleaned up the backendHampusM
2021-06-24Refactored the backend yet againHampusM
2021-06-22Simplified the opening of repositoriesHampusM
2021-06-22Organized the git-related typesHampusM
2021-06-22Git-receive-pack responds 403 & info/refs responds with content type ↵HampusM
text/plain on unknown services
2021-06-22Refactored the backend yet again & got eslint too work with typescriptHampusM
2021-06-21Split the v1 api into two filesHampusM
2021-06-21Removed unnecessary namespace for Git typesHampusM
2021-06-21The info endpoint only responds with the title & aboutHampusM
2021-06-21The branch endpoint verifies the branch SHAHampusM
2021-06-21Improved backend error handlingHampusM
2021-06-21Made the API more consistentHampusM
2021-06-21Added branch & tag API endpoints, tag tarball downloading and added handlers ↵HampusM
to the api
2021-06-16Added redesign to the todo in the readmeHampusM
2021-06-11Added license for Material IconsHampusM
2021-06-11Implemented title and favicon stuffHampusM
2021-06-11Fixed the client eslintrc's ignorePatternsHampusM
2021-06-11Deleted an unused Vue.js logoHampusM
2021-06-11Improved the look of the tree a littleHampusM
2021-06-11Fixed BaseBreadcrumb, RepositoryTree & the log and tree viewsHampusM
2021-06-11Backend is fully in typescript nowHampusM
2021-06-11Goodbye, Bootstrap & added a button componentHampusM
2021-06-09Added an about pageHampusM
2021-06-09Improved the RepositoryTreeBlob componentHampusM
2021-06-09The repository api endpoint includes whether or not the repository has a readmeHampusM
2021-06-09Changed all single quotes to double quotes in the client eslintrcHampusM
2021-06-09Added third party licensesHampusM
2021-06-09Implemented markdown supportHampusM