Age | Commit message (Expand) | Author |
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 | Improved error handling in some misc functions | 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-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-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-11 | Updated dependencies & added a bunch of missing dependencies | HampusM |
2021-07-06 | Fixed the client & server packages's dependencies to the shared types | HampusM |
2021-07-06 | API uses shared types | HampusM |
2021-07-05 | Cleaned up the server eslint config | HampusM |
2021-07-05 | Moved some dependencies to workspaces & fixed client eslint config | HampusM |
2021-07-03 | Entries in the tree endpoint data contains name and not path & tree endpoint ... | HampusM |
2021-06-25 | Fixed a bug with commit patch's bounds & removed some unnecessary awaits | HampusM |
2021-06-25 | Cleaned up the backend | HampusM |
2021-06-24 | Refactored the backend yet again | HampusM |
2021-06-22 | Simplified the opening of repositories | HampusM |
2021-06-22 | Organized the git-related types | HampusM |
2021-06-22 | Git-receive-pack responds 403 & info/refs responds with content type text/pla... | HampusM |
2021-06-22 | Refactored the backend yet again & got eslint too work with typescript | HampusM |
2021-06-21 | Split the v1 api into two files | HampusM |
2021-06-21 | Removed unnecessary namespace for Git types | HampusM |
2021-06-21 | The info endpoint only responds with the title & about | HampusM |
2021-06-21 | The branch endpoint verifies the branch SHA | HampusM |
2021-06-21 | Improved backend error handling | HampusM |
2021-06-21 | Made the API more consistent | HampusM |
2021-06-21 | Added branch & tag API endpoints, tag tarball downloading and added handlers ... | HampusM |
2021-06-11 | Backend is fully in typescript now | HampusM |
2021-06-09 | The repository api endpoint includes whether or not the repository has a readme | HampusM |
2021-06-09 | Frontend has proper error handling & api fetching is in it's own file | HampusM |
2021-06-07 | Refactored the backend. It's written in typescript now. | HampusM |
2021-06-07 | Organized, switched from Lerna to Yarn workspaces & improved gitignore | HampusM |
2021-06-06 | Deleted unnecessary files | HampusM |
2021-06-05 | Added linting to server package & replaced some singlequotes with doublequotes | HampusM |
2021-06-05 | Reorganized into a monorepo, refactored the frontend again, goodbye Parcel | HampusM |