Commit Graph

23 Commits

Author SHA1 Message Date
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
bd06c47f0c fix(blogo,gitea): fix implementatiion of ReadDir 2025-01-09 10:40:40 -03:00
2144b4bbaf fix(blogo,gitea): contents of root directory/repository not working 2025-01-09 09:53:46 -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