Ishan Uniyal
b0e7037dd0
feat: avoid persist for non preset
2026-03-09 08:57:42 +05:30
Ishan Uniyal
467936b1fb
feat: rename and testcase
2026-03-09 08:57:42 +05:30
Ishan Uniyal
e3f7de0412
feat: common util for local storage
2026-03-09 08:57:42 +05:30
Ishan Uniyal
704a4bb8ce
fix: cursor bot callback and localstorage
2026-03-09 08:57:42 +05:30
Ishan Uniyal
e2147604e9
feat: historical enddate preset as null to preserve custom
2026-03-09 08:57:42 +05:30
Ishan Uniyal
45ee9a8cce
feat: updated btn compoent to use prefix icon
2026-03-09 08:57:42 +05:30
Ishan Uniyal
4fe07c8b77
fix: comments resolved moved to signoz btn added testcase for querydelete
2026-03-09 08:57:42 +05:30
Ishan Uniyal
1c12491d5d
feat: zoom out feature with testcases
2026-03-09 08:57:42 +05:30
Ishan Uniyal
1e98a19a6b
feat: zoom out func ladder added
2026-03-09 08:57:42 +05:30
Amaresh S M
7213754e71
fix: change clearInterval to clearTimeout ( #10507 )
...
Release Drafter / update_release_draft (push) Has been cancelled
build-staging / prepare (push) Has been cancelled
build-staging / staging (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
Co-authored-by: Vinicius Lourenço <12551007+H4ad@users.noreply.github.com >
2026-03-07 13:05:41 +05:30
Ashwin Bhatkal
235dacf4a3
chore(frontend): separate out columnWidths from ResizeTable ( #10510 )
...
build-staging / staging (push) Has been cancelled
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* chore(frontend): separate out columnWidths from ResizeTable
* chore: fix tests
2026-03-06 19:20:17 +05:30
SagarRajput-7
7691f3451a
feat: revamped the settings nav and setting dropdown ( #10494 )
...
* feat: revamped the settings nav and setting dropdown
* feat: settings nav categorisation
* feat: added test cases
* feat: refactored code
* feat: updated test case
* feat: added keyboard shortcuts back into the settings nav at the bottom section
2026-03-06 10:32:25 +00:00
Yunus M
ef8790b708
chore: remove search nav item from sidenav ( #10512 )
2026-03-06 06:13:30 +00:00
Yunus M
57fe84046d
Revert "Sig 8931 : Migrate quick filters to use /fields/keys and /fields/valu…" ( #10508 )
...
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
This reverts commit 9a046ab89d .
2026-03-06 09:53:29 +05:30
Abhi kumar
129d18a1b7
fix: added fix for tooltip not rendering in fullscreen mode ( #10504 )
...
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* fix: added fix for tooltip not rendering in fullscreen mode
* chore: added test for tooltip parent behaviour
2026-03-05 20:30:05 +05:30
Abhi kumar
48ccdfcf64
enh: updated tooltip pinning structure to be used across different charts ( #10459 )
...
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* chore: made baseconfigbuilder generic to be used across different charts
* chore: updated baseconfigbuilder test
* chore: updated timezone types
* chore: fixed tsc + test
* chore: fixed tsc + test
* chore: fixed tsc + test
* feat: added the base changes for pinnedtooltip element
* chore: fix tsc + test
* chore: fixed tooltipplugin test
* chore: restructured the code
* chore: restrucuted tooltip schema and resolved pr comments
* chore: fixed cursor comments
* chore: fixed cursor comments
* chore: fixed cursor comments
2026-03-05 16:12:34 +05:30
Yunus M
8c7dc942d0
fix: handling of input changes in CustomTimePicker to ensure value is applied on popover close ( #10484 )
...
* fix: enhance input handling to prevent popover closure on input click
* fix: handling of input changes in CustomTimePicker to ensure value is applied on popover close
* chore: add test cases
2026-03-05 14:19:14 +05:30
Vinicius Lourenço
850dc10983
fix(antd): wrong usage of imports ( #10491 )
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2026-03-05 00:49:26 +05:30
SagarRajput-7
e8e85a3790
feat: added roles crud and details page ( #10384 )
...
* feat: added roles crud and details page
* feat: added details page content
* feat: added empty state in members tab
* feat: added permission detail side panel
* feat: made managed roles read only
* feat: added authzresources call in the app context
* feat: refactored files, made constants and utils
* feat: updated test mocks and util
* feat: added redirect to details page upon creation and other refactoring
* feat: used enum and refactoring
* feat: removed sidepanel toggle and changed the buildpayload logic
* feat: moved authz resource to roles page from app context
* feat: semantic token usage
* feat: cleanup, comment address and refactor
* feat: cleanup, comment address and refactor
* feat: temporarily hide the crud and role details page
* feat: added test cases for the role details flow and utilities
* feat: added test config in jest and refactored code
* feat: changed the page availability condition based on the tenant license type
* feat: resolved merge conflict changes in settings util
2026-03-04 19:03:40 +05:30
SagarRajput-7
20d9d5ae38
feat: redesign the custom domain and moved it to general settings ( #10432 )
...
* feat: redesign the custom domain and moved it to general settings
* feat: cleanup and refactor
* feat: updated and added test cases
* feat: updated home page data source info section
* feat: cleanup and refactor
* feat: comment addressed
* feat: comment addressed
* feat: scss refactoring with semantic tokens
* feat: update icons to use from signozhq
* feat: added test config in jest and refactored code
---------
Co-authored-by: Vikrant Gupta <vikrant@signoz.io >
2026-03-04 18:41:24 +05:30
Ishan
9a046ab89d
Sig 8931 : Migrate quick filters to use /fields/keys and /fields/values ( #10110 )
...
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* feat: merge conflicts
* feat: testcases updated
* feat: checkbox jitter updated
* feat: css updated
* feat: pr comments signal source
* feat: relatedValues and all values together with unchecked filter handling
* feat: unchecked show more and tooltip for adaptive
* feat: test case
* feat: testcase
* fix: testcase
2026-03-04 10:09:47 +05:30
Vinicius Lourenço
ccb88ab03f
feat(vite): migrate from webpack ( #10392 )
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2026-03-03 19:50:13 +05:30
Ashwin Bhatkal
4f0e245e3d
chore(frontend): dynamic vars load with empty textbox variables ( #10480 )
...
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* fix(frontend): dynamic vars load with empty textbox variables
2026-03-03 16:11:57 +05:30
Nikhil Mantri
a5549f6d5b
chore: add status info icon and include additional metrics for status ( #10231 )
2026-03-03 10:13:52 +00:00
Srikanth Chekuri
1d967fadac
chore(metrics-explorer): handle errors properly ( #10474 )
2026-03-03 09:27:09 +00:00
Abhi kumar
5af6ed6148
chore: updated config builder types ( #10477 )
...
* chore: made baseconfigbuilder generic to be used across different charts
* chore: updated baseconfigbuilder test
* chore: updated timezone types
* chore: fixed tsc + test
* chore: fixed tsc + test
* chore: fixed tsc + test
* chore: updated config builder types
* chore: updated comment
2026-03-03 14:17:57 +05:30
Abhi kumar
d094e9cb45
chore: made baseconfigbuilder generic to be used across different charts ( #10451 )
...
* chore: made baseconfigbuilder generic to be used across different charts
* chore: updated baseconfigbuilder test
* chore: updated timezone types
* chore: fixed tsc + test
* chore: fixed tsc + test
* chore: fixed tsc + test
2026-03-03 14:05:54 +05:30
Srikanth Chekuri
00ce5a91ea
fix(metrics-explorer): address several bugs in explorer tab ( #10458 )
2026-03-02 22:11:20 +05:30
SagarRajput-7
4b84b715b4
feat: removed the sso auth announcement banner ( #10471 )
...
* feat: removed the sso auth announcement banner
* feat: updated icon to use signozhq icons
2026-03-02 19:00:03 +05:30
Srikanth Chekuri
b3c08ec417
chore: address gaps in summary tab ( #10462 )
build-staging / staging (push) Has been cancelled
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2026-03-02 11:52:50 +00:00
Vikrant Gupta
37cd1ab84b
feat(service-account): introduce service account ( #10436 )
...
* feat(service-account): initial domain changes for service account
* feat(service-account): add module logic and complete handler
* feat(service-account): finish module and add store barebones
* feat(service-account): add http handlers, openapi spec and store implementation
* feat(service-account): add status update and emailing base setup
* feat(service-account): update emailing templates
* feat(service-account): update openapi spec
* feat(service-account): testing changes
* feat(service-account): update openapi spec
* feat(service-account): remove templating for email subject
* feat(service-account): remove sqlmigrations
* feat(service-account): add key to the create response
2026-03-02 15:51:59 +05:30
Vikrant Gupta
11c793deb0
fix(authz): remove usage for guarded routes ( #10468 )
2026-03-02 08:56:05 +00:00
Vinicius Lourenço
9557d20a48
chore: authz helpers ( #10367 )
...
Co-authored-by: Vikrant Gupta <vikrant@signoz.io >
2026-03-02 07:48:00 +00:00
Abhi kumar
ad22137aa3
fix: fixed memory leak because of canvas persistance over mount ( #10455 )
...
* fix: fixed memory leak because of canvas persistance over mount
* chore: removed weakref
2026-03-02 12:14:07 +05:30
Vinicius Lourenço
9f5afaf36f
perf(bundle-size): be explicit when including new languages for react-syntax-highlighter ( #10228 )
build-staging / staging (push) Has been cancelled
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2026-02-28 14:48:50 +05:30
Vinicius Lourenço
df30852296
perf(bundle-size): move antd-table-saveas-excel out of main bundle ( #10229 )
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2026-02-27 17:27:30 +00:00
Ashwin Bhatkal
ed812b7c16
chore(frontend): add state governance lint rules ( #10441 )
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2026-02-27 14:29:02 +05:30
Ashwin Bhatkal
14cfc31c88
chore(frontend): remove stale eslint-disable comments ( #10440 )
...
* chore(frontend): remove stale eslint-disable comments
* chore(frontend): remove stale eslint-disable comments
2026-02-27 12:50:49 +05:30
Ashwin Bhatkal
376d650a8c
refactor: dashboard list to not use dashboard provider ( #10410 )
...
* refactor: dashboard list to not use dashboard provider
* chore: fix tests
2026-02-27 11:38:11 +05:30
Ishan
0ab179b5df
feat: css hover updates in log explorer ( #10401 )
...
* feat: css hover updates in log explorer
* feat: test css commit
* Revert "feat: test css commit"
This reverts commit f0a34dd460 .
2026-02-27 11:20:30 +05:30
Amlan Kumar Nandy
a9b1dd8510
chore: replace search bar in inspect page ( #10342 )
2026-02-27 05:23:51 +00:00
Amlan Kumar Nandy
6e28f4dd84
chore: metrics explorer v2 api migration in summary page ( #10337 )
...
* chore: metrics explorer summary page api migration
* chore: search bar replacement
* chore: additional fixes
* chore: fix CI
* chore: additional performance fix
* chore: address comments
* chore: additional fixes
* chore: address comments
* chore: corresponding fix for generated api changes
* chore: additional changes
* chore: additional fixes
* chore: address comments
* chore: address comments
2026-02-27 09:27:56 +05:30
Nikhil Mantri
887b3c7b3a
chore: improve error messaging and UI edge cases in infra hosts monitoring ( #10304 )
2026-02-26 13:38:57 +00:00
Vinicius Lourenço
476fe7a29a
perf(service-map): use react-force-graph-2d dep to reduce bundle size ( #10191 )
...
Co-authored-by: Yunus M <myounis.ar@live.com >
2026-02-26 10:10:19 -03:00
Ashwin Bhatkal
c1d38d86f1
chore: add nuqs and zustand to the repo ( #10434 )
2026-02-26 12:21:53 +00:00
Vinicius Lourenço
4f2594c31d
perf(tooltip-value): cache intl number object ( #9965 )
2026-02-26 11:45:19 +00:00
Abhi kumar
f9868e2221
fix: thresholds working correctly with number panel ( #10394 )
...
* fix: fixed unit converstion support across thresholds and yaxisunit
* fix: thresholds working correctly with number panel
* fix: fixed tsc
* chore: fixed unit tests
* chore: reverted the extractnumberfromstring change
* chore: replaced select component with yaxisunitselector in threshold
* fix: fixed test
* chore: pr review fix
* chore: added test for yaxisunitselector
2026-02-26 07:42:29 +00:00
Amlan Kumar Nandy
72b0398eaf
chore: metrics explorer v2 api migration in explorer section ( #10111 )
2026-02-26 06:57:41 +00:00
Abhi kumar
5b75a39777
chore: removed sentry instrumentation for querysearch ( #10426 )
2026-02-26 12:04:58 +05:30
Abhi kumar
6948b69012
fix: throttled legend color picker in dashboard + memory leak fix due to tooltip persistance ( #10421 )
...
* fix: creating tooltip plugin container only once
* chore: throttled legendcolor change
* fix: fixed tooltip plugin test
2026-02-26 11:28:20 +05:30