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 }}
rustic-rs
/
rustic_core
Public
Notifications
You must be signed in to change notification settings
Fork
52
Star
88
Code
Issues
52
Pull requests
22
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: add summary module for aggregating runtime information and internal metrics
- #365
#365
Open
simonsan
wants to merge 20 commits into
main
rustic-rs/rustic_core:main
from
feat/summary
rustic-rs/rustic_core:feat/summary
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
feat: add summary module for aggregating runtime information and internal metrics
#365
simonsan
wants to merge 20 commits into
main
rustic-rs/rustic_core:main
from
feat/summary
rustic-rs/rustic_core:feat/summary
Copy head branch name to clipboard
Commits
Commits on Nov 21, 2024
feat: add summary module for aggregating runtime information and internal metrics
Show description for 3be2def
simonsan
committed
3be2def
View commit details
Copy full SHA for 3be2def
Browse repository at this point
feat: enhance Summary struct to use EcoString
Show description for 5908230
simonsan
committed
5908230
View commit details
Copy full SHA for 5908230
Browse repository at this point
refactor: remove unnecessary Deserialize derive from CondensedIssue and update export logic
Show description for 9b6dcb7
simonsan
committed
9b6dcb7
View commit details
Copy full SHA for 9b6dcb7
Browse repository at this point
feat: update Metrics type to use MetricValue enum and modify add_metric method
Show description for 9611df5
simonsan
committed
9611df5
View commit details
Copy full SHA for 9611df5
Browse repository at this point
refactor: simplify Metrics type and update add_issue and add_metric methods to use EcoString
Show description for 2265256
simonsan
committed
2265256
View commit details
Copy full SHA for 2265256
Browse repository at this point
Commits on Nov 24, 2024
Merge branch 'main' into feat/summary
simonsan
authored
a9e89dc
View commit details
Copy full SHA for a9e89dc
Browse repository at this point
feat: add IssueCategory enum and logging for issues in Summary
Show description for 8bbace6
simonsan
committed
8bbace6
View commit details
Copy full SHA for 8bbace6
Browse repository at this point
Commits on Nov 25, 2024
feat: refactor issue handling to categorize by IssueCategory and improve logging
Show description for 1f40182
simonsan
committed
1f40182
View commit details
Copy full SHA for 1f40182
Browse repository at this point
feat: add merge method to Summary and corresponding unit test
Show description for efb345e
simonsan
committed
efb345e
View commit details
Copy full SHA for efb345e
Browse repository at this point
feat: add TODO comments for refactoring merge method in Summary
Show description for bbafe09
simonsan
committed
bbafe09
View commit details
Copy full SHA for bbafe09
Browse repository at this point
feat: add methods to log errors, warnings, and info in Summary
Show description for a437de4
simonsan
committed
a437de4
View commit details
Copy full SHA for a437de4
Browse repository at this point
feat: add method to enable logging in Summary
Show description for 8e13aa9
simonsan
committed
8e13aa9
View commit details
Copy full SHA for 8e13aa9
Browse repository at this point
feat: enhance logging functionality and update root cause handling in Summary
Show description for f169967
simonsan
committed
f169967
View commit details
Copy full SHA for f169967
Browse repository at this point
feat: update merge method to use Self type and improve handling of optional fields in Summary
Show description for 6d61317
simonsan
committed
6d61317
View commit details
Copy full SHA for 6d61317
Browse repository at this point
feat: add methods to convert Summary into boxed and arc mutex types
Show description for a27dc6e
simonsan
committed
a27dc6e
View commit details
Copy full SHA for a27dc6e
Browse repository at this point
feat: rename is_error method to contains_error and improve error checking logic
Show description for ddf7828
simonsan
committed
ddf7828
View commit details
Copy full SHA for ddf7828
Browse repository at this point
feat: add method to retrieve Summary from Arc<Mutex> with error handling
Show description for 4b3d073
simonsan
committed
4b3d073
View commit details
Copy full SHA for 4b3d073
Browse repository at this point
feat: update retrieve_from_arc_mutex method to use Self type
Show description for 08a66fb
simonsan
committed
08a66fb
View commit details
Copy full SHA for 08a66fb
Browse repository at this point
feat: add assertions to tests for contains_error method in Summary
Show description for f30bb6e
simonsan
committed
f30bb6e
View commit details
Copy full SHA for f30bb6e
Browse repository at this point
Commits on Jan 12, 2025
Merge branch 'main' into feat/summary
simonsan
authored
68b40c9
View commit details
Copy full SHA for 68b40c9
Browse repository at this point
You can’t perform that action at this time.