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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ScilifelabDataCentre
/
serve-event-listener
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
SS 1516 Fix error release not in statusdata
- #13
#13
Merged
alfredeen
merged 13 commits into
main
ScilifelabDataCentre/serve-event-listener:main
from
ss-1516-fix-error-release-not-in-statusdata
ScilifelabDataCentre/serve-event-listener:ss-1516-fix-error-release-not-in-statusdata
Copy head branch name to clipboard
Sep 15, 2025
Conversation
Commits
13
(13)
Checks
Files changed
Merged
SS 1516 Fix error release not in statusdata
#13
alfredeen
merged 13 commits into
main
ScilifelabDataCentre/serve-event-listener:main
from
ss-1516-fix-error-release-not-in-statusdata
ScilifelabDataCentre/serve-event-listener:ss-1516-fix-error-release-not-in-statusdata
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2025
Upgrade and base alpine python image. Install curl.
alfredeen
committed
436c2f0
View commit details
Copy full SHA for 436c2f0
Browse repository at this point
Format for linter.
alfredeen
committed
3f38081
View commit details
Copy full SHA for 3f38081
Browse repository at this point
Pin the version of curl used.
alfredeen
committed
7da81d3
View commit details
Copy full SHA for 7da81d3
Browse repository at this point
Commits on Sep 5, 2025
Modify timeouts for POST and GET calls to the server including longer read timeout. Do not treat 410 Gone exceptions as consuming a retry. Better exception handling and logging.
alfredeen
committed
ddc16f8
View commit details
Copy full SHA for ddc16f8
Browse repository at this point
Fix bug KeyError exception when delete event of non-registered release.
alfredeen
committed
359d42f
View commit details
Copy full SHA for 359d42f
Browse repository at this point
Reduce the amount of logging and output from the k8s api and urllib3.
alfredeen
committed
ce0bd04
View commit details
Copy full SHA for ce0bd04
Browse repository at this point
Merge branch 'main' into ss-1516-fix-error-release-not-in-statusdata
alfredeen
authored
052f28c
View commit details
Copy full SHA for 052f28c
Browse repository at this point
Commits on Sep 11, 2025
Add http_client subpackage with session and client wrappers to separate HTTP concerns. Centralized retry, token refresh, and exception handling.
alfredeen
committed
9a364b0
View commit details
Copy full SHA for 9a364b0
Browse repository at this point
Change main to by module execution. Update Dockerfile to /app layout. Install jq. Kubeconfig now expected at /app/cluster.conf inside the container
alfredeen
committed
108fc98
View commit details
Copy full SHA for 108fc98
Browse repository at this point
Commits on Sep 12, 2025
Use the shared Session and http_client get/post in the EventListener. Refactor StatusQueue to take a shared session and use the new http post wrapper. Add unit tests for EventListener and StatusQueue.
alfredeen
committed
63a8198
View commit details
Copy full SHA for 63a8198
Browse repository at this point
Commits on Sep 15, 2025
Apply suggestions from code review
Show description for 15a1bd6
alfredeen
and
churnikov
authored
15a1bd6
View commit details
Copy full SHA for 15a1bd6
Browse repository at this point
Add linter isort to project and reformat imports.
alfredeen
committed
effffbe
View commit details
Copy full SHA for effffbe
Browse repository at this point
Only run CI workflow once on pushes when there is a PR open.
alfredeen
committed
544a7b7
View commit details
Copy full SHA for 544a7b7
Browse repository at this point
You can’t perform that action at this time.