aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-07Refactored the backend. It's written in typescript now.HampusM
2021-06-07Organized, switched from Lerna to Yarn workspaces & improved gitignoreHampusM
2021-06-06Fixed issue where home view scrolls for no reasonHampusM
2021-06-06Fixed the clean scriptHampusM
2021-06-06Deleted unnecessary filesHampusM
2021-06-05Added linting to server package & replaced some singlequotes with doublequotesHampusM
2021-06-05Renamed the progress title to todo in the readme & added a few things to the ...HampusM
2021-06-05Reorganized into a monorepo, refactored the frontend again, goodbye ParcelHampusM
2021-06-03Made patch line nr and +/- columns unselectableHampusM
2021-06-03Added missing semicolons in the CommitPatch componentHampusM
2021-06-03Added a proper blob pageHampusM
2021-06-03Created a breadcrumb component & the tree page has a breadcrumb and a better ...HampusM
2021-06-02Added a tree pageHampusM
2021-06-02The tree route optionally gets path from query param & has error handlingHampusM
2021-06-02Added missing semicolons in the RepositoryCommit componentHampusM
2021-06-02Log now includes all commitsHampusM
2021-06-02Tree data includes last commit, cleaned up the GetTree functionHampusM
2021-05-30Added a tree api endpointHampusM
2021-05-29Added missing semicolons and deleted trailing commasHampusM
2021-05-29Fixed the formatting and stuff in the readmeHampusM
2021-05-29Fixed the spacing in the readmeHampusM
2021-05-29Added a readmeHampusM
2021-05-28Cleaned up & added a couple of Eslint rulesHampusM
2021-05-28Added a clone-dropdown & made multiple small frontend improvementsHampusM
2021-05-27Implemented cloning in backendHampusM
2021-05-26Switched web framework from Express.js to Fastify & improved the backendHampusM
2021-05-26Renamed project to GithermitHampusMat
2021-05-24API calls uses window.locationHampusM
2021-05-24The package.json dev script now exits on crashHampusM
2021-05-24Restructured the whole project & added Nodemon and ConcurrentlyHampusM
2021-05-24Added loading overlays & fixed the default RepositoryHeader data valuesHampusM
2021-05-23Frontend used Vue.js & Added ESLintHampusM
2021-05-23The commit-patch length-check also checks line lengthHampusM
2021-05-22Made some Git functions prettierHampusM
2021-05-20The function for getting git repos was inproper. So I fixed it.HampusM
2021-05-20Added commit-pageHampusM
2021-05-20Too large patch diffs become hiddenHampusM
2021-05-19The git commit function probably works nowHampusM
2021-05-19Backend uses nodegit, gettings repos is a single function & backend cleaned upHampusM
2021-05-19Switched package manager to npm & added nodegit to package.jsonHampusM
2021-05-14Fixed even more commit parsing bugs & added console logsHampusM
2021-05-13Improved commit parsing, fixed tiny mistakes that caused bugsHampusM
2021-05-12Switched to date-fns's implementation of time difference formattingHampusM
2021-05-10Fixed commit file index regex because Git is weirdHampusM
2021-05-10Commit endpoint includes hash, author & date and removed unnecessary characte...HampusM
2021-05-10Fixed commit parsing bug caused by empty filesHampusM
2021-05-10Added a commit api endpoint & cleaned up a littleHampusM
2021-04-22Added log page, Implemented a function for creating elementsHampusM
2021-04-22Git execution uses spawn, optimized & cleaned upHampusM
2021-04-22Deleted dist files & added dist to gitignoreHampusM