-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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.34.0 #3982
Merged
Merged
Release/v0.34.0 #3982
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
* chore: dashboard locking ee query-service * chore: remove print statements * chore: remove unused imports * chore: no one is allowed to edit/delete the locked dashboard --------- Co-authored-by: Srikanth Chekuri <srikanth@Srikanths-MacBook-Pro.local>
* feat: dashboard lock feature * feat: update API method and minor ui updates * feat: update API and author logic * feat: update permissions for author role * feat: use strings and remove console logs
* chore: return warning logs too from collector simulator * chore: also return collector logs in preview API response to help with debugging --------- Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
* chore: add test validating resource based filters work in logs pipelines * fix: get resource filters working in logs pipelines
* fix: null check * fix: metrics check is updated
Co-authored-by: Yunus M <myounis.ar@live.com>
* feat: added services page playwright tests * feat: added empty page test
* docs: added ror onboarding docs * feat: add ror docs * feat: update ror details in connection status --------- Co-authored-by: Yunus A M <myounis.ar@live.com> Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
* feat: create menu items is added in the service application widgets * chore: filter query is updated * fix: build is fixed * feat: selected query is updated * chore: create alerts is updated * feat: dashboard alerts is updated * chore: spacing is updated * feat: dashboard to alerts is updated * fix: build is fixed * feat: alert query options is updated * chore: menu list is updated for tabel panel --------- Co-authored-by: Rajat Dabade <rajat@signoz.io> Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
… UI (#3943) * fix: ensure pipeline processor ids derived from name are unique * fix: update snapshots to get jest passing * chore: use uuid for processor ids
… tab rendering the correct tables (#3942) * feat: complete services flow * feat: complete all the three tab flows * feat: address review comments
* chore: emit event when user saves pipelines * chore: emit tracking event for entered edit mode * chore: emit tracking event for clicking add new processor * chore: emit tracking event for clicking preview pipeline btn * chore: address PR feedback
* feat: uplot graph is added and some re-rendering is reduced * chore: uplot is updated * feat: changes for the graph is updated * refactor: added y-axis unit in uplot graph (#3818) * refactor: added y-axis unit in uplot graph * refactor: removed the ticks stroke from both access * feat: create tooltip plugin for uplot charts (#3823) * feat: create tooltip plugin for uplot charts * feat: show labels in legends section --------- Co-authored-by: Yunus M <myounis.ar@live.com> * feat: uplot points is handled (#3817) * chore: resize is updated * chore: uplot chart dark mode is updated * chore: widget is updated * chore: options is updated * chore: value panel is updated * feat: uplot chart is updated * feat: onDrag is updated * feat: data for graph is updated * feat: alert section is fixed * feat: not found is updated * feat: fix dashboard title section and other uplot parity issues (#3839) * feat: fix dashboard title section and other uplot parity issues * feat: update scrollbar style for legend container * chore: initial width is updated * feat: onlcick is updated * feat: widget full view fixes (#3847) Co-authored-by: Palash Gupta <palashgdev@gmail.com> * feat: show labels in tooltip overlay (#3867) * chore: memo is added * feat: toggle is updated * fix: Tooltip values is now fixed (#3894) * chore: tooltip is updated * chore: avoided the compute based on show * chore: tooltip data is updated * feat: resize graph based on the y axis max label length (#3895) * chore: build is in progress to fix * [Feat]: Full View (#3896) * fix: initial setup for full view done * refactor: done with the graph manager logic * refactor: done with the toggle issue in full view * refactor: done with toggle of data * refactor: done with legend to table mapping * refactor: ts error * chore: utils is updated * refactor: updated types * fix: option type fix --------- Co-authored-by: Palash Gupta <palashgdev@gmail.com> * feat: use spline renderer to plot curved line graphs, full view impor… (#3919) * feat: use spline renderer to plot curved line graphs, full view imporvements * feat: increase min height for panel * chore: move code to utils and plugins in uplot folder * chore: update tooltip styles * fix: add panel issue in dashboard (#3920) * fix: update on click plugin opts import path * feat: replace time series graph in logs explorer and trace explorer with uplot (#3925) * feat: alert threshold is added (#3931) * feat: uplot styles are fixed (#3941) * Fix/app dex aligment (#3944) * feat: uplot styles are fixed * fix: app dex aligment * fix: full view after saving is fixed * feat: css is updated (#3948) * feat: on click handler position - factor in the padding on top and left * fix: timestamp for start and end is updated for view trace (#3966) * fix: timestamp for start and end is updated for view trace * chore: timestamp is added * fix: loading over flow is fixed (#3969) --------- Co-authored-by: Rajat Dabade <rajat@signoz.io> Co-authored-by: Yunus M <myounis.ar@live.com>
* feat: use error boundary lib and setup fallback component * feat: move text to translations
* feat: done with the basic design * refactor: started working with functionality * refactor: done with saving the thresholds * refactor: done with coloring and conflicting threshold in value chart * refactor: done with the backgound color and text * refactor: done with unit in value graphs * refactor: done with precedence and drag and drop * refactor: removed the unwanted console * chore: updated snapshot and test * refactor: support for dark mode * refactor: done with the review changes * refactor: removed the extra created file * refactor: tsc fixes * refactor: updated border color * refactor: updated required mark * refactor: added missing props * refactor: tsc fixes * refactor: addressed review comments
* feat: fill span gaps is added * chore: build is fixed * chore: get fill spans is updated * chore: console is removed --------- Co-authored-by: Palash Gupta <palashgdev@gmail.com>
* refactor: resolve merge conflict * refactor: added support to value conversion * refactor: linter fixes * refactor: build fixes
* fix: the extra showcase for text and background * fix: css issue for select
* fix: improve user telemetry - move GetEmailFromJwt to common function - update AttachJwtToContext() to use standard way of attaching value to context - update userEmail in every possible sendEvent call - send groupId in sendEvent call for SaaS operator analytics * chore: added DEFAULT_CLOUD_EMAIL const * chore: add AttachJwtToContext to analytics middleware * test: added AttachJwtToContext to logs pipelines
…dy go modules Signed-off-by: Prashant Shahi <prashant@signoz.io>
prashant-shahi
requested review from
srikanthccv,
palashgdev and
YounixM
as code owners
November 16, 2023 16:37
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
getSelectedQueryOptions(currentQuery.clickhouse_sql), | ||
}; | ||
|
||
return queryConfig[currentQuery.queryType]?.() || []; |
Check failure
Code scanning / CodeQL
Unvalidated dynamic method call High
Invocation of method with name may dispatch to unexpected target and cause an exception.
user-controlled
Error loading related location
Loading
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.
Signed-off-by: Prashant Shahi prashant@signoz.io