-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Release/v0.51.x #5618
Merged
Merged
Release/v0.51.x #5618
Conversation
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
* fix: dashboards list url query params isolation * feat: order query param old logs explorer isolation * feat: added extra checks in place * fix: refactor the dashboards list page for better performance * chore: add test cases for the dashboards list page * fix: added test cases for dashboards list page * fix: added code comments * fix: added empty state for dashboards and no search state
* fix: fixed logEvent breaking page due to lack of null checks * fix: fixed logEvent breaking page due to lack of null checks
* update community link * Update copyright year
* fix: ignore offset if timestamp is selected in order by * fix: tests updated
* ci(github): change to beta * Update testing-deployment.yaml * ci(staging): bump to beta
* feat: added trace filter test cases * feat: added trace filter test cases - initial render * feat: added test cases - query sync, filter section behaviour etc * feat: deleted mock-data files * feat: added test cases of undefined filters and items * feat: deleted tsconfig * feat: added clear and rest btn test cases for traces filters * feat: added collapse and uncollapse test for traces filters
* fix: do not add select columns when the datasource is logs * chore: added data test id
* feat: add learn more urls to ingestion settings page * feat: enable multi ingestion settins for editors, add basic test cases
* fix: use proper indexes for full text search * fix: tests updated * feat: lower support only for body and not attributes * fix: remove default tolower * fix: add comment for json key split * fix: remove ilike only for body searches * fix: minor fixes * fix: minor fixes
* chore: added value panel wrapper jest tests * chore: added column units and legends test for table panel wrapper
* chore: move from trackEvent to logEvent * feat: update test cases
…d panel (#5455) * fix: use the same step interval as in the dashboard query while creating alerts from panel * chore: added extra safety checks * chore: add test cases for the mapQueryDataFromAPI utils * chore: added functions test cases as well --------- Co-authored-by: Srikanth Chekuri <[email protected]>
* fix: relative time param from the url not respected * chore: added code comments and the priorities of the params * fix: added validity checks for the relativeTime in the url
### Summary Handle the scenario when email with domain is used for SSO Login which does not match authenticated domains. Signed-off-by: Prashant Shahi <[email protected]>
…ing (#5571) * chore: move facing issues button in dashboards and disable intercom ping * chore: review comment
### Summary Handle the scenario when email with domain is used for SSO Login which does not match authenticated domains. Signed-off-by: Prashant Shahi <[email protected]>
* feat: query service changes base setup for preferences * feat: added handlers for user and org preferences * chore: added base for all user and all org preferences * feat: added handlers for all user and all org preferences * feat: register the preference routes and initDB in pkg/query-service * feat: code refactor * chore: too much fun code refactor * chore: little little missing attributes * fix: handle range queries better * fix: handle range queries better * chore: address review comments * chore: use struct inheritance for the all preferences struct * chore: address review comments * chore: address review comments * chore: correct preference routes * chore: low hanging optimisations * chore: address review comments * chore: address review comments * chore: added extra validations for the check in allowed values * fix: better handling for the jwt claims * fix: better handling for the jwt claims * chore: move the error to preference apis * chore: move the error to preference apis * fix: move the 401 logic to the auth middleware
* feat: removed top nav from new alerts landing page * feat: added new function to check new alerts landing page --------- Co-authored-by: Vikrant Gupta <[email protected]>
* fix: disable the unlock dashboard btn for integration dashboards * chore: added test cases for the integration / non integration dashboards
* feat: faster traceID based filtering * chore: add error log
…102.3 Signed-off-by: Prashant Shahi <[email protected]>
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
srikanthccv
approved these changes
Jul 31, 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.
Summary