21 Commits

Author SHA1 Message Date
29f143d35a v1.5.0 v1.5.0 2026-03-02 13:09:44 +00:00
1b685091af feat(gitea): add domain model classes, helpers, and refactor GiteaClient internals; expand README with usage and docs 2026-03-02 13:09:44 +00:00
5e7a84c6c3 v1.4.0 v1.4.0 2026-03-02 11:47:12 +00:00
fd26379324 feat(gitea): add Actions API support: list filters, run/job endpoints, dispatch, and richer types 2026-03-02 11:47:12 +00:00
7caa033115 v1.3.0 v1.3.0 2026-03-02 09:31:09 +00:00
2517ab863b feat(gitea): add repository branches and tags support: new IGiteaBranch/IGiteaTag interfaces and getRepoBranches/getRepoTags client methods 2026-03-02 09:31:09 +00:00
1f41870be1 v1.2.0 v1.2.0 2026-02-28 11:13:36 +00:00
5423039f89 feat(giteaclient): add deleteRepo method to delete a repository via Gitea API 2026-02-28 11:13:36 +00:00
a34b05c55c v1.1.0 v1.1.0 2026-02-28 10:23:51 +00:00
ffc644cab4 feat(orgs): add organization and organization-repository APIs: getOrg, getOrgRepos, createOrg, createOrgRepo 2026-02-28 10:23:51 +00:00
4c48a07ef7 v1.0.3 v1.0.3 2026-02-24 13:00:16 +00:00
e3b013b906 fix(gitea): no changes detected in the diff; no code or doc updates 2026-02-24 13:00:16 +00:00
89bd770f32 fix(test): await async getEnvVarOnDemand calls in test setup 2026-02-24 12:59:10 +00:00
a703bc4e10 docs(core): add comprehensive readme with full API documentation 2026-02-24 12:57:27 +00:00
23e531a042 v1.0.2 v1.0.2 2026-02-24 12:55:36 +00:00
8fc2beef78 fix(): no code changes to commit — repository unchanged 2026-02-24 12:55:36 +00:00
891e46af9b fix(core): add verdaccio as primary release registry 2026-02-24 12:55:18 +00:00
b1b4624f41 v1.0.1 v1.0.1 2026-02-24 12:54:10 +00:00
4073a7029f fix(repo): no changes 2026-02-24 12:54:10 +00:00
7b53eb7f69 fix(core): add npm release registry configuration 2026-02-24 12:53:36 +00:00
4bfe5e56bc feat(core): initial implementation of @apiclient.xyz/gitea TypeScript client
Provides GiteaClient class with methods for repos, orgs, secrets, and action runs.
2026-02-24 12:50:02 +00:00