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
.
FailproofAI
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
202
Code
Issues
51
Pull requests
38
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Fixing dashboard
- #335
#335
Merged
NiveditJain
merged 27 commits into
FailproofAI:main
FailproofAI/runtime:main
from
NiveditJain:fixing-dashboard
NiveditJain/exospherehost:fixing-dashboard
Copy head branch name to clipboard
Sep 2, 2025
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Fixing dashboard
#335
NiveditJain
merged 27 commits into
FailproofAI:main
FailproofAI/runtime:main
from
NiveditJain:fixing-dashboard
NiveditJain/exospherehost:fixing-dashboard
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2025
Refactor state management routes to replace current states with runs functionality
Show description for c9cf63a
NiveditJain
committed
c9cf63a
View commit details
Copy full SHA for c9cf63a
Browse repository at this point
Enhance errored state handling and state status management
Show description for 9ff2acc
NiveditJain
committed
9ff2acc
View commit details
Copy full SHA for 9ff2acc
Browse repository at this point
Add Run model and enhance run management functionality
Show description for c55271d
NiveditJain
committed
c55271d
View commit details
Copy full SHA for c55271d
Browse repository at this point
Refactor state management to utilize new run models
Show description for 652f840
NiveditJain
committed
652f840
View commit details
Copy full SHA for 652f840
Browse repository at this point
Update route tags from "state" to "runs" for improved clarity in API documentation
Show description for a3143e1
NiveditJain
committed
a3143e1
View commit details
Copy full SHA for a3143e1
Browse repository at this point
changed to table
NiveditJain
committed
f67f1d3
View commit details
Copy full SHA for f67f1d3
Browse repository at this point
Refactor dashboard to enhance security and API structure
Show description for 544a591
NiveditJain
committed
544a591
View commit details
Copy full SHA for 544a591
Browse repository at this point
Refactor dashboard for enhanced security and environment configuration
Show description for 017b1e3
NiveditJain
committed
017b1e3
View commit details
Copy full SHA for 017b1e3
Browse repository at this point
Update dashboard to enhance API functionality and remove deprecated components
Show description for 8cc8de3
NiveditJain
committed
8cc8de3
View commit details
Copy full SHA for 8cc8de3
Browse repository at this point
Update get_run_status to handle multiple errored states
Show description for 89c8e9f
NiveditJain
committed
89c8e9f
View commit details
Copy full SHA for 89c8e9f
Browse repository at this point
Refactor GraphVisualization and state models for improved clarity and structure
Show description for dba60fa
NiveditJain
committed
dba60fa
View commit details
Copy full SHA for dba60fa
Browse repository at this point
Refactor state management and enhance run functionality
Show description for 86efd58
NiveditJain
committed
86efd58
View commit details
Copy full SHA for 86efd58
Browse repository at this point
Enhance CORS test setup by adding project root to sys.path
Show description for f0e3a83
NiveditJain
committed
f0e3a83
View commit details
Copy full SHA for f0e3a83
Browse repository at this point
Add ruff directive to ignore E402 in test_cors.py
Show description for 54fe722
NiveditJain
committed
54fe722
View commit details
Copy full SHA for 54fe722
Browse repository at this point
gemini review
NiveditJain
committed
cb791bf
View commit details
Copy full SHA for cb791bf
Browse repository at this point
Update Docker Compose setup documentation for environment variable isolation
Show description for bb0d8b0
NiveditJain
committed
bb0d8b0
View commit details
Copy full SHA for bb0d8b0
Browse repository at this point
Add tests for get_run_details_by_run_id_route in test_routes.py
Show description for d66892c
NiveditJain
committed
d66892c
View commit details
Copy full SHA for d66892c
Browse repository at this point
Update API base URL environment variable for consistency
Show description for 14693d4
NiveditJain
committed
14693d4
View commit details
Copy full SHA for 14693d4
Browse repository at this point
Update authentication description and fix formatting in create-runtime.md
Show description for a506f20
NiveditJain
committed
a506f20
View commit details
Copy full SHA for a506f20
Browse repository at this point
Fix retry state creation logic in errored_state.py
Show description for faf33a7
NiveditJain
committed
faf33a7
View commit details
Copy full SHA for faf33a7
Browse repository at this point
Remove unnecessary blank lines in SECURITY.md for improved readability
NiveditJain
committed
d61438b
View commit details
Copy full SHA for d61438b
Browse repository at this point
fix: add namespace_name index to runs collection
NiveditJain
committed
02e7d30
View commit details
Copy full SHA for 02e7d30
Browse repository at this point
Fix assertions in test cases for errored state and get runs
Show description for 9db988e
NiveditJain
committed
9db988e
View commit details
Copy full SHA for 9db988e
Browse repository at this point
Add tests for new routes in test_routes.py
Show description for 755341f
NiveditJain
committed
755341f
View commit details
Copy full SHA for 755341f
Browse repository at this point
Enhance tests for get_run_details_by_run_id_route in test_routes.py
Show description for 8e03aae
NiveditJain
committed
8e03aae
View commit details
Copy full SHA for 8e03aae
Browse repository at this point
Add comprehensive tests for get_runs_route in test_routes.py
Show description for 9b31ba2
NiveditJain
committed
9b31ba2
View commit details
Copy full SHA for 9b31ba2
Browse repository at this point
Refactor imports in test_routes.py for clarity
Show description for de24319
NiveditJain
committed
de24319
View commit details
Copy full SHA for de24319
Browse repository at this point
You can’t perform that action at this time.