Commit Graph

245 Commits

Author SHA1 Message Date
06765efe99 feat(blogo,markdown): markdown renderer 2025-01-10 11:38:24 -03:00
18102e99cf feat(blogo,renderers): support for multiple renderers 2025-01-10 11:38:06 -03:00
a9d3aa0203 feat(blogo): add process steps on logs 2025-01-10 11:36:40 -03:00
983373a220 fix(blogo): missing RendererPlugin interface declaration 2025-01-09 11:11:44 -03:00
4160bdb6eb fix(blogo,gitea): return repository as a root directory for "." calls 2025-01-09 11:10:53 -03:00
eb8aa459e4 fix(blogo,client): change endpoint for root directory calls 2025-01-09 11:09:55 -03:00
3ad673fa55 fix(blogo): handle root directory request 2025-01-09 11:06:31 -03:00
858df696e9 fix(blogo,renderer): missing newline in directory content list 2025-01-09 11:05:45 -03:00
8da5c1f72f feat(blogo): implementation of default renderer 2025-01-09 10:41:02 -03:00
bd06c47f0c fix(blogo,gitea): fix implementatiion of ReadDir 2025-01-09 10:40:40 -03:00
bba986e96a feat(blogo): render step and renderer plugins 2025-01-09 10:22:00 -03:00
647c9246b5 refactor(blogo): move default plugins to their own file 2025-01-09 10:16:59 -03:00
2144b4bbaf fix(blogo,gitea): contents of root directory/repository not working 2025-01-09 09:53:46 -03:00
99435eada6 feat(blogo,gitea): add more debug logs 2025-01-09 09:53:11 -03:00
e3825fa88d fix(blogo,gitea): trim trailing and leading slashes in request path 2025-01-08 16:48:27 -03:00
e1c607c909 feat(blogo,gitea): minimal testing for the gitea package 2025-01-08 11:16:23 -03:00
57b740a490 feat(blogo,gitea): fs.FS implementation for repositoryFS 2025-01-08 11:15:19 -03:00
3d9c46a511 feat(blogo,gitea): repositoryFS initial commit 2025-01-08 11:14:19 -03:00
a934b66d0c feat(blogo,gitea): add owner, repo, ref to plugin initialization 2025-01-08 11:13:37 -03:00
e7e3010cde refactor(blogo,gitea): move Source function to gitea.go 2025-01-08 11:12:19 -03:00
1b0c84a405 fix(blogo,gitea): missing uncommited import 2025-01-08 11:11:39 -03:00
3235fef0e0 docs(blogo,gitea): use string instead of undefined constants in notes 2025-01-08 11:11:29 -03:00
d8117891fa feat(blogo,gitea): add last_commit_sha to contentResponse struct 2025-01-08 11:10:38 -03:00
c097100f58 feat(blogo,gitea): GetFileReader method 2025-01-08 11:10:20 -03:00
4f72400a3f fix(blogo,gitea): pointer receivers in json.Unmarshal 2025-01-08 11:09:28 -03:00
184e6a1241 fix(blogo,gitea): template string values order 2025-01-08 11:09:05 -03:00
a126c1387e feat(blogo,gitea): get single commit metadata method 2025-01-08 00:12:34 -03:00
d7e7dc84af fix(blogo,gitea): remove reference to already pointer value in json.Unmarshal 2025-01-08 00:08:51 -03:00
2e15d01411 feat(blogo,gitea): return response on client methods to better mirror the official sdk 2025-01-08 00:05:51 -03:00
bb91a39efd fix(blogo,gitea): use pointers to contentReponse 2025-01-07 23:31:59 -03:00
ded75c6f7a chore(blogo,gitea): add reference to the official Gitea Go SDK 2025-01-07 18:44:51 -03:00
73258dce47 chore(blogo): add license headers in files 2025-01-07 18:42:41 -03:00
32cdfa185c refactor(blogo,gitea): rename package definition from forgejo to gitea 2025-01-07 18:41:54 -03:00
aceae2d7e6 refactor(blogo,gitea): rename forgejo package to gitea 2025-01-07 18:34:11 -03:00
8d17ea2ed9 chore(blogo,forgejo): improve wording of copyright notices 2025-01-07 18:32:41 -03:00
9b18c4201c fix(blogo,forgejo): add missing close method on res.Body 2025-01-07 18:24:35 -03:00
11093f7535 feat(blogo,forgejo): add Forgejo/Gitea client-methods 2025-01-07 18:13:00 -03:00
a9ff7979e6 chore(blogo): add LICENSE 2025-01-07 18:02:12 -03:00
feb51eef4c feat(blogo,forgejo): inital commit for plugin blogo-forgejo 2025-01-07 15:22:01 -03:00
24b25145f4 feat(blogo): initial Blogo initialization 2025-01-06 20:05:34 -03:00
50a95094d4 feat(blogo): intial commit 2025-01-06 18:55:17 -03:00
4b8d650793 feat(router,rerrors): implement error interface in RouteError 2025-01-03 14:39:50 -03:00
d00fd5dbbe fix: support trailing syntax in router 2024-12-18 16:03:31 -03:00
c0854dea2c feat: move capytalcode/project-comicverse/libs to ./groute 2024-12-18 15:33:29 -03:00
0086af20fe feat: initial commit 2024-12-18 15:33:03 -03:00