SagarRajput-7
b9bcd2d4e1
feat: refactored the member status mapping
2026-03-18 23:42:53 +05:30
SagarRajput-7
34dcd79243
feat: updated the confirmation dialog description as now the we cant permanently delete the member
2026-03-18 21:06:43 +05:30
SagarRajput-7
145d6327a7
feat: feedback, refactor and test mock update
2026-03-18 20:29:11 +05:30
SagarRajput-7
61cfd33fc6
feat: test case and pagination fix
2026-03-18 20:29:11 +05:30
SagarRajput-7
b299d63263
feat: changed text for copy, cancel and ingeneral messaging for invited users
2026-03-18 20:29:11 +05:30
SagarRajput-7
94f3e6d6d7
feat: delete orphaned type files
2026-03-18 20:29:11 +05:30
SagarRajput-7
7ae0a23103
feat: removed deprecated invite endpoint apis
2026-03-18 20:29:11 +05:30
SagarRajput-7
2d91b5fd0b
feat: updated members page with new status response and remove invite endpoint api
2026-03-18 20:29:11 +05:30
Karan Balani
ab1428d413
fix: allow pending user to be updated
2026-03-18 20:28:02 +05:30
Karan Balani
9c859e4d07
chore: add back validation for pending user in list user apis for integration tests
2026-03-18 20:25:39 +05:30
Karan Balani
d6de4d58f7
chore: deprecate old user invite apis
2026-03-18 20:25:39 +05:30
Vinicius Lourenço
e52c5683dd
feat(signozhq-ui): add @signozhq/ui lib ( #10616 )
2026-03-18 13:44:25 +00:00
Abhi kumar
90e3cb6775
feat: replaced external apis barchart with the new bar chart ( #10460 )
...
* feat: replaced external apis barchart with the new bar chart
* fix: tests
* chore: fixed tsc
2026-03-18 13:36:23 +00:00
primus-bot[bot]
155f287462
chore(release): bump to v0.116.1 ( #10635 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-03-18 12:28:33 +00:00
Piyush Singariya
c8fcc48022
Revert "fix: "In Progress" stuck agent config ( #10476 )" ( #10633 )
...
This reverts commit fd19ff8e5e .
2026-03-18 11:30:39 +00:00
Vikrant Gupta
44b6885639
fix(identn): identn provider claims ( #10631 )
...
* fix(identn): identn provider claims
* fix(identn): add integration tests
* fix(identn): use identn provider from claims
2026-03-18 11:23:50 +00:00
Piyush Singariya
0e5a128325
refactor: consolidate body column for JSON logs ( #10325 )
...
* feat: has JSON QB
* fix: tests expected queries and values
* fix: ignored .vscode in gitignore
* fix: tests GroupBy
* revert: gitignore change
* fix: build json plans in metadata
* fix: empty filteredArrays condition
* fix: tests
* fix: tests
* fix: json qb test fix
* fix: review based on tushar
* fix: changes based on review from Srikanth
* fix: remove unnecessary bool checking
* fix: removed comment
* fix: merge json body columns together
* chore: var renamed
* fix: merge conflict
* test: fix
* fix: tests
* fix: go test flakiness
* chore: merge json fields
* fix: handle datatype collision
* revert: few unrelated changes
* revert: more unrelated change
* test: blocked on pr #10153
* feat: mapping body_v2.message:string map to body
* fix: go.mod required changes
* fix: remove unused function
* fix: test fixed
* fix: go mod changes
* fix: tests
* fix: go lint
* revert: remvoing unused function
* revert: change ReadMultiple is needed
* fix: body.message not being mapped correctly
* fix: append warnings from fieldkeys
* fix: change warning to a const to fix tests
* chore: addressing comments from Nitya
* chore: remove unnecessary change
* fix: shift warning attachment to getKeySelectors
* fix: lint error
* feat: update message as typehint in JSON Column (#10545 )
* fix: cursor comments
* chore: minor changes based on review
* fix: message field key search in JSON Logs (#10577 )
* feat: work in progress
* fix: test run success
* fix: in progress
* fix: excluding message from metadata fetch
* test: cleared
* fix: key name in metadata
* fix: uncomment tests
* chore: change to method for staticfields
* fix: remove confusing comments; remove usage of logical keyword
* chore: shift method above business logic
* chore: changes based on review
* fix: comments in metadata_store.go
* fix: fallback expr switch case
* revert: remove unused JSON Field datatype
* fix: remove the exception checking
* chore: keep message contained to field mapper
* chore: text search tests
* fix: package test fixed
* fix: redundant code block removal
* fix: retain staticfield implementation and spell fix
* fix: nil param lint
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com >
2026-03-18 10:48:17 +00:00
Piyush Singariya
fd19ff8e5e
fix: "In Progress" stuck agent config ( #10476 )
...
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: in progress status stuck in logs pipelines
* fix: stuck in progress logs pipeline status
* fix: changes based on review
* revert: comment change
* fix: change order of handling updation
* fix: check newstatus deploy status
2026-03-18 08:31:26 +00:00
swapnil-signoz
7b9e93162f
feat: adding cloud integration type for refactor ( #10453 )
...
* feat: adding cloud integration type for refactor
* refactor: store interfaces to use local types and error
* feat: adding updated types for cloud integration
* refactor: using struct for map
* refactor: update cloud integration types and module interface
* fix: correct GetService signature and remove shadowed Data field
* refactor: adding comments and removed wrong code
* refactor: streamlining types
* refactor: add comments for backward compatibility in PostableAgentCheckInRequest
* refactor: update Dashboard struct comments and remove unused fields
* refactor: clean up types
* refactor: renaming service type to service id
* refactor: using serviceID type
* feat: adding method for service id creation
* refactor: updating store methods
* refactor: clean up
* refactor: review comments
2026-03-18 08:20:18 +00:00
primus-bot[bot]
f106f57097
chore(release): bump to v0.116.0 ( #10626 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-03-18 06:47:16 +00:00
Vikrant Gupta
5bafdeb373
fix(user): add config for user invite token expiry ( #10618 )
...
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(user): increase expiry for reset password token for invites
* fix(user): increase expiry for reset password token for invites
* fix(user): increase expiry for reset password token for invites
* fix(user): increase expiry for reset password token for invites
2026-03-17 16:57:29 +00:00
Naman Verma
24b72084ac
fix: return not-found error with diagnostic info for absent metrics ( #10560 )
...
* fix: check for metric type without query range constraint
* revert: revert check for metric type without query range constraint
* chore: move temporality+type fetcher to the case where it is actually used
* fix: don't send absent metrics to query builder
* chore: better package import name
* test: unit test add mock for metadata call (which is expected in the test's scenario)
* revert: revert seeding of absent metrics
* fix: throw a not found err if metric data is missing
* test: unit test add mock for metadata call (which is expected in the test's scenario)
* revert: no need for special err handling in threshold rule
* chore: add last seen info in err message
* test: fix broken dashboard test
* test: integration test for short time range query
* chore: python lint issue
2026-03-17 16:15:32 +00:00
Pandey
2db83b453d
refactor: merge roletypes into authtypes ( #10614 )
...
* refactor: merge roletypes into authtypes
* refactor: merge roletypes into authtypes
* refactor: update openapi spec
* feat: split CI
* fix: fix tsc of frontend
2026-03-17 15:43:58 +00:00
Amaresh S M
2f012715b4
fix(frontend/vite): avoid inlining whole process.env into bundle ( #10605 )
2026-03-17 11:51:30 +00:00
Vikrant Gupta
aa05a7bf14
chore(identn): add me as codeowner for identn ( #10612 )
2026-03-17 11:29:34 +00:00
Vikrant Gupta
99327960b0
feat(authn): move identn to factory and config ( #10608 )
...
* feat(authn): move identn to factory and config
* feat(authn): add support for enabling identNs
* feat(authn): add support for enabling identNs
2026-03-17 11:22:26 +00:00
Pandey
12b02a1002
feat(sqlschema): add support for partial unique indexes ( #10604 )
...
* feat(sqlschema): add support for partial unique indexes
* feat(sqlschema): add support for multiple indexes
* feat(sqlschema): add support for multiple indexes
* feat(sqlschema): move normalizer to its own struct
* feat(sqlschema): move normalizer tests to normalizer
* feat(sqlschema): move normalizer tests to normalizer
* feat(sqlschema): add more index tests from docs
2026-03-17 11:22:11 +00:00
Vikrant Gupta
4ce220ba92
feat(authn): introduce identN ( #10601 )
...
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(authn): introduce identity resolvers
* feat(authn): clean the interface DI
* feat(authn): renmae the interface to identN
* feat(authn): pending identN rename
* feat(authn): still handling renames
* feat(authn): deprecate authtype
* feat(authn): clean the rotate handling
* feat(authn): still handling renames
2026-03-17 07:27:36 +00:00
Abhi kumar
0211ddf0cb
chore: broke down rightcontainer component into sub-components ( #10575 )
...
* feat: added section in panel settings
* chore: minor changes
* fix: fixed failing tests
* fix: minor style fixes
* chore: updated the categorisation
* feat: added chart appearance settings in panel
* feat: added fill mode in timeseries
* chore: broke down rightcontainer component into sub-components
* chore: updated styles + made panel config resizable
* chore: updated styles
* chore: minor styles improvements
* chore: formatting unit section fix
* chore: disabled chart apperance section
* chore: prettier fmt fix
* fix: transform react-resizable-panels in jest config
* fix: failing test
* chore: updated transition timing
* chore: fixed resizable handle styling
* chore: pr review changes
* chore: pr review changes
* chore: pr review changes
* chore: pr review changes
* chore: pr review changes
2026-03-17 06:44:34 +00:00
Pandey
e5eb62e45b
feat: add more support to sqlschema ( #10602 )
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-16 17:24:13 +00:00
Nageshbansal
7371dcacf0
chore: deprecates generator from deploy ( #10447 )
2026-03-16 14:55:33 +00:00
Abhi kumar
3cdf3e06f3
feat: added chart appearance settings in panel ( #10573 )
...
* feat: added section in panel settings
* chore: minor changes
* fix: fixed failing tests
* fix: minor style fixes
* chore: updated the categorisation
* feat: added chart appearance settings in panel
* feat: added fill mode in timeseries
* chore: updated styles + made panel config resizable
* chore: updated styles
* chore: minor styles improvements
* chore: formatting unit section fix
* chore: disabled chart apperance section
* chore: prettier fmt fix
* fix: transform react-resizable-panels in jest config
* fix: failing test
* chore: updated transition timing
* chore: fixed resizable handle styling
* chore: pr review changes
* chore: pr review changes
2026-03-16 14:08:15 +00:00
Pandey
f8c38df2bf
refactor: replace zap logger with slog across codebase ( #10599 )
...
* refactor: replace zap logger with slog across codebase
* refactor: fix lint
* refactor: fix lint
2026-03-16 12:09:39 +00:00
Pandey
cab4a56694
chore: add myself as codeowner for CI and go.mod ( #10597 )
...
Clarified CODEOWNERS comments and updated owner assignments.
2026-03-16 10:01:36 +00:00
Ashwin Bhatkal
78041fe457
chore: send slack notification on dequeue only and not merge ( #10596 )
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-16 09:38:04 +00:00
Ashwin Bhatkal
09b6382820
chore: separate dashboard slider from dashboard provider + refactor ( #10572 )
...
* chore: separate dashboard slider from dashboard provider + refactor
* chore: resolve self comments
2026-03-16 08:12:09 +00:00
Ashwin Bhatkal
9689b847f0
chore: add slack notification on dequeue from merge queue ( #10580 )
...
* chore: add slack notification on merge queue failure
* chore: break type
* chore: update yaml
* chore: update yaml
* chore: update yaml
* chore: update yaml
* chore: update yaml
* chore: update yaml
* chore: update yaml
* chore: resolve comments
2026-03-16 07:12:19 +00:00
Vishal Sharma
15e5938e95
fix: add allInOneLightMode SVG for light mode ( #10589 )
2026-03-16 06:59:28 +00:00
Abhi kumar
c5ef455283
fix: added fix for panel setting scrollbar issue ( #10587 )
...
build-staging / prepare (push) Has been cancelled
Release Drafter / update_release_draft (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
* fix: added fix for panel setting scrollbar issue
* fix: added changes for panel switch
2026-03-13 19:30:49 +00:00
Ishan
2316b5be83
Sig 3634 revert ( #10578 )
...
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
* Revert "Revert "feat: Option to zoom out OR reset zoom in the explorer pages (#10464 )" (#10574 )"
This reverts commit 5b8d5fbfd3 .
* fix: stop bubble
2026-03-13 15:29:28 +00:00
Abhi kumar
937ebc1582
feat: added section in panel settings ( #10569 )
...
* feat: added section in panel settings
* chore: minor changes
* fix: fixed failing tests
* fix: minor style fixes
* chore: updated the categorisation
* chore: updated styles
* chore: minor styles improvements
* chore: formatting unit section fix
2026-03-13 13:22:10 +00:00
Ashwin Bhatkal
dcc8173c79
fix: variables initial url state ( #10579 )
...
* fix: variables-initial-url-state
* chore: add tests
2026-03-13 11:16:47 +00:00
Ashwin Bhatkal
4b4ef5ce58
fix: edit mode variables not persisting value ( #10576 )
...
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: edit mode variables not persisting value
* chore: move into hook
* chore: add tests
* chore: fix tests
* chore: move functions
2026-03-13 07:49:40 +00:00
Yunus M
5b8d5fbfd3
Revert "feat: Option to zoom out OR reset zoom in the explorer pages ( #10464 )" ( #10574 )
...
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 557451ed81 .
2026-03-12 19:24:49 +00:00
Ashwin Bhatkal
0271be11e6
chore: remove dashboard provider from the root ( #10526 )
...
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: remove dashboard provider from the root
* chore: fix tests
* chore: fix tests
* chore: remove dashboardId from provider
* chore: remove old instances of dashboard provider
* chore: separate dashboard widget fully
* chore: fix tests
* chore: resolve self comments
2026-03-12 14:51:49 +00:00
Vikrant Gupta
92d220c4d9
feat(serviceaccount): domain changes for service account ( #10568 )
...
* feat(serviceaccount): domain type changes
* feat(serviceaccount): domain type changes
* feat(serviceaccount): domain type changes
2026-03-12 11:06:04 +00:00
Vikrant Gupta
0ed8169bad
feat(authz): add service account authz changes ( #10567 )
2026-03-12 09:42:50 +00:00
SagarRajput-7
ed553fb02e
feat: removed plan name and added copiable license info in custom domain card ( #10558 )
...
* feat: removed plan name and added copiable license info in custom domain card
* feat: added condition on the license row in custom domain card
* feat: code refactor and making license row a common component
* feat: added test case and addressed feedback
* feat: style improvement
* feat: added maskedkey util and refactored code
* feat: updated test case
2026-03-12 09:24:41 +00:00
Ashwin Bhatkal
47daba3c17
chore: link session url with sentry alert ( #10566 )
2026-03-12 09:19:31 +00:00
Srikanth Chekuri
2b3310809a
fix: newServer uses the stored config hash for mismatch ( #10563 )
2026-03-12 08:26:22 +00:00
Ashwin Bhatkal
542a648cc3
chore: remove toScrollWidgetId from dashboard provider ( #10562 )
...
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: remove toScrollWidgetId from dashboard provider
* chore: remove dead files
* chore: fix tests
2026-03-12 06:03:02 +00:00
Naman Verma
61df12d126
test: integration tests for percentile aggregation ( #10555 )
...
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: make histogramQuantile function work for devenv setup
* fix: make histogramQuantile function work for integration tests
* test: histogram percentile integration tests
* chore: explicitly mention user_scripts_path
* chore: fail tests if download of UDF fails
2026-03-11 14:27:01 +00:00
Vinicius Lourenço
b846faa1fa
fix(app-routes): do not render old route, redirect instead ( #10553 )
2026-03-11 12:53:32 +00:00
Ishan
557451ed81
feat: Option to zoom out OR reset zoom in the explorer pages ( #10464 )
...
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: zoom out func ladder added
* feat: zoom out feature with testcases
* fix: comments resolved moved to signoz btn added testcase for querydelete
* feat: updated btn compoent to use prefix icon
* feat: historical enddate preset as null to preserve custom
* fix: cursor bot callback and localstorage
* feat: common util for local storage
* feat: rename and testcase
* feat: avoid persist for non preset
2026-03-11 07:23:30 +00:00
Ishan
25c513ec2f
fix: updated fallback color ( #10525 )
...
* fix: updated fallback color
* fix: updated testcase
2026-03-11 07:23:21 +00:00
primus-bot[bot]
ae71f2608a
chore(release): bump to v0.115.0 ( #10556 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-03-11 07:11:28 +00:00
Ishan
f7140832d0
Fix - Handling for resource. prefix in quick filters ( #10497 )
...
* fix: resource added in checkbox
* fix: resource name handling
* fix: added testcases
* fix: updated for other types as well
* fix: updated testcases
* fix: pr comments
2026-03-11 06:31:53 +00:00
Yunus M
8c5ff10b42
feat: update url with y-axis unit ( #10530 )
...
* feat: update url with y-axis unit
* feat: implement useUrlYAxisUnit hook for y-axis unit management
* feat: use nuqs for handling query param updates
* chore: whitelist nuqs in jest
* chore: add nuqs to test utils
2026-03-11 05:10:47 +00:00
Vishal Sharma
12c0df8410
feat(onboarding): add configs and SVGs for 9 new datasources ( #10552 )
...
* chore: add new integration logos and update onboarding configurations and related files
* fix(logos): add viewBox attribute to huggingface svg for proper scaling
2026-03-11 04:58:18 +00:00
Ashwin Bhatkal
a139915f4e
fix: guard against undefined spread in useGetQueryLabels ( #10550 )
...
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: guard against undefined spread in useGetQueryLabels
* chore: add tests
2026-03-10 18:30:31 +00:00
Abhi kumar
b69bcd63ba
fix: added fix for apiresponse being undefined in panel config creation ( #10549 )
...
* fix: added fix for apiresponse being undefined in panel config creation
* chore: pr review changes
2026-03-10 17:35:34 +00:00
Ashwin Bhatkal
f576a86dd1
fix: avoid read-only variables mutation ( #10548 )
2026-03-10 17:22:47 +00:00
Ashwin Bhatkal
996c9a891f
chore: remove selectedRowWidgetId from provider ( #10547 )
...
* chore: remove selectedRowWidgetId from provider
* chore: rename helper
* chore: add comment
2026-03-10 16:57:38 +00:00
Ashwin Bhatkal
d1a872dadc
chore: remove dashboardId from provider ( #10546 )
2026-03-10 16:42:25 +00:00
Naman Verma
51967c527f
Upgrade prometheus/common and prometheus/prometheus to latest available version ( #10467 )
...
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: upgrade prometheus/common to latest available version
* chore: upgrade prometheus/prometheus to latest available version
* chore: easy changes first
* chore: slightly unsure changes
* fix: correct imported version of semconv in sdk.go
* test: ut fix, just matched expected and actual nothing else
* test: ut fix, just matched expected and actual nothing else
* test: ut fix, just matched expected and actual nothing else
* test: ut fix, just matched expected and actual nothing else
* test: ut fix, pass no nil prometheus registry
* chore: upgrade go version in dockerfile to 1.25
* chore: no need for our own alert store callback
* chore: 1.25 bullseye is still an rc so shifting to bookworm
* fix: parallel calls for each query in readmultiple method
* chore: remove unused var
* Sync PagerDuty frontend defaults with Alertmanager v0.31
Applied via @cursor push command
* chore: make ctx the first param
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
2026-03-10 05:09:05 +00:00
Karan Balani
6f8da2edeb
feat: deprecate user invite table and add user status lifecycle ( #10445 )
...
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: deprecate user invite table
* fix: handle soft deleted users flow
* fix: handle edge cases for authentication and reset password flow
* feat: integration tests with fixes for new flow
* fix: array for grants
* fix: edge cases for reset token and context api
* chore: remove all code related to old invite flow
* fix: openapi specs
* fix: integration tests and minor naming change
* fix: integration tests fmtlint
* feat: improve invitation email template
* fix: role tests
* fix: context api
* fix: openapi frontend
* chore: rename countbyorgid to activecountbyorgid
* fix: a deleted user cannot recycled, creating a new one
* feat: migrate existing invites to user as pending invite status
* fix: error from GetUsersByEmailAndOrgID
* feat: add backward compatibility to existing apis using new invite flow
* chore: change ordering of apis in server
* chore: change ordering of apis in server
* fix: filter active users in role and org id check
* fix: check deleted user in reset password flow
* chore: address some review comments, add back countbyorgid method
* chore: move to bulk inserts for migrating existing invites
* fix: wrap funcs to transactions, and fix openapi specs
* fix: move reset link method to types, also move authz grants outside transation
* fix: transaction issues
* feat: helper method ErrIfDeleted for user
* fix: error code for errifdeleted in user
* fix: soft delete store method
* fix: password authn tests also add old invite flow test
* fix: callbackauthn tests
* fix: remove extra oidc tests
* fix: callback authn tests oidc
* chore: address review comments and optimise bulk invite api
* fix: use db ctx in various places
* fix: fix duplicate email invite issue and add partial invite
* fix: openapi specs
* fix: errifpending
* fix: user status persistence
* fix: edge cases
* chore: add tests for partial index too
* feat: use composite unique index on users table instead of partial one
* chore: move duplicate email check to unmarshaljson and query user again in accept invite
* fix: make 068 migratin idempotent
* chore: remove unused emails var
* chore: add a temp filter to show only active users in frontend until next frontend fix
* chore: remove one check from register flow testing until temp code is removed
* chore: remove commented code from tests
* chore: address frontend review comments
* chore: address frontend review comments
2026-03-09 18:16:04 +00:00
Vikrant Gupta
ec543eb89c
feat(authz): register role and assignee relationships ( #10538 )
2026-03-09 17:03:27 +00:00
Srikanth Chekuri
48acc297a8
chore: add initial version of query range design principles doc ( #10415 )
...
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com >
2026-03-09 17:01:13 +00:00
Vinicius Lourenço
1430e5fa99
perf(grid-card): set cache time zero when auto-refresh is enabled ( #10225 )
2026-03-09 14:54:14 +00:00
Ashwin Bhatkal
1f3f611e9a
chore: remove tsc2 check from jsci ( #10527 )
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-09 19:26:36 +05:30
Aditya Singh
3c59f45a2f
feat: set list height in trace details page for filters ( #10534 )
2026-03-09 11:23:46 +00:00
Abhi kumar
6fb92880cc
feat: legend auto generation based on group by ( #10529 )
...
* feat: legend auto generation based on group by
* chore: removed redundent check from util
2026-03-09 11:22:28 +00:00
SagarRajput-7
089a8ee323
feat: removed members and invited user tables from sso page ( #10517 )
...
* feat: added components and styles
* feat: added password modal and other functionality
* feat: removed members and invited user tables from sso page
* feat: refactored and addressed the comments
* feat: rebase with main fix
2026-03-09 11:16:23 +00:00
Ashwin Bhatkal
dab7f506f7
fix(frontend): refresh generated api on 401 errors ( #10532 )
2026-03-09 11:16:13 +00:00
SagarRajput-7
9587c0c1d5
feat: added members page, listing and edit view ( #10470 )
...
* feat: added members page and listing and edit view
* feat: added components and styles
* feat: added password modal and other functionality
* feat: rebased with settings nav changes
* feat: code refactoring and use of semantic tokens
* feat: edit member drawer refactor
* feat: refactored and used semantic token for edit member drawer
* feat: added test cases for the members feature
* feat: code refactor
* feat: added updatedAt as the current give that in the response
* feat: refactored and addressed the comments
* feat: updated test case
* feat: code refactor and added todos
2026-03-09 10:10:49 +00:00
Vinicius Lourenço
f44a6aab9a
fix(planned-downtime): notification breaking the page due to invalid description ( #10492 )
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-09 05:52:44 +00:00
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
08713cbf7d
chore: support for merge queues ( #10513 )
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-06 14:22:17 +00:00
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
Nityananda Gohain
3a82085eb4
chore: enrich clickhouse log_comment ( #10446 )
...
* chore: enchance clickhouse log_comment
* chore: enrich all clickhouse queries
* fix: remove is_meatadata
* fix: use the new func
* fix: use semconv keys
* fix: add more details
* fix: minor changes
* fix: address comments
* fix: address cursor comments
* fix: minor changes
* fix: addressed comments
* fix: address comments and move to module functions where possible
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2026-03-06 12:57:15 +00:00
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
primus-bot[bot]
ded51c4379
chore(release): bump to v0.114.1 ( #10515 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-03-06 12:23:42 +05:30
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
Naman Verma
0e1bb5fd91
fix: exclude internal attributes from promQL results ( #10465 )
...
* fix: exclude internal attributes from promQL results
* fix: __name__ can stay
2026-03-05 13:07:06 +05:30
primus-bot[bot]
d7a743cea9
chore(release): bump to v0.114.0 ( #10496 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-03-05 12:43:16 +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
dbcd1a598e
chore: add basic integration tests for meter ( #10463 )
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-02 23:47: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
Naman Verma
8184e60c03
fix: add validity check for spatial aggregation ( #10429 )
2026-03-02 09:13:16 +00:00
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
Srikanth Chekuri
95fc905448
chore: move savedview and integration types into their own types package ( #10454 )
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
2026-02-28 12:55:26 +00:00
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
Srikanth Chekuri
3f69d5cdc2
chore: add docs for service ( #10450 )
2026-02-28 13:59:42 +05:30
Srikanth Chekuri
98617b5120
chore: add doc for adding new abstractions to codebase ( #10444 )
...
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: add doc for adding new abstractions to codebase
* chore: reorder
---------
Co-authored-by: Pandey <vibhupandey28@gmail.com >
2026-02-27 20:55:15 +00:00
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
Srikanth Chekuri
b9beabb425
chore: add guide for packages ( #10443 )
2026-02-27 13:50:44 +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 f0a34dd460c407f639b2ab6b5099857af0b5bef3.
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
Srikanth Chekuri
43933f3a33
chore: move converter/formatter to pkg/units/... ( #10408 )
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-26 23:52:58 +05:30
Naman Verma
d2e1a24b20
chore: choose latest seen unit for metrics instead of any unit ( #10431 )
2026-02-26 16:48:22 +00:00
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
Karan Balani
c9985b56bc
feat: add org id support in root user config ( #10418 )
...
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: add org id support in root user config
* chore: address review comments
* fix: use zero value uuid for org id in example.conf
2026-02-26 13:44:14 +05:30
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
Amlan Kumar Nandy
bc9701397e
chore: migrate metric details side drawer in metrics explorer to v2 APIs ( #9995 )
2026-02-26 04:18:33 +00:00
Naman Verma
396cf3194e
feat: add support for count based aggregation in histogram metrics ( #10355 )
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-25 17:03:06 +00:00
Abhi kumar
8be96a0ded
fix: fetch the current version changelog instead of latest version ( #10422 )
2026-02-25 21:03:25 +05:30
primus-bot[bot]
82c54b1d36
chore(release): bump to v0.113.0 ( #10420 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-02-25 18:37:05 +05:30
Ishan
39f5fb7290
feat: outside click bug fix ( #10412 )
...
* feat: outside click bug fix
* feat: added popover so removed data attr
* feat: close drawer on filter apply
* feat: old bug stop propogating to parent on settings click
* feat: removed extra logic for autofocus
2026-02-25 16:30:06 +05:30
Piyush Singariya
6ec2989e5c
fix: replace promoted paths table ( #10153 )
...
* fix: replace promoted paths table
* fix: query args fix
2026-02-25 09:48:12 +00:00
Aditya Singh
016da679b9
Migrate QueryBuilderSearch in Logs Pipelines to v2 ( #10387 )
...
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: function idon func added
* feat: test update
* fix: minor refactor
* feat: migrate to querybuilder search v2
* feat: fix failing test
* feat: minor change
2026-02-25 09:31:56 +00:00
Ashwin Bhatkal
ff028e366b
fix: first query variable without 'ALL' selection ( #10417 )
...
* fix: first query variable without all
* chore: resolve self comments
* chore: added tests for getOptions logic
2026-02-25 08:36:39 +00:00
Ishan
c579614d56
feat: color fallback and red checks ( #10389 )
...
* feat: color fallback and red checks
* feat: testcase added
2026-02-25 11:54:22 +05:30
Ishan
78ba2ba356
feat: text selection block ( #10373 )
...
* feat: text selection block
* chore: added test file
2026-02-25 11:38:15 +05:30
Ishan
7fd4762e2a
feat: ui bugs body width and table css ( #10377 )
...
* feat: ui bugs body width and table css
* feat: defualt open search overview
* feat: added timerRef to cleanup
2026-02-25 11:25:54 +05:30
Nageshbansal
4e4c9ce5af
chore: enable metadataexporter in docker ( #10409 )
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-25 03:13:27 +05:30
Srikanth Chekuri
7605775a38
chore: remove support for non v5 version in rules ( #10406 )
2026-02-24 23:16:21 +05:30
Vinicius Lourenço
cb1a2a8a13
perf(bundle-size): lazy load pages to reduce main bundle size ( #10230 )
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-24 10:41:40 +00:00
Nikhil Soni
1a5d37b25a
fix: add missing filtering for ip address for scalar data ( #10264 )
...
* fix: add missing filtering for ip address for scalar data
In domain listing api for external api monitoring,
we have option to filter out the IP address but
it only handles timeseries and raw type data while
domain list handler returns scalar data.
* fix: switch to new derived attributes for ip filtering
---------
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com >
2026-02-24 10:26:10 +00:00
Piyush Singariya
bc4273f2f8
chore: test clickhouse version 25.12.5 ( #10402 )
2026-02-24 14:55:51 +05:30
Abhi kumar
77fdd28e93
Chore/yaxis cleanup ( #10397 )
...
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
* fix: fixed unit converstion support across thresholds and yaxisunit
* fix: fixed tsc
* fix: fixed failing tests
* chore: cleaned up old yaxisselector
* chore: minor change
2026-02-24 08:57:14 +00:00
Karan Balani
8e08a42617
feat: control visibility of root user in list user api using flagger ( #10381 )
2026-02-24 08:29:36 +00:00
Abhi kumar
2c3042304a
fix: fixed unit converstion support across thresholds and yaxisunit ( #10393 )
...
* fix: fixed unit converstion support across thresholds and yaxisunit
* fix: fixed tsc
* fix: fixed failing tests
* chore: minor change
2026-02-24 13:47:28 +05:30
Ishan
c9da09256e
feat: 3729 Add to alert flow from Logs Explorer doesn't work ( #10241 )
...
* feat: add to alert bug
* feat: moved logic to util
* feat: updated null checks
* feat: reverting to first commit
* feat: list panel check
* feat: list panel try/catch
* feat: added testcases
2026-02-24 12:38:29 +05:30
primus-bot[bot]
e8ed22cafb
chore(release): bump to v0.112.1 ( #10400 )
...
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
#### Summary
- Release SigNoz v0.112.1
- Bump SigNoz OTel Collector to v0.142.1
2026-02-23 17:53:02 +00:00
Nageshbansal
4658232025
feat: address deprecation of signoz-schema-migrator ( #10334 )
2026-02-23 17:05:16 +00:00
Vikrant Gupta
e8add5942e
feat(authz): update authz response to prevent pre-compute ( #10385 )
...
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(authz): update get/patch objects request response
* feat(authz): improve handling for openapi spec
* fix(authz): js tests
* fix(authz): js tests
* feat(authz): fix name and selectors
2026-02-23 22:19:28 +05:30
Karan Balani
ddecf05d9f
fix: omit unset limit values in gateway update api payload ( #10388 )
...
* fix: limit value size and count to pointers with omitempty
* fix: openapi specs backend
* fix: openapi specs frontend
* chore: add go tests for limits validations
* fix: liniting issues
* test: remove go test and add gateway integration tests with mocked gateway for all gateway apis
* feat: add gateway in integration ci src matrix
* chore: divide tests into multiple files for keys and limits and utilities
* fix: creation ingestion key returns 201, check for actual values in tests
* fix: creation ingestion key returns 201, check for actual values in tests
* fix: create ingestion key gateway api mock status code as 201
2026-02-23 16:08:40 +00:00
Nikhil Mantri
bf13b26a37
chore(metrics-explorer): return 404 for non-existent metrics ( #10386 )
2026-02-23 15:26:48 +00:00
SagarRajput-7
0796e7b388
fix: fixed the invite member validation error with empty detail rows ( #10375 )
...
* fix: fixed the invite member validation error with empty detail rows
* fix: updated test cases
* fix: updated test cases
* fix: removed comments
* fix: changed complete button text to Send Invites
* fix: added disabled for sent invites button
2026-02-23 13:33:23 +00:00
Ashwin Bhatkal
25ff140324
fix: response types ( #10396 )
2026-02-23 18:37:02 +05:30
Vikrant Gupta
465e07de83
fix(openapi): make the error and status as mandatory ( #10391 )
...
* fix(openapi): make the error and status as mandatory
* fix(openapi): fix the frontend types
2026-02-23 16:47:24 +05:30
Vikrant Gupta
c04f664e2f
fix(openapi): make the data and status required in success responses ( #10390 )
2026-02-23 16:15:36 +05:30
Abhi kumar
e406b0bb61
fix: formatting chart manager aggregation values with the yaxis unit ( #10379 )
...
build-staging / js-build (push) Has been cancelled
build-staging / prepare (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: formatting chart manager aggergation values with the yaxis unit
* chore: pr review changes
* chore: pr review changes
2026-02-23 06:23:26 +00:00
Nikhil Mantri
c143e0b130
chore: show warning and link to doc on missing hostname in infra tab ( #10279 )
2026-02-23 11:34:29 +05:30
Vikrant Gupta
0dd42ec076
feat(authz): update openapi spec ( #10382 )
Release Drafter / update_release_draft (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
build-staging / staging (push) Has been cancelled
2026-02-20 17:06:33 +00:00
Vikrant Gupta
34ba5bab28
feat(authz): add http routes for authz ( #10376 )
...
* feat(authz): add http routes for authz
* feat(authz): update openapi spec
* feat(authz): update openapi spec
2026-02-20 22:12:24 +05:30
Nityananda Gohain
678f015e0b
fix: don't send failed if empty rows ( #10378 )
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-20 19:30:09 +05:30
Pandey
5a69f16410
refactor: remove legacy /api/gateway reverse proxy ( #10374 )
...
## Summary
- Remove the legacy `/api/gateway` reverse proxy from `ee/query-service/integrations/gateway/` — it has been superseded by the new provider-pattern-based `pkg/gateway/` package (serving
`/api/v2/gateway/ingestion_keys`)
- Delete dead frontend code: manual IngestionKeys API clients and hooks that targeted the old gateway routes
- Clean up `GatewayApiV1`/`GatewayApiV2` axios instances and route constants from the frontend API layer
## What's retained
- `--gateway-url` flag and `GatewayUrl` field in `APIHandlerOptions` (still used by `cloudIntegrations.go`)
- `pkg/gateway/` package (the new gateway provider)
- `frontend/src/api/generated/services/gateway/` (generated client for the new endpoints)
2026-02-20 16:12:44 +05:30
Yunus M
07afef5c5e
fix: use derived values for url and host attributes ( #10218 )
...
* fix: use derived values for url and host attributes
* fix: update test cases to use derived attributes
* fix: remove unnecessary handling of http.url and update the test cases
* fix: update SpanDetailsDrawer.test.tsx to use http_url
* fix: repace http_url with constant
* fix: remove redudant url handling in column
* fix: remove endpoint in StatusCodeBarCharts as its fetched from filters
* fix: test title to use correct attribute
2026-02-20 14:20:34 +05:30
SagarRajput-7
dcae722b53
feat: upgraded custom domain and profiles apis and used new open api spec ( #10366 )
...
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: upgraded custom domain apis and used new open api spec
* feat: upgraded api in DataSourceInfo
* feat: upgraded the update profile api
* feat: added test cases all the upgraded apis
* feat: updated test cases
2026-02-20 13:02:49 +05:30
Pandey
92b07d15ea
chore: register querier routes in apiserver ( #10370 )
2026-02-20 07:08:48 +00:00
Karan Balani
a0dad1602e
fix: add required tags where needed ( #10368 )
2026-02-20 06:32:05 +00:00
Abhi kumar
5cf5b70aca
fix: added a fix for tooltip height when legend is too big ( #10353 )
...
* fix: added a fix for tooltip height when legend is too big
* fix: minor changes
* chore: refactored tooltip compute code + added test for tooltip
* chore: added test for tooltip util
* chore: pr review changes
2026-02-20 05:47:16 +00:00
Ishan
db51b23e3d
chore: ui bug fix ( #10364 )
2026-02-20 07:09:41 +05:30
Pandey
80c46b3414
chore: bump clickhouse to 25.10.5 ( #10369 )
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-20 02:08:27 +05:30
Srikanth Chekuri
2b929421a1
chore: add notes about struct tags for better openapi integration ( #10365 )
2026-02-19 22:32:44 +05:30
Nityananda Gohain
2792e20aa2
fix: instrumentation changes to capture query duration properly ( #10362 )
...
* fix: instrumentation changes to capture query duration properly
* chore: move changes to rows.go
2026-02-19 16:02:16 +00:00
Karan Balani
473be1b174
feat: add zeus handler with profile and host apis ( #10336 )
...
### 📄 Summary
- Expose Zeus PutProfile, PutHost and GetHost APIs as first-class OpenAPI-spec endpoints, replacing the previous proxy-based approach
- Introduce typed request structs (PostableProfile, PostableHost) instead of raw []byte for type safety and OpenAPI documentation
- Wire Zeus handler through the standard dependency chain: handler interface, handler implementation, Handlers struct, signozapiserver provider
#### Changes
- PUT /api/v2/zeus/profiles - saves deployment profile to Zeus
- PUT /api/v2/zeus/hosts - saves deployment host to Zeus
- GET /api/v2/zeus/hosts - gets the deployment host from Zeus
- All the above new APIs need Admin access
Also:
- httpzeus provider — marshaling now happens in the provider; upstream error messages are passed through instead of being swallowed; fixes wrong upstream path (/hosts → /host); adds 409 Conflict mapping; replaces errors.Newf with errors.New
#### Issues closed by this PR
Closes https://github.com/SigNoz/platform-pod/issues/1722
2026-02-19 15:40:37 +00:00
Ashwin Bhatkal
6d0c13f9a7
fix: dynamic variables options load first time ( #10361 )
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-19 20:25:19 +05:30
SagarRajput-7
5cc562ba35
feat: added roles page and listing view ( #10329 )
...
* feat: added roles page and listing view
* feat: refactored to use usetimezone hook and scss refactor
* feat: added page in url params and refactors
* feat: used semantic tokens for scss change
2026-02-19 13:45:42 +00:00
Abhi kumar
22099962be
fix: added fix for jerky chart change on panel switch ( #10360 )
2026-02-19 13:31:21 +00:00
SagarRajput-7
2559b52bb1
feat: enhancement in the authn providers with new fields and new ui ( #10276 )
...
* feat: enhancement in the authn providers with new fields and new ui
* feat: added error handling, integrated generate apis and form validation
* feat: error handling and code refactor
* feat: cleanup and refactor
* feat: cleanup and refactor
* feat: added test cases for the auth domain flow
* feat: used signozhq instead of antd and lucide icons
* feat: toggle consistency fix
* feat: added redirect uri field in google auth
* feat: addressed comments and feedback
* feat: addressed comments and feedback
* feat: removed redirecturi and added error helper for collapsed sections
* feat: refactored code and added email field
* feat: addressed comments and feedback
* feat: added delete confirmation modal for domain list
* feat: addressed comments and feedback
2026-02-19 13:12:11 +00:00
Abhi kumar
7523596043
fix: added fix for rendering single point ( #10344 )
...
* fix: added fix for rendering single point
* fix: minor changes
* chore: addded tests for timeseries util
* chore: pr review changes
* fix: fixed tests
2026-02-19 18:16:47 +05:30
Abhi kumar
9f4d9eef46
fix: added fix for tooltip prox on hover in uplot ( #10345 )
...
* fix: added fix for tooltip prox on hover in uplot
* fix: added fix for series highlighting on focus
* fix: added support for stepinterval
* chore: added tests
* chore: pr review comments
2026-02-19 15:47:42 +05:30
Yunus M
d9cddbfb42
fix: hide scrollbar in variable selector as we expand the container horizontally ( #10357 )
2026-02-19 08:20:41 +00:00
Srikanth Chekuri
0828c13f7c
chore: add list metrics ( #10352 )
2026-02-19 07:45:14 +00:00
Nikhil Soni
2c558b9bf7
fix: fix incosistent use of http attribute in ext. api ( #10169 )
...
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: fix incosistent use of http attribute in ext. api
HTTP attributes like http.url, url.full along with server.name and net.peer.name
were used inconsitantly leading to bugs in aggregation query and they were
expensive to query as well since these attr are stored as json instead of
direct columns. Using columns like http_url optimises these queries since
it gets populated using all relevant attributes during ingestion itself.
* fix: switch to using http_host instead of external_http_url
external_http_url stores the hostname but the name
is confusing, so switching to http_host
* fix: use constants defined where possible
* fix: fix old attribute usage in tests
2026-02-19 06:21:32 +00:00
Yunus M
48b588fe48
chore: migrate .cursorrules to .cursor/rules/ format ( #10351 )
2026-02-19 11:28:02 +05:30
Srikanth Chekuri
5c86b80682
chore: add OpenAPI spec for /v5/query_range ( #10239 )
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-18 20:21:37 +00:00
Piyush Singariya
75512a81c6
fix: json qb array expression ( #10162 )
...
* fix: json qb array expression
* fix: comment
* fix: unnecessary casting of float64
* revert: changes
---------
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com >
2026-02-18 23:31:23 +05:30
Karan Balani
6aaea79b73
chore: add tests for unique index on email and org_id in users table ( #10331 )
...
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: add tests for unique index on email and org_id in users table
* chore: choose one status code
* chore: choose one status code
* chore: move unique index test into passwordauthn folder
* chore: moved to existing suite, remove register
* chore: better name for file and vars
* chore: fix var name
* chore: fix var name
* chore: fix var name
2026-02-18 19:05:50 +05:30
primus-bot[bot]
04643264ff
chore(release): bump to v0.112.0 ( #10340 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-02-18 15:50:23 +05:30
Ishan
3aa0d8a7fd
feat: Improve logs browsing when the side-drawer is open ( #10250 )
...
* feat: logs keyboard handle feature
* feat: raw logs code optimised
* feat: listlogs and table view optimised
* feat: added chevron arrows in log details
* feat: added bg table scrolling
* feat: entity logs bg click bug
* feat: pr comment fixes
* feat: pr optimised
* feat: removed unwanted code
* feat: removed unwanted code
2026-02-18 14:12:00 +05:30
Abhi kumar
7f1d350ffe
chore: hide chartmanager when queries are merged ( #10332 )
...
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: hide chartmanager when queries are merged
* chore: added histogram panel tests
2026-02-17 14:02:23 +00:00
Ashwin Bhatkal
1d3134959d
refactor: dashboard header components ( #10326 )
...
* chore: dashboard header components
* chore: small format
2026-02-17 13:41:03 +00:00
Abhi kumar
b86bd24dd9
feat: added new histogram panel ( #10328 )
...
* chore: refactored the config builder and added base config builder
* chore: added a common chart wrapper
* chore: tsc fix
* fix: pr review changes
* fix: pr review changes
* chore: added different tooltips
* chore: removed dayjs extention
* feat: added new barpanel component
* fix: added fix for pr review changes
* chore: added support for bar alignment configuration
* feat: added new histogram panel
* chore: updated structure for bar panel
* fix: fixed merge histogram breaking issue
* chore: pr review changes
* chore: added fill mode + bar color when merged
* chore: code cleanup
* chore: added fill mode + bar color when merged
* feat: added new histogram panel
2026-02-17 13:26:39 +00:00
Srikanth Chekuri
4c49d45cbf
fix: update rate/increase query and address several issues in builder… ( #10299 )
2026-02-17 13:09:58 +00:00
Abhi kumar
9b3d3453b1
feat: added new histogram panel component ( #10278 )
...
* chore: refactored the config builder and added base config builder
* chore: added a common chart wrapper
* chore: tsc fix
* fix: pr review changes
* fix: pr review changes
* chore: added different tooltips
* chore: removed dayjs extention
* feat: added new barpanel component
* fix: added fix for pr review changes
* chore: added support for bar alignment configuration
* feat: added new histogram panel
* chore: updated structure for bar panel
* fix: fixed merge histogram breaking issue
* chore: pr review changes
* chore: added fill mode + bar color when merged
* chore: code cleanup
* chore: added fill mode + bar color when merged
2026-02-17 12:38:54 +00:00
Karan Balani
9d981d8a13
feat: improve root user provisioning and restore users unique index ( #10327 )
...
* chore: pushing forward root user
* chore: fix message
* fix: config naming
2026-02-17 17:53:13 +05:30
Pandey
6de4520a95
feat: add root user support ( #10313 )
...
## Summary
- Adds root user support with environment-based provisioning, protection guards, and automatic reconciliation. A root user is a special admin user that is provisioned via configuration (environment variables) rather than the UI, designed for automated/headless deployments.
## Key Features
- Environment-based provisioning: Configure root user via user.root.enabled, user.root.email, user.root.password, and user.root.org_name settings
- Automatic reconciliation: A background service runs on startup that:
- Looks up the organization by configured org_name
- If no matching org exists, creates the organization and root user via CreateFirstUser
- If the org exists, reconciles the root user (creates, promotes existing user, or updates email/password to match config)
- Retries every 10 seconds until successful
- Protection guards: Root users cannot be:
- Updated or deleted through the API
- Invited or have their password changed through the UI
- Authenticated via SSO/SAML (password-only authentication enforced)
- Self-registration disabled: When root user provisioning is enabled, the self-registration endpoint (/register) is blocked to prevent creating duplicate organizations
- Idempotent password sync: On every reconciliation, the root user's password is synced with the configured value — if it differs, it's updated; if it matches, no-op
2026-02-17 15:26:56 +05:30
Abhishek Kumar Singh
f566909320
fix: added support for ucum based units in converter ( #10284 )
2026-02-17 14:09:43 +05:30
SagarRajput-7
aa39db8ac2
feat: updated onboarding question and used radio from signozhq ( #10317 )
...
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: updated onboarding question and used radio from signozhq
* feat: added and updated test cases
* feat: removed the editorg and updateorg from onboarding questionnaire
* feat: addressed comments and feedback
2026-02-16 20:55:18 +05:30
Abhi kumar
eb2c6b78c8
feat: added new barpanel ( #10319 )
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-16 12:52:06 +00:00
Abhi kumar
2d2d0c3d9f
fix: fixed series visiblity logic, not relying on index now ( #10318 )
2026-02-16 12:40:37 +00:00
Ashwin Bhatkal
8a4544cbac
chore: dynamic variables first load ( #10316 )
2026-02-16 17:13:32 +05:30
Ashwin Bhatkal
8898f02698
chore: variables based panel fetching ( #10292 )
...
* chore: replace prop drilling with fetch store
* chore: variables based panel fetching
* chore: add tests
* chore: move tests
* chore: add tests for new hook
* chore: resolve comments
2026-02-16 09:11:06 +00:00
Ashwin Bhatkal
f277009ff8
chore: replace prop drilling with fetch store ( #10291 )
...
* chore: shared utils update + API plumbing
* chore: variable fetch state machine
* chore: add tests
* chore: add tests
* chore: move tests
* chore: fix tests
* chore: replace prop drilling with fetch store
* chore: fix types
* chore: add tests for new utils
* chore: resolve comments
2026-02-16 08:50:08 +00:00
Abhi kumar
17c6b79d79
Revert "feat: enabled new bar panel ( #10312 )" ( #10314 )
...
This reverts commit 82dffdda56 .
2026-02-16 14:09:19 +05:30
Abhi kumar
76d6c23217
fix: added fix for bar chart width calculation based on stepinterval ( #10305 )
2026-02-16 13:00:20 +05:30
Abhi kumar
82dffdda56
feat: enabled new bar panel ( #10312 )
2026-02-16 12:43:45 +05:30
Abhi kumar
8f38398863
test: added tests for barpanel hooks + utils ( #10295 )
...
* chore: refactored the config builder and added base config builder
* chore: added a common chart wrapper
* chore: tsc fix
* fix: pr review changes
* fix: pr review changes
* chore: added different tooltips
* chore: removed dayjs extention
* feat: added new barpanel component
* fix: added fix for pr review changes
* chore: added support for bar alignment configuration
* chore: updated structure for bar panel
* test: added tests for barpanel hooks + utils
2026-02-16 06:18:14 +00:00
Ashwin Bhatkal
eb39772d3c
chore: variable fetch state machine ( #10290 )
...
* chore: shared utils update + API plumbing
* chore: variable fetch state machine
* chore: add tests
* chore: add tests
* chore: move tests
* chore: fix tests
2026-02-16 11:36:16 +05:30
Pandey
df72c897f9
feat: change invitation and password reset emails ( #10297 )
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-15 14:59:54 +00:00
Abhishek Kumar Singh
4bbe5ead07
test(integration): alerts e2e test cases with basic rule manager alerts ( #10163 )
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-14 22:32:50 +05:30
Yunus M
e36689ecba
fix: show ip addresses toggle and add regression test ( #10251 )
2026-02-14 19:47:16 +05:30
Abhi kumar
2c948ef9f6
feat: added new barpanel component ( #10266 )
...
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: refactored the config builder and added base config builder
* chore: added a common chart wrapper
* chore: tsc fix
* fix: pr review changes
* fix: pr review changes
* chore: added different tooltips
* chore: removed dayjs extention
* feat: added new barpanel component
* fix: added fix for pr review changes
* chore: added support for bar alignment configuration
* chore: updated structure for bar panel
* chore: pr review fix
2026-02-13 23:22:52 +05:30
Abhi kumar
3c30114642
feat: added option to copy legend text ( #10294 )
...
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: added option to copy legend text
* chore: added test for legend copy action
* chore: updated legend styles
* chore: added check icon when legend copied
* chore: added copytoclipboard hook
* chore: removed copytoclipboard options
2026-02-13 08:08:04 +00:00
Ashwin Bhatkal
d042fad1e3
chore: shared utils update + API plumbing ( #10257 )
...
* chore: shared utils update + API plumbing
* chore: add tests
2026-02-13 06:05:44 +00:00
Abhi kumar
235c606b44
test: added tests for utils + components ( #10281 )
...
* test: added tests for utils + components
* fix: added fix for legend test
* chore: pr review comments
* chore: fixed plotcontext test
* fix: added tests failure handing + moved from map based approach to array
* fix: updated the way we used to consume graph visibility state
* fix: fixed label spelling
2026-02-13 05:45:35 +00:00
Abhi kumar
a49d7e1662
chore: resetting spangaps to old default state in the new timeseries chart + added thresholds in scale computation ( #10287 )
...
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: moved spangaps to old default state in the new timeseries chart
* chore: added thresholds in scale builder
2026-02-12 22:22:41 +05:30
Abhi kumar
b3e41b5520
feat: enabled new time-series panel ( #10273 )
2026-02-12 21:20:22 +05:30
Abhi kumar
83bb97cc58
test: added unit tests for uplot config builders ( #10220 )
...
* test: added unit tests for uplot config builders
* test: added more tests
* test: updated tests
* fix: updated tests
* fix: fixed failing test
* fix: updated tests
* test: added test for axis
* chore: added test for thresholds with different scale key
* chore: pr review comments
* chore: pr review comments
* fix: fixed axis tests
---------
Co-authored-by: Ashwin Bhatkal <ashwin96@gmail.com >
2026-02-12 15:22:58 +00:00
swapnil-signoz
68ea28cf6b
test(cloudintegration): add tests for cloudintegrations ( #10237 )
...
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: adding tests for cloudintegration api
* refactor: updating method
* ci: updated logs
* ci: fmt fixes
* refactor: removing unused vars
* refactor: updating test assertion
* refactor: worked on review comments
* fix: fixing tests
* refactor: using yield
* refactor: fixing lint issues
* refactor: cleaning tests
* refactor: review comments
* refactor: removing unused imports
* refactor: updating fixture name
---------
Co-authored-by: Vikrant Gupta <vikrant@signoz.io >
2026-02-12 13:43:29 +05:30
Naman Verma
3726c0aac1
feat: add support for simultaneous delta and cumulative temporality ( #10202 )
2026-02-12 06:36:07 +00:00
Nikhil Soni
dae2d3239b
fix: guide user on empty external api monitoring page ( #10133 )
...
* fix: guide user on empty external api monitoring page
Fixes #3703
* fix: change language of msg to handle empty query result
* fix: hide table header for empty result
* fix: add styling for empty state message
2026-02-12 05:54:02 +00:00
Ishan
0c660f8618
feat: Faster way to view associated logs for a trace in logs explorer ( #10242 )
...
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
* feat: replace filter feature
* feat: updated parsing field value
* feat: pr comments fix
2026-02-12 08:40:29 +05:30
Nageshbansal
97cffbc20a
fix: remove unused flag for otel-col ( #10275 )
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-12 01:34:32 +05:30
SagarRajput-7
8317eb1735
feat: added forgot password feature ( #10172 )
...
* feat: updated the generated apis
* feat: added forgot password feature
* feat: handled single org id
* feat: correct the success message
* feat: removed comments
* feat: added test cases
* feat: added loading in submit enabled condition
* feat: updated styles
* feat: removed light mode overrides as used semantic tokens
* feat: addressed comments and feedback
* feat: changed logic according to new open api spec
* feat: addressed comments and used signozhq
* feat: added signozhq icon in modulenamemapper
* feat: used styles variables from design-token for typography
* feat: refactored code to resolve comments
2026-02-11 13:24:47 +00:00
SagarRajput-7
b1789ea3f7
feat: upgraded the ingestion gateway apis ( #10203 )
...
* feat: upgraded the ingestion gateway apis
* feat: updated test case and refactored code
* feat: refactored the api query hooks usage and other refactoring
* feat: refactored code to resolve comments
* feat: refactored code to resolve comments
2026-02-11 18:44:38 +05:30
Ishan
3b41d0a731
feat: Filtering UI starts glitching when text is truncated ( #10243 )
...
* feat: tooltip scroll bug
* feat: updated to have mouseEnterDelay with 200ms
* feat: typography tooltip
* feat: typography tooltip updated
2026-02-11 18:32:55 +05:30
Abhi kumar
a171f7122f
chore: refactored the config builder and added base config builder ( #10256 )
...
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: refactored the config builder and added base config builder
* chore: added a common chart wrapper
* chore: tsc fix
* fix: pr review changes
* fix: pr review changes
* chore: added different tooltips
* chore: removed dayjs extention
* fix: added fix for pr review changes
2026-02-11 09:14:36 +00:00
Abhi kumar
4a20e93b20
test: added tests for uplotv2 utils ( #10253 )
...
* test: added tests for uplotv2 utils
* fix: added fix for pr review changes
2026-02-11 08:59:14 +00:00
Abhi kumar
d4dc709aa5
test: added test for tooltip plugin ( #10248 )
...
* test: added test for tooltip plugin
* fix: added fix for pr review changes
2026-02-11 14:18:40 +05:30
Srikanth Chekuri
cd014652a1
chore: add openapi check for js and regenerate ( #10249 )
2026-02-11 07:26:23 +00:00
primus-bot[bot]
538351131f
chore(release): bump to v0.111.0 ( #10271 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-02-11 12:20:30 +05:30
Vishal Sharma
a3bd72ad86
feat(onboarding): add Docker support for apm data sources, Convex and simplify PHP flow ( #10261 )
...
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(onboarding): add Docker support for apm data sources, Convex and simplify PHP flow
- Add Convex logo asset for integration branding
- Add Docker deployment options for Java frameworks (Spring Boot, Tomcat, JBoss, Quarkus)
- Update JBoss configuration to include WildFly support and associated keywords
- Restructure PHP onboarding flow to prioritize environment selection over framework
- Update Java keywords to include JDBC and remove deprecated metrics tag
* chore: remove 'angular' from related keywords in the onboarding configuration
2026-02-10 18:23:24 +05:30
Nikhil Soni
786070d90b
refactor: switch group by instead of triggering aggregation ( #10263 )
...
Using FINAL in clickhouse query will trigger the aggregation
merge of data while using group by will be more efficient.
It's recommended id docs as well - https://clickhouse.com/
docs/engines/table-engines/mergetree-family/
aggregatingmergetree#select-and-insert
2026-02-10 12:35:31 +00:00
Vikrant Gupta
e699ad8122
fix(meter): custom step intervals for meter aggregations ( #10255 )
...
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(meter): custom step interval support
* fix(meter): custom step interval support
* fix(meter): custom step interval support
* fix(meter): custom step interval support
* fix(meter): remove frontend harcoding for step interval
* fix(meter): remove frontend harcoding for step interval
2026-02-10 16:54:14 +05:30
Ishan
a1cc05848c
feat: added open filter ( #10244 )
2026-02-10 11:33:17 +05:30
Ederson G. Elias
6d78df2275
fix: Service Map environment filter not working with DOT_METRICS_ENABLED ( #10227 )
...
* fix: Service Map environment filter not working with DOT_METRICS_ENABLED
When DOT_METRICS_ENABLED is active, resource attribute keys use dot notation
(e.g. resource_deployment.environment) instead of underscore notation
(e.g. resource_deployment_environment). The whilelistedKeys array only
contained underscore-notation keys, causing getVisibleQueries and
mappingWithRoutesAndKeys to filter out valid queries on the Service Map.
- Add dot-notation variants to whilelistedKeys for environment, k8s cluster
name, and k8s namespace
- Remove unnecessary onBlur handler from environment Select component
- Add unit tests for whilelistedKeys and mappingWithRoutesAndKeys
Closes #10226
* chore: run perttify
---------
Co-authored-by: srikanthccv <srikanth.chekuri92@gmail.com >
2026-02-10 04:48:31 +00:00
Ashwin Bhatkal
df49484bea
fix: fix flaky dashboard test ( #10254 )
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-09 14:43:48 +00:00
Ashwin Bhatkal
72b0f27494
chore: use variable select strategy + ( #10245 )
...
* chore: use variable select strategy
* chore: revert custom multi select
* chore: fix tests
* chore: fix tests
* chore: fix flaky test
2026-02-09 14:29:28 +00:00
Abhi kumar
e36b647bc7
test: added test suites for uplotchart component ( #10247 )
...
* test: added test suites for uplotchart component
* chore: resolved pr review comments
* chore: resolved pr review comments
2026-02-09 14:15:21 +00:00
Nikhil Soni
b491772eaa
fix: ensure trace time range is fetch correctly ( #10252 )
...
If multiple batches are inserted with same trace_id, then
trace_summary table can have multiple rows before they are
aggregated by clickhouse. Query to get the time range from
trace_summary was assuming a single which was create
unpredictable behaviour as any random row could be returned.
2026-02-09 19:31:08 +05:30
Ashwin Bhatkal
128497f27a
chore: folder name change + CODEOWNER update ( #10246 )
...
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: folder name change + CODEOWNER update
* chore: revert multi select file change
2026-02-09 09:40:26 +00:00
Jatinderjit Singh
9e466b56b2
chore: preserve the original duration format ( #10149 )
2026-02-09 09:24:58 +00:00
Vikrant Gupta
4ad0baa2a2
feat(authz): add support for wildcard selector ( #10208 )
...
* feat(authz): remove unnecessary dependency injection for role setter
* feat(authz): deprecate role module
* feat(authz): deprecate role module
* feat(authz): split between server and sql actions
* feat(authz): add bootstrap for managed role transactions
* feat(authz): update and add integration tests
* feat(authz): match names for factory and migration
* feat(authz): fix integration tests
* feat(authz): reduce calls on organisation creeation
2026-02-09 14:37:44 +05:30
Srikanth Chekuri
24b588bfba
chore: move fields api to openapi spec ( #10219 )
2026-02-09 13:43:36 +05:30
Abhi kumar
e5867cc2ad
chore: updated chart theme colors ( #10233 )
...
* chore: updated chart theme colors
* fix: fixed failing tests
2026-02-09 12:25:36 +05:30
Srikanth Chekuri
b420ca494e
chore: remove inline enum and implement jsonschema.Enum for metric types ( #10238 )
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-09 07:02:32 +05:30
Piyush Singariya
e4693ce64c
fix: improve qbtoexpr test suite ( #10217 )
...
build-staging / prepare (push) Has been cancelled
Release Drafter / update_release_draft (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
* fix: improve qbtoexpr test suite
* fix: assert eq order
---------
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com >
2026-02-06 15:15:56 +00:00
Ashwin Bhatkal
ca9b3a910a
chore: separate out query and custom variable ( #10221 )
...
* chore: separate out query and custom variable
* chore: resolve own comments
2026-02-06 19:06:30 +05:30
Karan Balani
9dc7d2389a
fix: minor changes for gateway and forgot password apis ( #10204 )
...
* fix: make size and count included in json if zero
* fix: make forgot password api fields required
* fix: openapi spec
* fix: error message casing for frontend
* chore: fix openapi spec
* fix: openapi specs
2026-02-06 18:00:33 +05:30
Abhi kumar
da5860297f
feat: added new time series panel ( #10207 )
...
* feat: added new time series panel
* fix: pr review comments
* fix: pr review comments
* chore: memoized data creation in chartmanager
2026-02-06 16:35:30 +05:30
Ashwin Bhatkal
54fca5ba44
chore: separate out textbox variable into it's own component ( #10206 )
...
* chore: initiliase fetch store
* chore: small refactor
* chore: separate out textbox component into it's own component
2026-02-06 16:19:49 +05:30
Ashwin Bhatkal
66f4c3d6ec
chore: add max-params eslint rule and update contribution guidelines ( #10200 )
...
build-staging / js-build (push) Has been cancelled
build-staging / prepare (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: add max-params eslint rule and update contribution guidelines
* chore: add no-cycle rule
2026-02-06 13:03:59 +05:30
Srikanth Chekuri
a0f407a848
chore(metricsexplorer): update tags and regenerate ( #10197 )
2026-02-06 12:10:11 +05:30
Abhi kumar
3562de8fbb
fix: added fix for tooltip sizing ( #10205 )
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-05 22:46:17 +05:30
Abhi kumar
ef80fb39fd
feat: added new time-series graph ( #10201 )
...
* feat: added new time-series graph
* chore: updated types for charts
2026-02-05 11:29:21 +00:00
Abhi kumar
594d4dc737
feat: added changes to compute legend items width for virtualization ( #10196 )
...
* feat: added changes to compute legend items width for virtualization
* feat: added support for single row in legends
2026-02-05 16:27:43 +05:30
Abhishek Kumar Singh
01415b58be
chore: made group_wait and group_interval configuration dynamic for alert manager ( #10198 )
2026-02-05 09:56:27 +00:00
Ashwin Bhatkal
f7728c9019
chore: update variables store with derived values ( #10194 )
...
build-staging / js-build (push) Has been cancelled
build-staging / prepare (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: remove redundant sort
* chore: use sorted variables array
* chore: update variables store with derived values
* chore: fix types
* chore: resolve cursor comments
2026-02-05 14:09:46 +05:30
Amlan Kumar Nandy
3fffe6e198
chore: use single reducer in create alerts flow ( #10179 )
2026-02-05 07:39:07 +00:00
Aditya Singh
4594f4ffe3
Fix/query label fix ( #10158 )
...
* feat: function idon func added
* feat: test update
* fix: minor refactor
2026-02-05 12:19:16 +05:30
Abhi kumar
b660dc8573
fix: added fix for storing legend preferences ( #10184 )
...
* fix: added fix for storing legend preferences
* fix: fixed tsc
* fix: cursor reviews
* fix: cursor reviews
* fix: added fix for legend visibility issue
* fix: pr review changes
2026-02-05 12:05:09 +05:30
Karan Balani
c7b9c0d36c
fix: add missing query params for gateway apis ( #10190 )
2026-02-05 07:49:43 +05:30
Aditya Singh
4433d22c09
Allow saving previous query in query builder ( #10122 )
...
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: allow saving previous query in qb
* feat: test cases added
* feat: test cases added
* feat: save only one prev query
* feat: minor refactor
* feat: lint fix
* feat: minor refactor
* fix: clear previous query before
* fix: save one query per dataSource
2026-02-04 12:17:41 +00:00
Abhi kumar
9443c42334
fix: minor fix in tooltip rendering ( #10175 )
...
* fix: minor fix in tooltip rendering
* fix: pr review fixes
* fix: pr review fixes
* fix: pr review fixes
* fix: pr review fixes
2026-02-04 16:29:14 +05:30
Tushar Vats
9387c96023
fix: handling of traces intrinsic fields colliding with attributes ( #10170 )
...
This pull request introduces several improvements and fixes to the trace query builder logic, especially around handling deprecated and corrupt field metadata, and ensures more robust SQL generation and query results. The changes also add new tests to verify these behaviours.
2026-02-04 10:06:13 +00:00
SagarRajput-7
ff2555d8dd
feat: consume new semantic token and automatic light and dark mode theming ( #10104 )
...
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: consume new semantic token and automatic light and dark mode theming
* feat: added the semantic token imports
* feat: removed backup hex in variables and comments addressed
* feat: updated the global tooltip style
* feat: updated styles
* feat: updated the data-theme setter to html body itself
* feat: updated design-token version
2026-02-04 07:49:56 +00:00
Amlan Kumar Nandy
85953c9a4c
chore: update error state for alert not found ( #10132 )
2026-02-04 07:13:10 +00:00
SagarRajput-7
0155cc38cb
feat: updated the generated apis ( #10171 )
2026-02-04 12:08:44 +05:30
Ashwin Bhatkal
c217cc96c3
chore: variable store set function ( #10174 )
...
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: variable store set function
* chore: fix var
2026-02-03 14:49:44 +00:00
Vikrant Gupta
580cf32eb5
feat(authz): migrate rbac to authz ( #10134 )
...
* feat(authz): migrate rbac to authz
* feat(authz): handle public dashboard migration
* feat(authz): fix integration tests
* feat(authz): fix integration tests
* feat(authz): keep the error same as today
2026-02-03 19:54:07 +05:30
Abhi kumar
6d3580cbfa
feat: added a new tooltip plugin ( #10167 )
...
* feat: added a new tooltip plugin
* fix: pr review comments
* fix: pr review comments
* fix: pr review comments
* chore: remove global.d.ts override
2026-02-03 14:06:16 +00:00
Abhi kumar
6c5d36caa9
fix: small fixes for scale + legend sizing ( #10168 )
...
* fix: small fixes for scale + legend sizing
* fix: minor naming fix
2026-02-03 17:55:17 +05:30
Abhishek Kumar Singh
c4a6c7e277
test(integration): alert firing verification fixture ( #10131 )
...
* chore: fixture for notification channel
* chore: return notification channel info in Create notification channel API
* fix: change scope of create channel fixture to function level
* test: added fixture for creating alert rule
* chore: added debug message on assertion failure
* refactor: improve error handling in webhook notification channel deletion
* fix: enhance error handling in alert rule creation and deletion
* chore: ran py linter and fmt
* chore: ran py linter and fmt
* fix: add timeout to alert rule creation and deletion requests
* fix: silenced pylint on too broad exception
* fix: suppress pylint warnings for broad exception handling in alert rule deletion
* test: added fixture for inserting alert data
* refactor: added fixture for getting test data file path
* feat: add alerts to integration CI workflow
* chore: linter fixes
* chore: changed scope for get_testdata_file_path
* feat: alert firing verification fixture
* feat: broken fixture for collect firing alerts
* chore: py-formatter
* chore: py-formatter
* refactor: updated expected alert to dataclass
* chore: updated get_testdata_file_path fixture to a util function
* chore: removed wrong ref
* chore: lint and formatted
* chore: moved utils function to alertutils from fixtures
* chore: return firing alert from collect alert func
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2026-02-03 16:51:39 +05:30
SagarRajput-7
c9cd974dca
feat: sidebar enhancement ( #10157 )
...
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: sidebar enhancement (#9748 )
* fix: sidebar enhancement
* fix: new source btn changes
* fix: shortcut order changes
* fix: changes in more section collapse behaviour
* fix: sidebar shortcut changes, consistency, cleanup in collapse mode
* fix: sidebar pin, tooltip and other changes
* feat: updated alignment issues
* fix: sidenav enhancement - fixes
* fix: code fix
* fix: sidenav enhancement
* feat: addressed comments and feedback
* feat: fix default shortcut empty issue
* feat: code clean and improvements
* feat: refactor and cleanup
* feat: refactor and addressed comment
* feat: removed isscrolled
* feat: corrected the ref intialization
2026-02-03 07:58:21 +00:00
Abhi kumar
5b3f121431
feat: added line styling options for uplot ( #10166 )
2026-02-03 13:14:35 +05:30
Jatinderjit Singh
c79373314a
fix: add missing data for promql and anomaly rules ( #10097 )
2026-02-03 11:48:16 +05:30
Ashwin Bhatkal
858cd287fa
chore: query builder / hooks to use new variable store ( #10148 )
...
* chore: query builder / hooks to use new variable store
* chore: fix tests
2026-02-03 09:33:02 +05:30
Abhishek Kumar Singh
afdb674068
test(integration): added fixture for inserting alert data ( #10101 )
...
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: fixture for notification channel
* chore: return notification channel info in Create notification channel API
* fix: change scope of create channel fixture to function level
* test: added fixture for creating alert rule
* chore: added debug message on assertion failure
* refactor: improve error handling in webhook notification channel deletion
* fix: enhance error handling in alert rule creation and deletion
* chore: ran py linter and fmt
* chore: ran py linter and fmt
* fix: add timeout to alert rule creation and deletion requests
* fix: silenced pylint on too broad exception
* fix: suppress pylint warnings for broad exception handling in alert rule deletion
* test: added fixture for inserting alert data
* refactor: added fixture for getting test data file path
* feat: add alerts to integration CI workflow
* chore: linter fixes
* chore: changed scope for get_testdata_file_path
* chore: py-formatter
* chore: py-formatter
* chore: updated get_testdata_file_path fixture to a util function
* chore: removed wrong ref
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2026-02-02 23:37:14 +05:30
Aditya Singh
30a6721472
Add cancel query functionality to dashboard edit panel ( #10152 )
...
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: add cancel query functionality for dashboard panels
* feat: pass loading query from edit panel
* feat: revert loading
2026-02-02 15:02:42 +00:00
Abhi kumar
518dfcbe59
fix: minor fix for uplot scale ( #10164 )
2026-02-02 13:24:45 +00:00
Ashwin Bhatkal
424127c27c
chore: dashboard grid / widget / hooks to use new variable store ( #10147 )
...
* chore: dashboard grid / widget / hooks to use new variable store
* chore: fix tests
2026-02-02 12:54:34 +00:00
Abhi kumar
2dcb817de1
feat: Added ChartLayout component + utils to correctly position Legends and Chart in the view ( #10160 )
...
* feat: added chartlayout component to render charts and legends
* fix: added fix for legenditemsSet calculation
* chore: added pulse frontend as codeowners for uplotv2
* chore: cleaned up the legend size calculations function
* chore: removed config from deps in charlayout
* fix: added fix for height calculation
* fix: pr review changes
2026-02-02 17:27:14 +05:30
Ashwin Bhatkal
f6f8c78aaf
chore: dashboard container to use new variable store ( #10146 )
...
* chore: dashboard container to use new variable store
* chore: fix tests
2026-02-02 15:20:47 +05:30
Abhishek Kumar Singh
3c99dfdfa5
test(integration): added fixture for creating alert rule ( #10092 )
...
* chore: fixture for notification channel
* chore: return notification channel info in Create notification channel API
* fix: change scope of create channel fixture to function level
* test: added fixture for creating alert rule
* chore: added debug message on assertion failure
* refactor: improve error handling in webhook notification channel deletion
* fix: enhance error handling in alert rule creation and deletion
* chore: ran py linter and fmt
* chore: ran py linter and fmt
* fix: add timeout to alert rule creation and deletion requests
* fix: silenced pylint on too broad exception
* fix: suppress pylint warnings for broad exception handling in alert rule deletion
* feat: add alerts to integration CI workflow
* chore: py-formatter
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
Co-authored-by: Vikrant Gupta <vikrant@signoz.io >
2026-02-02 14:56:33 +05:30
Abhi kumar
6ed72519b8
feat: implement uPlot builder pattern API for chart configuration ( #10069 )
...
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: implement uPlot builder pattern API for chart configuration
* feat: added panel context wrapper
* chore: removed console logs
* chore: minor cleanup
* chore: fixed uplot lib
* chore: added datautils
* chore: type fixes
* chore: fixed linter issues
* fix: added fix for removehook + legend state sync
* fix: added fix for orphand plot
* fix: legend animation frame race condition
* fix: added fix for skipping series with no data
* fix: added fix for header title when cursorIdx is 0
* fix: fixed cursor comments
* fix: fixed cursor comments
* fix: added safeguard for setseries visibility
* chore: updated context placement
* chore: added changes for storing legendstate in localstorage
* chore: added changes related to yaxisunit and decimalprecision
* chore: minor changes in the builders
* chore: minor updates
* chore: variable updates in useLegendSync
* chore: added thresold hook and restructured the code
* chore: pr review comments
* chore: moved uplot specific files to uplotv2
* chore: pr review changes
* chore: pr review changes
* chore: pr review changes
* chore: types fixes
* chore: linted and added comments
* chore: series visibility update fix
* chore: fixed pr review comments
* chore: updated normalize plot utils
* chore: added memoization in plotcontext
* chore: minor changes
* chore: fixed cursor comments
* chore: fixed cursor comments
* chore: fixed cursor comments
* chore: restructured files
* fix: renaming
* fix: renaming
* chore: minor fix
* chore: timestamp fix
* fix: added fix for tooltip label generation
* fix: pr review changes
* fix: pr review changes
* fix: pr review changes
* fix: pr review changes
* fix: pr review changes
* fix: pr review changes
* fix: cursor review
* fix: cursor review
* fix: cursor review
2026-02-02 12:45:00 +05:30
primus-bot[bot]
fe910aaa0f
chore(release): bump to v0.110.1 ( #10159 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-02-02 12:22:06 +05:30
gkarthi-signoz
0d362b3ba8
Fix typo in LLM Observability section ( #10155 )
build-staging / prepare (push) Has been cancelled
Release Drafter / update_release_draft (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
2026-01-31 03:02:46 +00:00
gkarthi-signoz
51e9ffb847
Adding LLM Observability Docs Ref to README.md ( #10142 )
...
* adding LLM Observability ref to README
* Update README.md
2026-01-31 00:30:10 +00:00
Ashwin Bhatkal
f497a154a2
chore: variable store set up ( #10145 )
...
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: update CODEOWNERS file for dashboards
* chore: variable store set up
2026-01-31 00:18:26 +05:30
Abhi kumar
659fa361ef
fix: added fix for useDimensions returing 0,0 on mount ( #10154 )
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-01-30 18:51:33 +05:30
Manika Malhotra
84e77182f6
feat: pass region to docs ( #10068 )
...
* chore: init pass region and ingestion key to docs
* chore: test add staging url
* fix: pass ingestion region from url
* chore: remove ingestion key from param
* fix: set search param only if url matches
* revert: docs url
* fix: region parsing
* fix: resolve comments
2026-01-30 12:04:25 +00:00
Aditya Singh
32619869e7
Show both tag/resource variants for identical keys in pipeline filter options ( #10150 )
...
* feat: show multiple labels with differing tags and types in filter options
* feat: test fix
2026-01-30 10:29:09 +00:00
Ashwin Bhatkal
e9093126b2
chore: update CODEOWNERS file for dashboards ( #10144 )
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-01-29 14:36:19 +00:00
Ashwin Bhatkal
195f44802d
chore: add eslint rules for import export sorting rules ( #10074 )
...
* chore: updated eslint base config with comments
* chore: add eslint rules for no-else-return and curly
* chore: use isNumber from lodash-es
* chore: add eslint rules for no-console
* chore: update eslint overrides
* chore: sort all files
* chore: fix tests
2026-01-29 11:44:07 +00:00
Abhishek Kumar Singh
948bdb7881
test(integration): fixture for notification channel ( #10089 )
...
* chore: fixture for notification channel
* chore: return notification channel info in Create notification channel API
* fix: change scope of create channel fixture to function level
* chore: added debug message on assertion failure
* refactor: improve error handling in webhook notification channel deletion
* chore: ran py linter and fmt
* fix: silenced pylint on too broad exception
* feat: add alerts to integration CI workflow
* chore: removed clean from notification channel creation fixture + changes fixture scope of get_token
* chore: reverted fixture scopes to function
* fix: breaking alert test due to alert manager not registered for newly created org
* chore: formatted and fix lint
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2026-01-29 17:00:44 +05:30
Piyush Singariya
7274d51236
feat: has function support New JSON QB ( #10050 )
...
* feat: has JSON QB
* fix: tests expected queries and values
* fix: ignored .vscode in gitignore
* fix: tests GroupBy
* revert: gitignore change
* fix: build json plans in metadata
* fix: empty filteredArrays condition
* fix: tests
* fix: tests
* fix: json qb test fix
* fix: review based on tushar
* fix: changes based on review from Srikanth
* fix: remove unnecessary bool checking
* fix: removed comment
* chore: var renamed
* fix: merge conflict
* test: fix
* fix: tests
* fix: go test flakiness
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2026-01-29 14:53:54 +05:30
Aditya Singh
5b580f8e63
Fix broken Group By behaviour ( #10100 )
...
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: set appropriate datasource in grp by
* feat: test cases added
* feat: fix styles
* feat: update test
2026-01-29 06:27:08 +00:00
primus-bot[bot]
5ce1f0b855
chore(release): bump to v0.110.0 ( #10139 )
...
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
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
Co-authored-by: Pandey <vibhupandey28@gmail.com >
2026-01-28 15:13:15 +00:00
Pandey
291e6a2af8
Revert "feat: sidebar enhancement ( #9748 )" ( #10137 )
...
This reverts commit c0e2dad3b5 .
2026-01-28 14:57:42 +00:00
primus-bot[bot]
3a34fb4813
chore(release): bump to v0.109.3 ( #10136 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-01-28 14:34:27 +00:00
Tushar Vats
189781748a
fix: dont filter out static fields in metadata store ( #10135 )
...
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 pull request introduces several improvements and bug fixes in the telemetry logs and traces statement builders, metadata key filtering, and integration tests. The most significant changes ensure that required fields are always present in queries, deprecated fields are handled correctly, and test coverage is expanded to handle edge cases such as corrupt data. Additionally, some code cleanup and formatting improvements are made.
2026-01-28 19:42:04 +05:30
Vishal Sharma
e7c812e07f
feat: remove search input and add view data sources button in integrations header ( #10123 )
...
- Removed search functionality from integrations
- Added "View 150+ Data Sources" button that navigates to GET_STARTED_WITH_CLOUD route
- Updated subtitle text to reflect curated integrations
- Removed RequestIntegrationBtn from the page
2026-01-28 13:13:53 +00:00
SagarRajput-7
c0e2dad3b5
feat: sidebar enhancement ( #9748 )
...
* fix: sidebar enhancement
* fix: new source btn changes
* fix: shortcut order changes
* fix: changes in more section collapse behaviour
* fix: sidebar shortcut changes, consistency, cleanup in collapse mode
* fix: sidebar pin, tooltip and other changes
* feat: updated alignment issues
* fix: sidenav enhancement - fixes
* fix: code fix
* fix: sidenav enhancement
* feat: addressed comments and feedback
* feat: fix default shortcut empty issue
* feat: code clean and improvements
* feat: refactor and cleanup
* feat: refactor and addressed comment
* feat: removed isscrolled
2026-01-28 16:55:03 +05:30
primus-bot[bot]
bb3ccfae3b
chore(release): bump to v0.109.2 ( #10130 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-01-28 13:54:24 +05:30
Ashwin Bhatkal
08f261b0f0
chore: add node version in gor yaml files ( #10128 )
2026-01-28 07:18:11 +00:00
primus-bot[bot]
9b4fd46d2c
chore(release): bump to v0.109.0 ( #10127 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-01-28 12:13:32 +05:30
Tushar Vats
f348f47951
feat: improved keys adjustment logic ( #9927 )
...
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 pull request introduces a new utility file, `collision.go`, to the `querybuilder` package, which provides robust logic for handling duplicate and ambiguous field keys in query builder queries. The new functions ensure that queries are more resilient to naming collisions and ambiguities, especially when dealing with JSON and promoted fields. Additionally, several test cases have been updated to reflect improved handling and warning messages for ambiguous keys.
2026-01-28 11:25:14 +05:30
Yunus M
9d700563c1
fix: handle custom time ranges in timezones correctly ( #10094 )
...
* feat: handle custom time ranges in timezones correctly
* fix: improve timezone UI
* fix: prettier issues
* fix: show time in user selected timezone, overflow issue (#10096 )
* fix: show time in user selected timezone, overflow issue, metadata loading
* fix: add gap to popover row
* fix: use inline conditional render for startTimeMs
* fix: remove unused variable in CustomTimePicker
* fix: remove unused variable in CustomTimePicker, TraceMetadata
* fix: update timezone mock in SpanHoverCard test case
2026-01-28 10:30:40 +05:30
Vishal Sharma
54b80c3949
feat: add new onboarding partner logos and update documentation to enforce SVG format ( #10120 )
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-01-27 17:33:22 +00:00
Vikrant Gupta
1c815b130c
feat(authz): scafolding for rbac migration ( #10121 )
...
* feat(authz): initial commit for migrating rbac to openfga
* feat(authz): make the role updates idempotant
* feat(authz): split role module into role and grant
* feat(authz): some naming changes
* feat(authz): integrate the grant module
* feat(authz): add support for migrating existing user role
* feat(authz): add support for migrating existing user role
* feat(authz): figure out the * selector
* feat(authz): merge main
* feat(authz): merge main
* feat(authz): address couple of todos
* feat(authz): address couple of todos
* feat(authz): fix tests and revert public dashboard change
* feat(authz): fix tests and revert public dashboard change
* feat(authz): add open api spec
* feat(authz): add open api spec
* feat(authz): add api key changes and missing migration
* feat(authz): split role into getter and setter
* feat(authz): add integration tests for authz register
* feat(authz): add more tests for user invite and delete
* feat(authz): update user tests
* feat(authz): rename grant to granter
* feat(authz): address review comments
* feat(authz): address review comments
* feat(authz): address review comments
* feat(authz): add the migration for existing roles
* feat(authz): go mod tidy
* feat(authz): fix integration tests
* feat(authz): handle community changes
* feat(authz): handle community changes
* feat(authz): role selectors for open claims
* feat(authz): role selectors for open claims
* feat(authz): prevent duplicate entries for changelog
* feat(authz): scafolding for rbac migration
* feat(authz): scafolding for rbac migration
* feat(authz): scafolding for rbac migration
* feat(authz): scafolding for rbac migration
* feat(authz): scafolding for rbac migration
2026-01-27 21:24:36 +05:30
Vikrant Gupta
9e9879fc8d
chore(env): add docs base url ( #10112 )
...
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(env): add docs base url for staging and production
* chore(env): add docs base url for staging and production
* chore(env): add docs base url for staging and production
2026-01-27 18:14:05 +05:30
Abhishek Kumar Singh
af87c2e80b
chore: added Validate function for QueryBuilderFormula struct ( #10041 )
2026-01-27 15:48:14 +05:30
Karan Balani
e1ac992e5a
feat: forgot password api and token expiry ( #10073 )
2026-01-27 15:31:15 +05:30
Aditya Singh
15161c09e8
Feat: show (cmd + return) as helper text in Run Query button ( #10082 )
...
* feat: create common run query btn
* feat: update run query in explorer
* feat: comment
* feat: fix styles
* feat: fix styles
* feat: update style
* feat: update btn in alerts
* feat: added test cases
* feat: replace run query btn
* feat: bg change run query
2026-01-27 14:52:03 +05:30
Ashwin Bhatkal
ee5fbe41eb
chore: add eslint rules for no-unused-vars ( #10072 )
...
* chore: updated eslint base config with comments
* chore: add eslint rules for no-else-return and curly
* chore: add eslint rules for no-console
* chore: add eslint rules for no-unused-vars
* chore: fix more cases
2026-01-27 14:14:26 +05:30
Vikrant Gupta
f2f3a7b24a
chore(lint): enable wastedassign ( #10103 )
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-01-26 20:40:49 +05:30
Ashwin Bhatkal
dd0738ac70
chore: add eslint rules for no-console ( #10071 )
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-01-23 19:06:05 +00:00
Pandey
1c4dfc931f
chore: move to clone instead of json marshal ( #10076 )
2026-01-23 16:34:30 +00:00
Tushar Vats
605d6ba17d
feat: extract context and data type from telemetry field name ( #9986 )
...
This pull request introduces significant improvements to the handling and normalization of telemetry field keys, adds comprehensive tests for these changes, and refactors JSON unmarshaling for query builder types to ensure consistent normalization and error handling
2026-01-23 13:19:03 +00:00
Amlan Kumar Nandy
f017b07525
chore: make new alerting experience as default with the ability to switch to classic ( #10040 )
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-01-22 22:15:21 +00:00
Tushar Vats
b5901ac174
feat: handle attribute collision ( #10086 )
...
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 pull request improves the handling of field key resolution in query building. The main focus is to make the field key matching logic in the VisitKey function more robust, especially when dealing with context and data type prefixes.
2026-01-23 01:04:46 +05:30
Amlan Kumar Nandy
caacbc086c
chore: update metrics explorer v2 generated APIs ( #10093 )
2026-01-22 14:42:26 +00:00
Abhishek Kumar Singh
9d06ccab48
chore: return notification channel info in Create notification channel API ( #10090 )
2026-01-22 14:23:47 +00:00
Pandey
de45292782
chore: add query params to metrics explorer ( #10091 )
2026-01-22 14:07:27 +00:00
Yunus M
9f38305e5a
fix: update query to use dot notation is dotMetrics is enabled ( #10078 )
2026-01-22 18:27:24 +05:30
Ashwin Bhatkal
e1c8b68cd2
chore: add eslint rules for no-else-return and curly ( #10070 )
...
* chore: add eslint rules for no-else-return and curly
* chore: use isNumber from lodash-es
* fix: no-else-return
2026-01-22 12:12:51 +00:00
Ashwin Bhatkal
76ec089a43
chore: updated eslint base config with comments ( #10067 )
2026-01-22 17:28:18 +05:30
Ashwin Bhatkal
4117c7442b
feature: init open api ts code gen ( #10011 )
...
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
* feature: init open api ts code gen
* chore: update custom instance to a separate axios instance
* chore: update code owners
* chore: set up node version in CI
* fix: node version
* chore: update jsci.yaml
* chore: update goci.yaml
* chore: rename instance
* chore: resolve comments
2026-01-22 15:22:56 +05:30
Ishan
4153515767
feat: Improve Power-User Experience with Query-Aware Filter Management ( #9978 )
...
* feat: dropdown to select query filters
* feat: updated test cases
* feat: updated for cursor fixes
* feat: updated value to have default as lastUsedQuery
* chore: updated package json and lock file
* chore: test case updated
* chore: updated auto-import
* feat: dropdown to select query filters
* feat: updated test cases
* feat: updated for cursor fixes
* feat: updated value to have default as lastUsedQuery
* chore: updated package json and lock file
* chore: test case updated
* chore: updated auto-import
* feat: updated conditions for traces page - duration and logs table actions
* feat: updated conditions for checkbox
* feat: renoved unwanted test caes
* feat: updated value to have lastUsedquery or minIndex
* feat: removed state for value , used lastUsedQuery
* feat: used displayQueryName for leftActions
2026-01-22 10:54:19 +05:30
Pandey
6a0ee32616
test: add mocks for tokenizer ( #10081 )
...
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
## Description
- add mocks for tokenizer
- rename mocks in alertmanager to alertmanagertest
- add makefile command for generating mocks
2026-01-22 02:04:26 +05:30
Pandey
1f13b60703
feat: remove old login endpoint ( #10079 )
...
- remove old login endpoint
2026-01-22 01:22:42 +05:30
Jatinderjit Singh
0865d2edaf
fix: add support for minimum data points in PromQL alerts ( #9975 )
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-01-21 16:00:30 +05:30
Yunus M
8629c959f0
chore: move types, constants to separate files, delete unused code ( #10026 )
...
* chore: move types, constants to separate files, delete unused code
* chore: fix import error
2026-01-21 08:42:11 +00:00
Yunus M
10760e6e1b
Update pull_request_template.md ( #10064 )
...
Update PR template to include
Before / After Screenshots
Issues closed by PR
2026-01-21 13:52:15 +05:30
primus-bot[bot]
4f45645b32
chore(release): bump to v0.108.0 ( #10065 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2026-01-21 12:13:18 +05:30
Karan Balani
1417e22ae4
fix: use reliable selenium methods for actions in integration tests ( #10061 )
2026-01-21 06:09:42 +00:00
Pandey
3051d442c0
fix: move ee references out of cmd/community ( #10063 )
...
- move ee references out of cmd/community
- add check in commitci
2026-01-21 09:22:40 +05:30
Karan Balani
ea15ce4e04
feat: sso stats reporting ( #10062 )
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-01-20 18:57:35 +00:00
Ashwin Bhatkal
865a7a5a31
fix: promql and clickhouse query based panels refresh on dynamic variable change ( #10060 )
...
* fix: promql and clickhouse query based panels refresh on dynamic variable change
* chore: add test
2026-01-20 17:19:58 +00:00
swapnil-signoz
de4ca50a40
refactor: using global config's ingestion URL ( #10019 )
...
* refactor: using global config's ingestion URL
* refactor: add global ingestion URL to configuration
---------
Co-authored-by: Vikrant Gupta <vikrant@signoz.io >
2026-01-20 17:05:56 +00:00
Amlan Kumar Nandy
8cabaafc58
fix: handle threshold unit scaling issues ( #10020 )
2026-01-20 16:22:49 +00:00
Ashwin Bhatkal
e9d66b8094
chore: update yarn.lock ( #10051 )
2026-01-20 16:07:05 +00:00
Karan Balani
26d3d6b1e4
feat: gateway apis ( #10010 )
2026-01-20 15:46:46 +00:00
Ashwin Bhatkal
36d6debeab
chore: update .gitignore with only settings.json of .vscode folder ( #10058 )
2026-01-20 13:54:58 +00:00
Pandey
445b0cace8
chore: add codeowners for scaffold ( #10055 )
2026-01-20 12:19:14 +00:00
Pandey
132f10f8a3
feat(binding): add support for query params ( #10053 )
...
- add support for query params in the binding package.
2026-01-20 11:59:12 +00:00
Srikanth Chekuri
14011bc277
fix: do not sort in descending locally if the other is explicitly spe… ( #10033 )
2026-01-20 11:17:08 +00:00
aniketio-ctrl
f17a332c23
feat(license-section): add section to view license key ( #10039 )
...
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(license-section): added section to view license key
* feat(license-key): add license key page
* feat(license-section): added section to view license key
* feat(license-section): added section to view license key
* feat(license-section): added section to view license key
* feat(license-section): added section to view license key
* feat(license-section): resoved comments
* feat(license-section): resoved fmt error
2026-01-20 16:05:57 +05:30
Aditya Singh
5ae7a464e6
Fix Cmd/ctrl + Enter in qb to run query ( #10048 )
...
* feat: cmd enter in qb
* feat: cnd enter test added
* feat: update test case
* feat: update test case
* feat: minor refactor
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2026-01-20 13:30:54 +05:30
Pandey
51c3628f6e
fix(signoz): remove version check at the beginning ( #10046 )
2026-01-20 06:56:06 +00:00
Aditya Singh
6a69076828
Add attribute action in common col of span details drawer ( #10017 )
...
* feat: add attribute action in common col of span details drawer
* feat: added test case
2026-01-20 05:44:31 +00:00
Aditya Singh
edd04e2f07
fix: fix auto collapse fields when emptied ( #9988 )
...
* fix: fix auto collapse fields when emptied
* fix: revert mocks
* fix: minor fix
* fix: add check for key count change to setSelectedView
* feat: revert change
* feat: instead of count check actual keys
2026-01-20 05:32:13 +00:00
Srikanth Chekuri
ee734cf78c
chore: return original error message with hints for invalid promql query ( #10034 )
...
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
one step towards better experience for https://github.com/SigNoz/signoz/issues/9764
2026-01-20 03:04:59 +05:30
Karan Balani
6d137bcdff
feat: idp attributes mapping ( #9841 )
2026-01-19 22:27:21 +05:30
Ashwin Bhatkal
444161671d
fix: query variable referencing custom variable ( #10023 )
...
* fix: custom variable to query mapping
* chore: add test
2026-01-19 13:52:58 +00:00
Ashwin Bhatkal
31e9e896ec
fix: dashboard - textbox default variable not working ( #9843 )
2026-01-19 18:23:17 +05:30
SagarRajput-7
325974292f
feat: auth revamp flow ( #9901 )
...
* feat: auth revamp base setup
* feat: auth revamp signin changes
* feat: auth revamp signup changes
* feat: auth revamp reset password changes
* feat: auth revamp light mode changes
* feat: clean up and added get help link
* feat: cleanup and addressed comments
* feat: cleanup
* feat: comment addressed
* feat: auth revamp for onboarding flow (#9915 )
* feat: auth revamp for onboarding flow
* feat: updated invite team member step
* feat: updated light mode
* feat: comment addressed
* feat: added onboarding flow test cases
* feat: fixed feedbacks
* feat: resolved comments and refactoring
* feat: resolved comments and refactoring
* fix: svg import fix
* feat: added test cases for the new auth flow (#9914 )
* feat: added test cases for the new auth flow
* feat: updated test cases
* feat: updated test cases
* fix: updated test cases
* fix: updated test cases
* fix: use error content for auth revamp error
* feat: refactor and cleanup
* feat: refactor and cleanup
* fix: add shake animation and light mode fix
* feat: feedback resolved
* feat: feedback resolved
* feat: updated test cases
* feat: feedback resolved
* feat: shake animation update
2026-01-19 13:40:37 +05:30
Vishal Sharma
7c1a531d01
Add context7.json with URL and public key ( #10037 )
2026-01-19 11:35:37 +05:30