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
Accelerator
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
Type
/
to 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 }}
RndmCodeGuy20
/
mpiper
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
release: v1.0.0 — initial LTS
- #15
#15
Merged
RndmCodeGuy20
merged 33 commits into
master
RndmCodeGuy20/mpiper:master
from
staging
RndmCodeGuy20/mpiper:staging
Copy head branch name to clipboard
Jun 17, 2026
Conversation
Commits
33
(33)
Checks
Files changed
Merged
release: v1.0.0 — initial LTS
#15
RndmCodeGuy20
merged 33 commits into
master
RndmCodeGuy20/mpiper:master
from
staging
RndmCodeGuy20/mpiper:staging
Copy head branch name to clipboard
Commits
Commits on Jun 1, 2026
feat: centralise config singleton, replace logger with pkg/logger
Show description for 544a0e9
RndmCodeGuy20
and
claude
committed
544a0e9
View commit details
Copy full SHA for 544a0e9
Browse repository at this point
feat: enhance migrations and other changes
RndmCodeGuy20
committed
63f3e6c
View commit details
Copy full SHA for 63f3e6c
Browse repository at this point
Commits on Jun 3, 2026
Merge pull request #1 from RndmCodeGuy20/feat/centralise-config-and-logger
Show description for 5ff7d6a
RndmCodeGuy20
authored
5ff7d6a
View commit details
Copy full SHA for 5ff7d6a
Browse repository at this point
feat: taskfiles updated and added ci workflows
RndmCodeGuy20
committed
59be446
View commit details
Copy full SHA for 59be446
Browse repository at this point
fix: add guard against empty webhook and bump go build version
RndmCodeGuy20
committed
b0a931d
View commit details
Copy full SHA for b0a931d
Browse repository at this point
fix: update secret check
RndmCodeGuy20
committed
eb41510
View commit details
Copy full SHA for eb41510
Browse repository at this point
feat: added failure annotation on build failures
RndmCodeGuy20
committed
9f62317
View commit details
Copy full SHA for 9f62317
Browse repository at this point
Commits on Jun 16, 2026
feat(auth): register AuthMiddleware on protected routes
Show description for a2e106d
RndmCodeGuy20
committed
a2e106d
View commit details
Copy full SHA for a2e106d
Browse repository at this point
fix(otel): default OTLP exporter to plaintext gRPC
Show description for 3babbf2
RndmCodeGuy20
committed
3babbf2
View commit details
Copy full SHA for 3babbf2
Browse repository at this point
fix(otel): flush telemetry on shutdown with fresh context
Show description for de030b0
RndmCodeGuy20
committed
de030b0
View commit details
Copy full SHA for de030b0
Browse repository at this point
chore(deploy): move compose to root and add worker health sentinel
Show description for fa7f31c
RndmCodeGuy20
committed
fa7f31c
View commit details
Copy full SHA for fa7f31c
Browse repository at this point
Merge pull request #2 from RndmCodeGuy20/feat/centralise-config-and-logger
Show description for 74db9a3
RndmCodeGuy20
authored
74db9a3
View commit details
Copy full SHA for 74db9a3
Browse repository at this point
Merge pull request #3 from RndmCodeGuy20/feat/dev-31-register-auth-middleware
Show description for 74b2fb1
RndmCodeGuy20
authored
74b2fb1
View commit details
Copy full SHA for 74b2fb1
Browse repository at this point
Merge pull request #4 from RndmCodeGuy20/feat/dev-32-otel-tls-insecure-default
Show description for 142f170
RndmCodeGuy20
authored
142f170
View commit details
Copy full SHA for 142f170
Browse repository at this point
Merge pull request #5 from RndmCodeGuy20/feat/dev-33-otel-shutdown-fresh-ctx
Show description for 4c87ebf
RndmCodeGuy20
authored
4c87ebf
View commit details
Copy full SHA for 4c87ebf
Browse repository at this point
fix(worker): let consumer own asset state on failure
Show description for 0c90cda
RndmCodeGuy20
committed
0c90cda
View commit details
Copy full SHA for 0c90cda
Browse repository at this point
Merge pull request #6 from RndmCodeGuy20/feat/dev-34-consumer-owns-asset-state
Show description for 7246bb2
RndmCodeGuy20
authored
7246bb2
View commit details
Copy full SHA for 7246bb2
Browse repository at this point
fix(worker): run stuck-job recovery on a fixed cadence
Show description for 4e96392
RndmCodeGuy20
committed
4e96392
View commit details
Copy full SHA for 4e96392
Browse repository at this point
Merge pull request #7 from RndmCodeGuy20/feat/dev-35-periodic-stuck-job-recovery
Show description for ca32b39
RndmCodeGuy20
authored
ca32b39
View commit details
Copy full SHA for ca32b39
Browse repository at this point
ci: drop `file` check from docker build verification
Show description for c7b3c70
RndmCodeGuy20
committed
c7b3c70
View commit details
Copy full SHA for c7b3c70
Browse repository at this point
Merge pull request #8 from RndmCodeGuy20/fix/ci-docker-build-file-util
Show description for 373fd23
RndmCodeGuy20
authored
373fd23
View commit details
Copy full SHA for 373fd23
Browse repository at this point
fix(api): hardening batch — recovery order, request IDs, MIME allowlist
Show description for 269a684
RndmCodeGuy20
committed
269a684
View commit details
Copy full SHA for 269a684
Browse repository at this point
Merge pull request #9 from RndmCodeGuy20/fix/api-hardening
Show description for 44ed6e8
RndmCodeGuy20
authored
44ed6e8
View commit details
Copy full SHA for 44ed6e8
Browse repository at this point
fix(worker): fail fast on non-retryable exceptions
Show description for a70580e
RndmCodeGuy20
committed
a70580e
View commit details
Copy full SHA for a70580e
Browse repository at this point
Merge pull request #10 from RndmCodeGuy20/fix/worker-retry-classification
Show description for 735d6fe
RndmCodeGuy20
authored
735d6fe
View commit details
Copy full SHA for 735d6fe
Browse repository at this point
feat(db): add webhook_registrations and webhook_deliveries tables
Show description for 927d73b
RndmCodeGuy20
committed
927d73b
View commit details
Copy full SHA for 927d73b
Browse repository at this point
Merge pull request #11 from RndmCodeGuy20/feat/dev-44-webhook-migration
Show description for ed0b38f
RndmCodeGuy20
authored
ed0b38f
View commit details
Copy full SHA for ed0b38f
Browse repository at this point
feat(storage): add S3/MinIO StorageX provider and config-driven selection
Show description for d4a97b8
RndmCodeGuy20
committed
d4a97b8
View commit details
Copy full SHA for d4a97b8
Browse repository at this point
Merge pull request #12 from RndmCodeGuy20/feat/dev-48-go-s3-storage
Show description for 5b35304
RndmCodeGuy20
authored
5b35304
View commit details
Copy full SHA for 5b35304
Browse repository at this point
Commits on Jun 17, 2026
feat(worker): add S3Storage provider, factory, and public_url
Show description for 0b39d46
RndmCodeGuy20
and
claude
committed
0b39d46
View commit details
Copy full SHA for 0b39d46
Browse repository at this point
Merge pull request #13 from RndmCodeGuy20/shantheman/dev-49-python-s3storage-add-storage-abc-and-s3-implementation-to
Show description for 58af989
RndmCodeGuy20
authored
58af989
View commit details
Copy full SHA for 58af989
Browse repository at this point
chore(release): bump version to 1.0.0
Show description for 606b245
RndmCodeGuy20
and
claude
committed
606b245
View commit details
Copy full SHA for 606b245
Browse repository at this point
Merge pull request #14 from RndmCodeGuy20/chore/release-v1.0.0
Show description for c3b7fbd
RndmCodeGuy20
authored
c3b7fbd
View commit details
Copy full SHA for c3b7fbd
Browse repository at this point
You can’t perform that action at this time.