index
:
githermit
master
A modern Git web interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
server
/
package.json
Age
Commit message (
Collapse
)
Author
2021-08-18
Implemented caching for certain API endpoints, Added documentation & made ↵
HampusM
backend-fixes
2021-08-12
Cleaned up the settings implementation & renamed base_dir project-wide to ↵
HampusM
git_dir
2021-08-11
Implemented gpg signed commit support
HampusM
2021-08-02
Renamed the shared types package to api
HampusM
2021-07-26
Added the tsdoc eslint plugin to the server package
HampusM
2021-07-25
Scripts make better use of Yarn workspaces
HampusM
2021-07-25
Organized Eslint stuff
HampusM
2021-07-25
Moved eslint stuff to the workspace root
HampusM
2021-07-23
Cleaned and improved the backend
HampusM
Put the initial Fastify stuff into a dedicated file, organized the types & made several improvements in the git http backend
2021-07-21
Server package dev script doesn't exit on crash
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
Moved some dependencies to workspaces & fixed client eslint config
HampusM
2021-06-21
Added branch & tag API endpoints, tag tarball downloading and added handlers ↵
HampusM
to the api
2021-06-09
Frontend has proper error handling & api fetching is in it's own file
HampusM
2021-06-07
Organized, switched from Lerna to Yarn workspaces & improved gitignore
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