-
Notifications
You must be signed in to change notification settings - Fork 0
Add buttons to Grafana and snapshot #305
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
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
1c578b9
Add Grafana links to AnalysisTab and update environment variables
dastine0308 af12359
Fix grafanaLinks filter to trim URLs before validation
dastine0308 7d93d3b
feat: Add Grafana snapshot management functionality
dastine0308 19d14b6
feat: Add button to expand snapshot form and integrate Grafana links
dastine0308 e22fd1b
feat: Add SNAPSHOT_PASSWORD secret to ECS task definition
dastine0308 f16823f
feat: Add snapshot time range to Grafana snapshot functionality
dastine0308 8e07a8b
fix vertical overflow in AnalysisTab
dastine0308 64d5318
feat: Refactor AddSnapshotForm to accept toggle handler
dastine0308 7b57213
Remove useMemo as we have reactCompiler enabled.
dastine0308 9884aa6
chore: Remove outdated migrations section from README.md
dastine0308 00e89cb
remove comments from the code.
dastine0308 d86e7ae
fix: Change getSnapshots to return the most recent snapshot
dastine0308 a3f6313
feat: Add Grafana color to Tailwind configuration
dastine0308 d4f2a08
refactor: address PR review feedback on Grafana snapshot feature
dastine0308 fcaf0c8
style: Adjust Grafana button disabled state for better visibility
dastine0308 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
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,7 @@ | ||
| NEXT_PUBLIC_MAPSAPIKEY='' | ||
| SOCKET_URL=localhost:3001 | ||
|
|
||
| # Grafana dashboard links (opens in new tab from the Analysis page) | ||
| # Use the browser address bar URL of each dashboard | ||
| NEXT_PUBLIC_GRAFANA_LIVE_OPEN_URL='' | ||
| NEXT_PUBLIC_GRAFANA_HISTORY_OPEN_URL='' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.