Prashant Shahi
4192fd573d
chore(signoz): 📌 pin versions: SigNoz 0.51.0, SigNoz OtelCollector 0.102.3
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
v0.51.0
2024-07-31 20:29:09 +05:30
Prashant Shahi
ca13d80205
Merge branch 'main' into release/v0.51.x
2024-07-31 20:27:51 +05:30
Raj Kamal Singh
59121bd932
chore: nginx integration: add note about adjusting regex if using custom log format ( #5615 )
2024-07-31 17:52:51 +05:30
Vishal Sharma
aef935a817
feat: faster traceID based filtering ( #5607 )
...
* feat: faster traceID based filtering
* chore: add error log
2024-07-31 16:00:57 +05:30
Srikanth Chekuri
f300518d61
chore: add telemetry for channel types ( #5602 )
2024-07-31 15:15:19 +05:30
Yunus M
18b608a1d8
feat: update logEvent to silently handle errors ( #5599 )
2024-07-30 18:24:55 +05:30
Yunus M
738d62c9cf
fix: show 0 as limit is user has set it to 0 ( #5605 )
2024-07-30 18:09:29 +05:30
Srikanth Chekuri
38e694cd36
chore: only fetch top level operation from the selected time window ( #5404 )
2024-07-30 02:02:50 +05:30
Vikrant Gupta
1281330c52
fix: disable the unlock dashboard btn for integration dashboards ( #5573 )
...
* fix: disable the unlock dashboard btn for integration dashboards
* chore: added test cases for the integration / non integration dashboards
2024-07-29 15:47:09 +05:30
Yunus M
7b7cca7db7
chore: remove commented code ( #5445 )
2024-07-29 11:45:03 +05:30
rahulkeswani101
3134e8c1cf
feat: removed top nav from new alerts landing page ( #5538 )
...
* feat: removed top nav from new alerts landing page
* feat: added new function to check new alerts landing page
---------
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com>
2024-07-29 11:42:55 +05:30
Vikrant Gupta
d00024b64a
feat: preference framework qs changes ( #5527 )
...
* 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
2024-07-29 09:51:18 +05:30
Prashant Shahi
4360cd0397
fix(saml): handle invalid email domain ( #5580 )
...
### Summary
Handle the scenario when email with domain is used for SSO Login which does not match authenticated domains.
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-07-27 09:52:53 +05:30
Vishal Sharma
a688b6c60e
Revert "fix(saml): handle invalid email domain ( #5564 )" ( #5579 )
...
This reverts commit ba7e6fcf235db0a81edd8f3ac9a44df94bc6f4f1.
2024-07-27 08:47:44 +05:30
Vishal Sharma
522e73b48e
chore: move facing issues button in dashboards and disable intercom ping ( #5571 )
...
* chore: move facing issues button in dashboards and disable intercom ping
* chore: review comment
v0.51.0-cloud.3
2024-07-26 18:51:48 +05:30
Prashant Shahi
ba7e6fcf23
fix(saml): handle invalid email domain ( #5564 )
...
### Summary
Handle the scenario when email with domain is used for SSO Login which does not match authenticated domains.
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-07-26 18:41:39 +05:30
Vibhu Pandey
eefccafa5b
feat(gateway): remove feature flag ( #5561 )
2024-07-26 12:31:33 +05:30
Vikrant Gupta
05bd6d52f1
fix: relative time param from the url not respected ( #5545 )
...
* 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
2024-07-25 23:23:01 +05:30
Vikrant Gupta
d60daef171
fix: handle the super set query reset state when changing widgets ( #5539 )
2024-07-23 20:21:25 +05:30
Vikrant Gupta
d50530f58c
fix: retain the step interval while creating alerts from the dashboard 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 <srikanth.chekuri92@gmail.com>
2024-07-23 17:20:31 +05:30
Yunus M
6957bd71ca
chore: move from trackEvent to logEvent ( #5530 )
...
* chore: move from trackEvent to logEvent
* feat: update test cases
2024-07-23 16:32:45 +05:30
Vikrant Gupta
ef8b50c19e
chore: addition of jest test cases for dashboards panels ( #5506 )
...
* chore: added value panel wrapper jest tests
* chore: added column units and legends test for table panel wrapper
2024-07-22 21:10:48 +05:30
Nityananda Gohain
1585065fff
fix: use proper indexes for full text search ( #4787 )
...
* 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
v0.51.0-cloud.2
2024-07-22 17:46:35 +05:30
Yunus M
99c68ddbcd
feat: add learn more urls to ingestion settings page ( #5526 )
...
* feat: add learn more urls to ingestion settings page
* feat: enable multi ingestion settins for editors, add basic test cases
2024-07-22 16:29:00 +05:30
Vikrant Gupta
b08e859426
fix: do not add select columns when the datasource is logs ( #5515 )
...
* fix: do not add select columns when the datasource is logs
* chore: added data test id
2024-07-22 13:43:47 +05:30
SagarRajput-7
89fd3e4f55
chore: added trace filter test cases ( #5451 )
...
* 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
2024-07-22 11:05:20 +05:30
Vibhu Pandey
a2492b0135
ci(github): change to beta ( #5524 )
...
* ci(github): change to beta
* Update testing-deployment.yaml
* ci(staging): bump to beta
2024-07-19 11:59:40 +05:30
Nityananda Gohain
eb8ca5a7ca
fix: ignore offset if timestamp is selected in order by ( #5520 )
...
* fix: ignore offset if timestamp is selected in order by
* fix: tests updated
v0.51.0-cloud.1
2024-07-18 18:03:39 +05:30
Pranay Prateek
80133240ca
fix: update community link ( #5516 )
...
* update community link
* Update copyright year
2024-07-18 17:25:32 +05:30
Vikrant Gupta
7d7d112f40
fix: the dashboard locked bar should be sticky at the bottom ( #5512 )
2024-07-18 13:56:18 +05:30
SagarRajput-7
add2d19614
fix: fixed logEvent breaking page due to lack of null checks ( #5511 )
...
* fix: fixed logEvent breaking page due to lack of null checks
* fix: fixed logEvent breaking page due to lack of null checks
2024-07-18 13:54:05 +05:30
Vikrant Gupta
adfe20e88a
fix: url params should not propagate across pages ( #5417 )
...
* 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
2024-07-18 12:25:31 +05:30
Prashant Shahi
8d84ce8f06
Merge pull request #5509 from SigNoz/release/v0.50.x
...
Release/v0.50.x
2024-07-17 20:16:19 +05:30
Prashant Shahi
09ea7b9eb5
chore(signoz): 📌 pin versions: SigNoz 0.50.0
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
v0.50.0
2024-07-17 19:01:03 +05:30
Vishal Sharma
d3b83f5a41
chore: update heartbeat interval logic ( #5507 )
...
* chore: update heartbeat interval logic
* chore: address review comment
2024-07-17 17:05:15 +05:30
B Kevin Anderson
77eba9a558
fix: list panel not querying selected columns ( #5452 )
...
Added log and traces columns to query for list panels
Closes #5064
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com>
2024-07-17 12:19:00 +05:30
Vikrant Gupta
43e73e06fe
chore: helpers required for dashboards e2e test cases ( #5496 )
...
* chore: helpers required for dashboards e2e test cases
* chore: helpers required for dashboards e2e test cases
* chore: helpers required for dashboards e2e test cases
2024-07-16 18:35:59 +05:30
Vikrant Gupta
840d8b2e49
fix: 404 not found when intercepting the ingestion key calls ( #5490 )
v0.50.0-cloud.2
2024-07-16 14:30:03 +05:30
Vishal Sharma
df751c7f38
chore: add activation events ( #5474 )
2024-07-16 14:18:59 +05:30
Shaheer Kochai
cd07c743b6
Implement OverlayScrollbars throughout the app for MacOS-like scrolling experience ( #5423 )
...
* feat: build overlay scrollbar component for Virtuoso elements
* feat: apply overlay scroll to Virtuoso components
* feat: build overlay scrollbar component for normal scrollable sections
* feat: apply overlay scrollbar to normal scrollable sections
* feat: add dark mode UI support to overlay scrollbars
* chore: rename OverlayScrollbar to OverlayScrollbarForTypicalChildren
* chore: move inline style to scss file
* chore: rename VirtuosoOverlayScrollbar to OverlayScrollbarForVirtuosoChildren
* chore: move OverlayScrollbarForTypicalChildren to components folder
* chore: create a common component for handling Virtuoso and Typical scroll sections
* chore: rename Virtuoso and Typical Overlay Scrollbar components
* fix: fix the overlay scrollbar initialization flickering
* fix: remove calculated height from typical overlay scrollbar + remove the explicit height: 100%
2024-07-16 14:16:13 +05:30
Shaheer Kochai
46e6c34e51
fix: block alert creation if query_range API fails ( #5441 )
2024-07-16 14:13:25 +05:30
Yunus M
42f7905b3b
feat: show status message, status code string, span kind in trace det… ( #5428 )
...
* feat: show status message, status code string, span kind in trace details
* chore: update tests
* chore: update snapshots
2024-07-16 11:00:29 +05:30
Vikrant Gupta
a6e68c6519
fix: issue with table sorting when column contains both string and numbers ( #5458 )
2024-07-15 21:15:37 +05:30
Vikrant Gupta
c7e3e6dc4e
fix: retain legends while changing panel types ( #5447 )
2024-07-15 21:04:49 +05:30
Srikanth Chekuri
9194ab08b6
fix: incorrect response for promql value type panels ( #5497 )
2024-07-15 18:06:39 +05:30
Srikanth Chekuri
3ecb2e35ef
chore: use version v4 for export panel from explorer pages ( #5438 )
2024-07-12 18:49:24 +05:30
SagarRajput-7
9844dcdfb7
fix: added logic to keep sections uncollapsed for all filtered items ( #5371 )
2024-07-10 12:43:39 +05:30
SagarRajput-7
ddf5569ce9
fix: added null check on filters obj ( #5419 )
...
* fix: added null check on filters obj
* feat: added test cases of undefined filters and items
* feat: added comments
2024-07-10 11:56:11 +05:30
Nityananda Gohain
83455e614e
fix: disable removing a selected field ( #5457 )
...
* fix: disable removing a selected field
* fix: comment updated with issue link
* fix: remove local db
2024-07-10 11:23:29 +05:30
Srikanth Chekuri
831de18464
fix: concurrent map writes to temporalityMap ( #5432 )
2024-07-10 11:00:28 +05:30