summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-12-25test: add some unit testsHEADmasterZhongheng Liu
test_config_read: tests if config can be read normally test_make_repo: checks if repo has been created and if cgitrepos updated
2024-12-25feat: git repo finalise and cgitrepoZhongheng Liu
cgit: added code for cgitrepos file parsing and adding git: added dynamic base path by reading config struct
2024-12-25chore: add scaffolding for pgp toolsZhongheng Liu
2024-12-24chore: add commentsZhongheng Liu
2024-12-24feat: read config from a JSON sourceZhongheng Liu
used to determine git repos location and cgitrepos file location
2024-12-24feat: some kind of initial web serverZhongheng Liu
warp: add /ping endpoint, kind of health check
2024-12-24feat: git and cgit changesZhongheng Liu
cgit: add scaffolding for appending to cgitrepos git: change some stuff around so rust-analyzer stops shouting at me
2024-12-24chore: change gitignoreZhongheng Liu
2024-12-24chore: add example config json fileZhongheng Liu
2024-12-24chore: scaffolding for cgit integrationZhongheng Liu
2024-12-24feat: libgit2 repo creationZhongheng Liu