-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/fix new UI #626
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
Merged
Merged
Feature/fix new UI #626
Conversation
This file contains hidden or 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
Fix insight types, connect new insight cards
* Add N-Plus-One insights
Bottelneck insight
Add request breakdown insight
Endpoint slow down source
* Session in view --------- Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
* Update insight cards
* Span scaling * Change * Update src/components/Insights/common/insights/ScalingIssueInsight/index.tsx Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com> * Update src/components/Insights/common/insights/ScalingIssueInsight/index.tsx Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com> * fix warnings --------- Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
* Add Top Usage insight * Update insight card
* query optimization * reaname * Endpoint Query optimization * update * Update src/components/Insights/common/insights/SpanQueryOptimizationInsight/styles.ts Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com> * clean-up --------- Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
Add Duration breakdown
This reverts commit 04a90f2.
* custom primary button * Update src/components/Insights/common/InsightCard/index.tsx * Update src/components/Insights/common/InsightCard/index.tsx --------- Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
* Update styles * Update styles, do not trigger select opening on link click * Fix Popover * Update src/components/Insights/common/insights/ExcessiveAPICallsInsight/index.tsx
* change override for btn * Change insights
Update Endpoint Query Optimization insight card
* change override for btn * Use state * fix name * Update src/components/common/App/types.ts Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com> * Update src/components/Insights/InsightJiraTicket/index.tsx Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com> * Update src/components/Insights/common/useInsightsData.ts Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com> * Update src/components/Insights/InsightJiraTicket/index.tsx Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com> * Update src/components/Insights/common/useInsightsData.ts Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com> * Update src/components/Insights/common/useInsightsData.ts Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com> * fix styles * Update UI --------- Co-authored-by: Kyrylo Shmidt <119138536+kshmidt-digma@users.noreply.github.com>
* Handle nullable endpoint list * Fix story
* fix types * Fix Top usage table --------- Co-authored-by: Kyrylo Shmidt <kshmidt@digma.ai>
opoliarush
commented
Mar 5, 2024
kshmidt-digma
requested changes
Mar 5, 2024
src/components/Documentation/pages/RunDigma/runDigmaWithCommandLine.tsx
Outdated
Show resolved
Hide resolved
src/components/Documentation/pages/RunDigma/runDigmaWithCommandLine.tsx
Outdated
Show resolved
Hide resolved
kshmidt-digma
approved these changes
Mar 5, 2024
This was referenced Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#615
#612
#605