-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AI Powered DORA Report #493
+1,982
−11
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
1287ef6
Add service for AI analytics
samad-yar-khan 0e9f4e4
Add API for AI dora analytics
samad-yar-khan 610d5d1
Add ai symmary func for lead metric trends
samad-yar-khan 0bbd93b
Add API for deployment frequency trends AI Summary
samad-yar-khan 036f8ed
Add API for CFR Trends AI Summary
samad-yar-khan d2ff27f
Add API for MTTR Trends AI Summary
samad-yar-khan 0514d76
Add API for DORA Trends AI Summary
samad-yar-khan 85e8794
Update model fetching API route
samad-yar-khan 17da299
Update dora score prompt
samad-yar-khan feccb7f
Add API to fetch models
samad-yar-khan a63a626
Add BFF API for AI DORA summary
samad-yar-khan 53be714
Update prompt for lead time and dep frequency trends for AI summary
samad-yar-khan eceb61d
Add API for Dora compiled summary tldr
samad-yar-khan 278c241
Add Summary API in BFF
samad-yar-khan 459a643
Add UI functionality for DORA metrics AI stuff.
jayantbh a720fb5
Set token and response in redux state.
jayantbh f35829f
Add copy functionality to summaries.
jayantbh 39f723a
fix parsing issues
samad-yar-khan 9114b67
fix parsing issues
samad-yar-khan f07f4e1
fix types
samad-yar-khan 9bdad5e
Use enums for tabs, and add graphic for empty state.
jayantbh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
Use enums for tabs, and add graphic for empty state.
commit 9bdad5e66c2373ba2ebf58f6ffb42d5cfb5be484
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
web-server/src/content/DoraMetrics/AIAnalysis/rocket-graphic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could have just removed string:
const selectedTab = useEasyState<AnalysisTabs>(
no more type conversion would have been needed