* 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
* 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
* 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
* chore: add new integration logos and update onboarding configurations and related files
* fix(logos): add viewBox attribute to huggingface svg for proper scaling
* 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>
* 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
* 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
* 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