Vikrant Gupta
c547ba28e5
chore(preference): add integration tests for org preferences ( #9913 )
...
* chore(preference): add integration tests for org preferences
* chore(preference): add integration tests for org preferences
2026-01-02 17:12:47 +05:30
Vikrant Gupta
10f8616d47
fix(preference): rename columns for preference tables ( #9912 )
...
* fix(preference): rename columns for preference tables
* fix(preference): use go based migration instead of sql based
2026-01-02 16:44:20 +05:30
Piyush Singariya
3718f6da59
tests: fix logspipelines integration test suite ( #9905 )
2025-12-31 17:20:21 +05:30
Ashwin Bhatkal
4882d7d524
fix: alerts creation from dashboard and panel to happen in new tab ( #9902 )
...
* fix: alerts creation from dashboard and panel to happen in new tab
* fix: add tests
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2025-12-31 15:28:44 +05:30
Vinicius Lourenço
a0b722887d
perf(logs): reduce amount of re-renders ( #9839 )
2025-12-31 08:57:36 +00:00
Vikrant Gupta
0b890154b4
feat(dashboard): add public dashboard APIs to open-api spec ( #9899 )
...
* feat(dashboard): add public dashboard APIs to open-api spec
* feat(dashboard): split the ee and pkg modules
* feat(dashboard): commit open api spec
* feat(dashboard): fix signoz module test
* feat(dashboard): add license checks
* feat(dashboard): merge main
* feat(dashboard): add anonymous scheme
2025-12-30 20:58:12 +05:30
Pandey
d0ef7b181e
chore: add integration tests owner ( #9907 )
2025-12-30 12:23:03 +00:00
Aditya Singh
19c6aead54
Fix Metrics to Logs/Traces correlation | Limit text box disappears on non numeric input ( #9893 )
...
* fix: update limit input to be number type
* fix: add metrics to logs/traces exp transformation
* fix: minor comments
* fix: update span.king mapping for metrics correlation
* fix: remove console
* fix: minor change
2025-12-30 11:52:30 +00:00
Piyush Singariya
032ac75932
fix: pipelines saving failure on first try ( #9898 )
...
* fix: pipelines saving failure on first try
* feat: add integration tests
* test: making change in integration tests
---------
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com >
2025-12-30 17:11:05 +05:30
Ishan
c6f5a19256
feat: handled case for checkbox query reload ( #9871 )
2025-12-30 16:21:19 +05:30
Karan Balani
a4ce770941
feat: introduce flagger package for feature flags ( #9827 )
2025-12-30 15:59:54 +05:30
Srikanth Chekuri
201d5c24a5
test(integration): add dtype=object to preserve types and insert resource keys ( #9897 )
2025-12-30 00:28:34 +05:30
Aditya Singh
ab8b42fbbe
fix: update query suggestion hook to accept options ( #9894 )
2025-12-29 11:23:34 +00:00
Abhi kumar
f99821bc40
perf: optimize uplot chart data processing ( #9881 )
2025-12-29 14:40:51 +05:30
Niladri Adhikary
7c051601f2
fix: normalize context-prefixed field keys ( #9089 )
...
* feat: normalize context-prefixed field keys
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* test: added tests validation for context-prefixed field
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* refactor: moved logic to parse.go
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* fix: attribute key edge case
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* fix: corrupt field context
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* fix: corrupt field context
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* refactor: parse and signal
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* refactor: mismatch for unknown signal
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
---------
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2025-12-28 23:17:44 +05:30
Niladri Adhikary
b9f9c00da5
feat: implement case-insensitive query name handling in formula evaluation ( #9302 )
...
* feat: implement case-insensitive query name handling in formula evaluation
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* feat: optimized lookups
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* feat: updated naming
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* fix: normalize keys in canDefaultZero for case insensitivity
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* fix: lookup
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* fix: canDefaultZero lookup
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
---------
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2025-12-28 22:29:37 +05:30
Asp-irin
49ff86e65a
fix: correctly display OS type value for host detail
...
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2025-12-28 16:47:45 +05:30
Amlan Kumar Nandy
2dc6febb38
chore: warn users about incorrect usage with y axis unit ( #9588 )
2025-12-28 10:33:43 +05:30
lif
4ae268d867
fix: improve light mode text color for selected values in query builder ( #9876 )
...
In light mode, selected values in query builder Select components appeared
disabled due to inheriting light-colored text from dark mode styles.
This fix adds explicit text color (--text-ink-400) for .ant-select-selection-item
elements in light mode across QueryBuilder, QueryBuilderV2, and
MetricsAggregateSection styles.
Fixes #9801
Signed-off-by: majiayu000 <1835304752@qq.com >
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2025-12-26 17:38:25 +00:00
Amlan Kumar Nandy
9d78d67461
chore: y axis management in metrics explorer ( #9587 )
2025-12-26 17:14:15 +00:00
Abhi kumar
055d0ba90d
fix: added fix for limit still getting sent in payload even after removing ( #9877 )
...
* fix: added fix for limit still getting sent in payload even after removing
* chore: removed console log
2025-12-26 17:35:08 +05:30
Abhi kumar
09dc95cfe9
fix: added fix for metric selection tooltip scroll issue ( #9869 )
2025-12-26 13:40:19 +05:30
Abhi kumar
d218cd5733
fix: added fix for reduceTo selection based on metric type + code cleanup ( #9732 )
...
* fix: added fixes for reduce-to, auto open + metric based default value
* fix: fixed raise condition
* chore: removed unnessasary useeffect from spaceaggregation
* test: added fix for failing test in usequerybuilderoperations
* fix: pr review comments
* fix: pr review changes
2025-12-25 22:54:25 +05:30
Piyush Singariya
f6da9adb86
chore(JSON): JSON Plan Util ( #9596 )
2025-12-24 13:08:55 +05:30
Aditya Singh
c82f54b548
fix: update spelling ( #9864 )
2025-12-24 05:28:32 +00:00
Vinicius Lourenço
dba038c6e0
perf: remove typography.text that was causing style recalculation during scroll ( #9785 )
2025-12-23 09:01:55 +00:00
Piyush Singariya
bca761498a
chore(JSON): Promote Body Paths API ( #9592 )
2025-12-23 14:11:52 +05:30
Abhi kumar
0e6bd90fdf
fix: added fix for panel rerenders on interaction ( #9855 )
...
* fix: added fix for panel rerenders on interaction
* fix: fixed tsc issue
2025-12-23 13:59:23 +05:30
Shaheer Kochai
f3256aeac4
fix: restore click-to-copy for non-JSON body fields after #9657 ( #9769 )
...
* fix: restore click-to-copy for non-JSON body fields
* chore: add test for 'copy non-json log body' flow
* fix: remove JSON parse error state in order to fallback to non-json body rendering
* chore: restore the body field json parsing error condition
---------
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com >
2025-12-23 07:22:59 +00:00
Shaheer Kochai
c9f1526e33
fix: fix the issue of hidden related logs in span logs drawer ( #9844 )
...
* fix: fix the issue of hidden related logs in span logs drawer
* chore: minor refactor
2025-12-23 06:51:22 +00:00
Shaheer Kochai
dba536578b
fix: remove key prefix when copying log body fields ( #9774 )
...
* fix: copy values without keys in log body JSON view
* chore: update the comments
---------
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com >
2025-12-23 06:30:36 +00:00
Ishan
15ceb228fa
feat: updated cmdk and added shift overlay ( #9814 )
...
* feat: updated cmdk and added shift overlay
* feat: updated cmdk palette and shortcut options
* feat: updated viewer role
* feat: added respective test cases
* feat: updated respective test cases and PR fail case
* feat: removed sidebar from cmdK testcase
* feat: added try-catch block to avoid edgecase fails
* feat: removed console and added checks for keyboard keys
* feat: updated for PR fixes
* feat: updated for PR and testcase fix
* feat: updated logs icons
* feat: added AUTHOR back - consistent as code
* feat: fixed dashboard bug
* feat: updated shift overlay delay time
2025-12-23 11:44:41 +05:30
Vikrant Gupta
6b3c6fc722
fix(dashboard): index out of bounds for widget query range ( #9851 )
2025-12-22 15:21:06 +00:00
Abhi kumar
edcae53b64
fix: added fix for quick filter reset not working ( #9824 )
...
* fix: added fix for quick filter reset not working
* chore: added fix for quick filter reset issue
* chore: removed non-required code
* test: added tests for checkbox component
* test: added updated test for querysearch
* chore: updated querysearch test
2025-12-19 18:34:51 +05:30
Vikrant Gupta
72fda90ec2
fix(apikey): batch last seen sql update for api-key middleware ( #9833 )
...
* fix(apikey): batch last seen sql update for api-key middleware
* fix(apikey): remove debug statement
* fix(apikey): remove debug statement
2025-12-19 14:56:33 +05:30
Yunus M
8acfc3c9f7
Update CODEOWNERS ( #9828 )
...
Update codeowners for frontend repo from individuals to frontend-maintainers team
2025-12-18 23:51:36 +05:30
Shaheer Kochai
463ae443f9
feat: add support for truncating long status_message in trace details and showing expandable popover on hover ( #9630 )
...
* feat: add support for showing truncated status_message and showing expandable popover on hover
* test: add tests for status message truncation and expandable popover functionality
* test: update expand button interaction to use fireEvent for status message modal
2025-12-18 15:18:40 +00:00
Abhi kumar
f72535a15f
fix: added fix for prefix units not rendering in value panel ( #9750 )
...
* fix: added fix for prefix units not rendering in value panel
* chore: updated snapshot for valuepanelwrapper
* chore: added changes to stop unit from recomputation
* chore: added support for scientific notation as well
* chore: pr comments fixes
2025-12-18 12:32:23 +00:00
Abhi kumar
e21e99ce64
fix: clear search term when closing widget header search ( #9663 )
...
* fix: clear search term when closing widget header search
* test: added test for widgetheader component
* fix: added fixes for pr comments
* chore: updated test to use mock antd
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2025-12-18 12:22:12 +00:00
Abhi kumar
d1559a3262
test: added test for testing codemirror state when switching tabs ( #9766 )
...
* test: added test for testing codemirror state when switching tabs
* chore: added test for verify query-add-on and query-aggregation being rendered
2025-12-18 12:11:57 +00:00
Abhi kumar
1ccb9bb4c2
fix: added fix for free text with quick filter issue ( #9768 )
...
* fix: added fix free text with quick filter issue
* chore: removed debug console log
* chore: pr review changes
2025-12-18 12:00:08 +00:00
Vikrant Gupta
0c059df327
feat(global): add global config support ( #9826 )
...
* feat(global): add global config support
* feat(global): revert factory name changes
* feat(global): add global config support
2025-12-18 11:40:37 +00:00
Nikhil Mantri
8a5539679c
chore(metrics-explorer): API for the alerts with metric_name ( #9640 )
2025-12-18 10:10:51 +00:00
Ashwin Bhatkal
89b188f73d
fix: unable to edit panels when dashboard path has trailing slash ( #9816 )
...
* fix: unable to edit panels when dashboard path has trailing slash
* fix: name better
* fix: add tests
* fix: resolve comment
* fix: itch - variable rename
* fix: typo
2025-12-18 09:42:43 +05:30
Pandey
bb4d6117ac
test: add integration tests for preferences and add --with-web flag ( #9821 )
...
* test: add integration test for preferences
* test: add flag --with-web
2025-12-18 00:05:27 +05:30
primus-bot[bot]
1110864549
chore(release): bump to v0.105.1 ( #9819 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
v0.105.1
2025-12-17 14:17:54 +05:30
Vikrant Gupta
5cb515cade
fix(apiserver): preference routes registeration before user routes ( #9818 )
2025-12-17 14:01:28 +05:30
primus-bot[bot]
41d5f6a00c
chore(release): bump to v0.105.0 ( #9815 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
v0.105.0
2025-12-17 12:33:56 +05:30
shubham-signoz
61ec1ef28e
chore(onboardingv2/config): python traces changes ( #9808 )
...
Signed-off-by: Shubham Dubey <shubham@signoz.io >
Co-authored-by: Vishal Sharma <makeavish786@gmail.com >
2025-12-17 08:35:53 +05:30
Yunus M
529a9e7009
fix: handle default columns in logs and traces explorer ( #9722 )
...
* fix: handle default columns in logs and traces explorer
* fix: filter out selected columns based on signal in logs and traces explorer
2025-12-16 13:32:18 +05:30