All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 4m39s
Replaces direct browser-to-Gitea API calls with a backend service that proxies and caches the feed (1-min TTL), served via the existing GraphQL HomeData query. Commit message parsing now happens server-side. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
145 B
GraphQL
9 lines
145 B
GraphQL
type GiteaFeedItem {
|
|
avatarUrl: String!
|
|
repoUrl: String!
|
|
repoName: String!
|
|
opType: String!
|
|
commitMessage: String!
|
|
createdAt: Time!
|
|
}
|