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
.
EuniAI
/
Prometheus
Public
Notifications
You must be signed in to change notification settings
Fork
74
Star
1.1k
Code
Issues
7
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Implement Issue Question Answering Function and Ready for Production
- #114
#114
Merged
dcloud347
merged 15 commits into
main
EuniAI/Prometheus:main
from
dev
EuniAI/Prometheus:dev
Copy head branch name to clipboard
Aug 26, 2025
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Implement Issue Question Answering Function and Ready for Production
#114
dcloud347
merged 15 commits into
main
EuniAI/Prometheus:main
from
dev
EuniAI/Prometheus:dev
Copy head branch name to clipboard
Commits
Commits on Aug 25, 2025
fix: Ensure repository reset occurs in finally block to prevent state leakage
dcloud347
committed
c2e3c3c
View commit details
Copy full SHA for c2e3c3c
Browse repository at this point
feat: Implement issue question analysis subgraph with context retrieval and response generation
dcloud347
committed
aecca98
View commit details
Copy full SHA for aecca98
Browse repository at this point
feat: Add invitation code management with creation and listing endpoints
dcloud347
committed
4596d8e
View commit details
Copy full SHA for 4596d8e
Browse repository at this point
fix: Handle selection of a single candidate patch in final patch selection
dcloud347
committed
015efe4
View commit details
Copy full SHA for 015efe4
Browse repository at this point
test: Add unit tests for invitation code creation and listing functionality
dcloud347
committed
3b95bba
View commit details
Copy full SHA for 3b95bba
Browse repository at this point
refactor: Reorder import statements and fix formatting in test_invitation_code.py
dcloud347
committed
c02f96f
View commit details
Copy full SHA for c02f96f
Browse repository at this point
feat: Implement user registration with invitation code validation and management
dcloud347
committed
d560730
View commit details
Copy full SHA for d560730
Browse repository at this point
feat: Update invitation code handling to use 'is_used' flag and improve expiration checks
dcloud347
committed
0dc5a24
View commit details
Copy full SHA for 0dc5a24
Browse repository at this point
feat: Allow empty email in validation and add invitation code service to dependencies
dcloud347
committed
ebfbd26
View commit details
Copy full SHA for ebfbd26
Browse repository at this point
fix: Replace ValueError with ServerException for username and email existence checks
dcloud347
committed
31542e8
View commit details
Copy full SHA for 31542e8
Browse repository at this point
feat: Add default user issue credit and repository limit settings; enhance repository retrieval logic
dcloud347
committed
cc7dd2e
View commit details
Copy full SHA for cc7dd2e
Browse repository at this point
feat: Implement user listing endpoint and user response model; add user router to API
dcloud347
committed
b3c4ec1
View commit details
Copy full SHA for b3c4ec1
Browse repository at this point
fix: Update test to use correct endpoint for user listing
dcloud347
committed
c2fd181
View commit details
Copy full SHA for c2fd181
Browse repository at this point
Commits on Aug 26, 2025
feat: Add endpoint to set GitHub token for user; implement middleware for user ID in tests
dcloud347
committed
7f702f0
View commit details
Copy full SHA for 7f702f0
Browse repository at this point
fix: Remove unnecessary authentication check for admin actions in invitation code routes
dcloud347
committed
57802a5
View commit details
Copy full SHA for 57802a5
Browse repository at this point
You can’t perform that action at this time.