Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ccrsxx
/
api
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
10
Code
Issues
5
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: ccrsxx/api
Actions
All workflows
Workflows
CI
CI
Deployment
Deployment
Extract Go version
Extract Go version
Show more workflows...
Management
Caches
Deployments
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
364 workflow runs
364 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Automatic deploy / ci: add log message when creating docker network in workflow
Deployment
#311:
Commit
2ace12e
pushed by
ccrsxx
5m 12s
main
main
5m 12s
View workflow file
Automatic deploy / feat(monitoring): add prometheus metrics server Expose /metrics on a dedicated monitoring server bound to MONITORING_PORT.
Deployment
#310:
Commit
f3311ca
pushed by
ccrsxx
Waiting
main
main
Waiting
View workflow file
Automatic deploy / fix(pushover): use omitzero on MessageRequest payload In encoding/json/v2, omitempty no longer omits zero-valued numbers, causing default fields (e.g., html, timestamp) to be sent and rejected by Pushover with 400 Bad Request.
Deployment
#309:
Commit
7ecf48d
pushed by
ccrsxx
3m 47s
main
main
3m 47s
View workflow file
Automatic deploy / chore(deps): bump Go to 1.27.1 and update dependencies lock
Deployment
#308:
Commit
217683b
pushed by
ccrsxx
5m 39s
main
main
5m 39s
View workflow file
Automatic deploy / Merge pull request #42 from ccrsxx/renovate/all-minor-patch fix(deps): update module github.com/go-playground/validator/v10 to v10.30.4
Deployment
#307:
Commit
3207188
pushed by
ccrsxx
Waiting
main
main
Waiting
View workflow file
Automatic deploy / Merge pull request #41 from ccrsxx/renovate/golang.org-x-crypto-x509roots-fallback-digest fix(deps): update golang.org/x/crypto/x509roots/fallback digest to 86efde5
Deployment
#306:
Commit
6004b07
pushed by
ccrsxx
Waiting
main
main
Waiting
View workflow file
fix(deps): update module github.com/go-playground/validator/v10 to v10.30.4
CI
#53:
Pull request
#42
opened by
renovate
Bot
1m 12s
renovate/all-minor-patch
renovate/all-minor-patch
1m 12s
View #42
View workflow file
fix(deps): update golang.org/x/crypto/x509roots/fallback digest to 86efde5
CI
#52:
Pull request
#41
opened by
renovate
Bot
1m 13s
renovate/golang.org-x-crypto-x509roots-fallback-digest
renovate/golang.org-x-crypto-x509roots-fallback-digest
1m 13s
View #41
View workflow file
Automatic deploy / refactor: migrate to encoding/json/v2 Replace Go encoding/json usage with the new encoding/json/v2 package across the codebase. Update production and test code to the streaming APIs UnmarshalRead and MarshalWrite, reducing unnecessary allocations when decoding request bodies and external API responses. Remove the custom generic Array[T] type and its JSON marshalling helpers, using standard slices instead. Simplify FlexibleID decoding by implementing UnmarshalJSONFrom with streaming t...
Deployment
#305:
Commit
a4c937b
pushed by
ccrsxx
6m 14s
main
main
6m 14s
View workflow file
Automatic deploy / docs(pixiv): add comment explaining Content-Type omission
Deployment
#304:
Commit
0e31650
pushed by
ccrsxx
5m 37s
main
main
5m 37s
View workflow file
Automatic deploy / refactor(cache): extract immutable cache-control constant
Deployment
#303:
Commit
b68b6ba
pushed by
ccrsxx
4m 32s
main
main
4m 32s
View workflow file
Automatic deploy / docs(api): update OpenAPI spec
Deployment
#302:
Commit
8e10e58
pushed by
ccrsxx
4m 52s
main
main
4m 52s
View workflow file
Automatic deploy / docs: update guestbook notification description
Deployment
#301:
Commit
5f5c4f5
pushed by
ccrsxx
Waiting
main
main
Waiting
View workflow file
Automatic deploy / refactor: move model structs into feature packages philosophy
Deployment
#300:
Commit
e32d0f3
pushed by
ccrsxx
4m 35s
main
main
4m 35s
View workflow file
Automatic deploy / feat(guestbook): add pushover notifications for new entries Add a Pushover client integration to the guestbook service so new guestbook entries now trigger a push notification in addition to the existing email notification. The pushover send runs in the same background goroutine and logs errors without failing the request.
Deployment
#299:
Commit
a52aa6e
pushed by
ccrsxx
5m 5s
main
main
5m 5s
View workflow file
Automatic deploy / Merge pull request #39 from ccrsxx/renovate/golang.org-x-crypto-x509roots-fallback-digest fix(deps): update golang.org/x/crypto/x509roots/fallback digest to afebf4c
Deployment
#298:
Commit
cca4def
pushed by
ccrsxx
Waiting
main
main
Waiting
View workflow file
Automatic deploy / Merge pull request #40 from ccrsxx/renovate/all-minor-patch chore(deps): update node.js to v24.20.0
Deployment
#297:
Commit
1f2dc24
pushed by
ccrsxx
Waiting
main
main
Waiting
View workflow file
chore(deps): update node.js to v24.20.0
CI
#51:
Pull request
#40
opened by
renovate
Bot
1m 4s
renovate/all-minor-patch
renovate/all-minor-patch
1m 4s
View #40
View workflow file
fix(deps): update golang.org/x/crypto/x509roots/fallback digest to afebf4c
CI
#50:
Pull request
#39
opened by
renovate
Bot
1m 10s
renovate/golang.org-x-crypto-x509roots-fallback-digest
renovate/golang.org-x-crypto-x509roots-fallback-digest
1m 10s
View #39
View workflow file
Automatic deploy / chore: update golangci-lint to v2.13.1
Deployment
#296:
Commit
d42294b
pushed by
ccrsxx
5m 3s
main
main
5m 3s
View workflow file
Automatic deploy / build: make binary self-contained with embedded tzdata and root certs Remove tzdata and ca-certificates from the Dockerfile and instead embed timezone data and root certificates via Go packages time/tzdata and golang.org/x/crypto/x509roots/fallback. Simplify the build command to point to the entire ./cmd/api directory.
Deployment
#295:
Commit
417d668
pushed by
ccrsxx
51s
main
main
51s
View workflow file
Automatic deploy / Merge pull request #38 from ccrsxx/renovate/docker-setup-buildx-action-digest chore(deps): update docker/setup-buildx-action digest to 37fe631
Deployment
#294:
Commit
944330f
pushed by
ccrsxx
Waiting
main
main
Waiting
View workflow file
chore(deps): update docker/setup-buildx-action digest to 37fe631
CI
#49:
Pull request
#38
opened by
renovate
Bot
1m 2s
renovate/docker-setup-buildx-action-digest
renovate/docker-setup-buildx-action-digest
1m 2s
View #38
View workflow file
Automatic deploy / Merge pull request #37 from ccrsxx/renovate/all-minor-patch chore(deps): update postgres docker tag to v18.6
Deployment
#293:
Commit
445a381
pushed by
ccrsxx
6m 27s
main
main
6m 27s
View workflow file
chore(deps): update postgres docker tag to v18.6
CI
#48:
Pull request
#37
opened by
renovate
Bot
46s
renovate/all-minor-patch
renovate/all-minor-patch
46s
View #37
View workflow file
Previous
1
2
3
4
5
…
14
15
Next
You can’t perform that action at this time.