2570 Commits

Author SHA1 Message Date
Srikanth Chekuri
3ef1e884dc
Merge branch 'main' into feat/query-builder 2025-07-18 18:41:53 +05:30
scout9ll
5610cb1f81
fix: retain compositeQuery during pagination and field filtering on exceptions page (#8300) 2025-07-17 15:28:28 +00:00
Yunus M
478d28eda1
feat(license): show refetch payment status button to reconcile payments (#8551) 2025-07-17 20:00:33 +05:30
Shaheer Kochai
629e502703
feat: add support for role based access in trace funnels flows (#8481)
* feat: add support for role based access in trace funnels flows

* chore: fix the failing build
2025-07-17 05:47:54 +00:00
Abhi kumar
7bafe2d724
fix: added fix for log context view not working (#8544) 2025-07-16 18:24:37 +05:30
Abhi kumar
7ce1a1cbca
fix: added fix for changelog refetching multiple times on tab change (#8545) 2025-07-16 16:35:25 +05:30
Yunus M
86be2869a9
fix: light mode for channels create and edit (#8542) 2025-07-16 05:03:09 +00:00
Chitransh
9ec503e302
feat: added new datasources (#8536) 2025-07-16 04:53:22 +00:00
Srikanth Chekuri
77ee201bb7
chore: remove migration notification (#8537) 2025-07-16 10:04:07 +05:30
Abhi kumar
4da7d62b0c
fix: reset query in quick filters (#8528)
* fix: added fix for reset all

* chore: added fix for empty query

* fix: fixed value suggestion issues

* chore: minor pr review changes

* chore: pr review fixes

* chore: cleanup for debouncedFetchValueSuggestions
2025-07-15 17:24:18 +05:30
Shaheer Kochai
15332b90c1
fix: fix the layout shift issues in logs explorer column view (#8434)
* fix: fix the layout shift issue in logs list column view

* chore: overall improvements
2025-07-15 11:45:44 +00:00
SagarRajput-7
e78ca467fc
feat: added dashboard widget migration (#8524)
* feat: added dashboard widget migration

* feat: handle dashboard widget config without filters obj

* feat: fixed reduceTo not working

* feat: added fillgaps in the payload
2025-07-15 16:14:01 +05:30
Abhi kumar
53b71d7062
fix: revalidate changelog on tab visibility change (#8532)
* fix: added changes for revalidation changelog on tab change

* chore: removed four hours diff change
2025-07-15 15:17:14 +05:30
SagarRajput-7
3d26aa5c8c
Merge branch 'main' into feat/query-builder 2025-07-14 17:55:26 +05:30
Abhi kumar
6137740907
fix: changelog ui fixes (#8526)
* chore: removed redundant scorllbar when space available

* chore: sidenav version pill can be clicked when changelog is available

* fix: removed upgrade cta for cloud users

* chore: minor ui fix
2025-07-14 17:44:08 +05:30
SagarRajput-7
a90a6725a9
feat: query builder v2 enhancement and styling upgrades (#8522)
* feat: added order by and limit in formula for qb v2

* feat: added smart retries for query_range v5 API

* feat: added lightMode styles for new QB v2

* feat: added order by with keys support in list view of explorer pages
2025-07-14 16:46:04 +05:30
Abhi kumar
a24de21043
fix: query search showing redundant error icon (#8525)
* fix: added fix for queryvalidation when query being updated from outside

* chore: removed unused code
2025-07-14 15:48:22 +05:30
Abhi kumar
e36391995c
fix: preserve query context inside parentheses + removed normalizespaces (#8521)
* fix: fixed context for query in parenthesis

* fix: enhance context detection after closing parenthesis in query

* fix: remove unused function call in getCurrentQueryPair

* fix: added fix for context breaking with spaces

* chore: renamed a function

* chore: pr review fixes
2025-07-14 15:05:42 +05:30
SagarRajput-7
5349384097
Merge branch 'main' into feat/query-builder 2025-07-14 15:02:37 +05:30
Abhi kumar
ee1cafd87b
Fix: quick filter with the new query builder (#8520)
* feat: enhance filter conversion with existing query support and array operator handling

* chore: added fixes for quick filtes to work with the new query builder

* fix: improve filter expression formatting and prevent duplicates in existing query conversion

* fix: optimize filter processing by removing redundant set and improving query pair checks

* fix: fix for all selection not working in checkbox quick filter

* chore: added relavant comments

* chore: segregated removequery in a util and fixed clear all

* fix: added fix for spanscopeselector

* chore: fix minor spelling mistake
2025-07-14 14:51:56 +05:30
Yunus M
8cf511cdb9
feat: update data on skip in onboarding (#8508) 2025-07-14 13:50:09 +05:30
Aditya Singh
a7ce6da7d1
Show new error component when saving pipeline fails (#8511)
* fix: show new error component when saving pipeline fails

* fix: minor refactor

---------

Co-authored-by: Aditya Singh <adityasingh@Adityas-MacBook-Pro.local>
2025-07-14 13:13:39 +05:30
Shaheer Kochai
ddb08b3883
feat: add support for JSON flattening in pipeline processor create and edit (#8331)
* feat: add support for JSON flattening in pipeline processor create and edit

* chore: add fallback value for mapping state

* feat: improve the UI of json flattening form and show path_prefix if enable_path is true

* fix: improve the state management

* chore: get enablePaths state using useWatch

* chore: json flattening tests

* chore: improve the test descriptions

* fix: update snapshot and adjust the existing failing test

* chore: overall improvements

* fix: update the JSON flattening keys map

* fix: destroy the new processor modal on closing to fix the unintended persistent mapping state

* chore: log event on saving pipeline if json_parser processors get modified

* chore: fix the alignment of json flattening switch

* chore: overall improvement

* refactor: improve the mapping comparison by using lodash's isEqual

* chore: update the snapshot

* refactor: improve the pipeline json_parser processor filtering logic

---------

Co-authored-by: Aditya Singh <adityasinghssj1@gmail.com>
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com>
2025-07-14 06:04:04 +00:00
Yunus M
89efcc0804
feat: query builder v2 components - [PR-02] (#8468)
* feat: query builder v2 components

* feat: query builder view and related component updates [PR-03] (#8469)

* feat: query builder view and related component updates, minor ui fixes and updates

* feat: explorer options ui updates

* feat: qb - metrics pod related code changes [PR-04] (#8470)

* feat: qb - metrics pod related code changes

* feat: qb - events pod related code changes [PR-05] (#8471)

* feat: qb - events pod related code changes

* feat: qb - dashboard related code changes (#8472)
2025-07-12 15:17:05 +05:30
Abhi kumar
b7025af703
Feat: show changelog in the sidebar + cloud users (#8503)
* feat: added changes for fething current version changelog

* chore: added changes for showing changelog in sidebar

* test: update ChangelogModal tests to use ChangelogSchema and mock data

* chore: update changelog properties in app context mock

* chore: removed changes for current version

* chore: changed fetch key for fetching changelog by version

* chore: added changes related to fetching tanent specific changelog

* chore: fixed failing test for changelogRenderer

* chore: remove what's new no feature available

* chore: added changes for fetching changelog for specific tenant types

* test: fixed test for changelogRenderer

* Feat: changes for showing changelog to cloud users (#8512)

* feat: added backend changes for storing seen changelog verion

* feat: added changes for showing changelog to cloud users

* chore: added useeffect cleanup

* test: fixed test for changelogModal

* chore: minor changes in changelogmodal

* chore: minor PR review fixes
2025-07-11 22:28:09 +05:30
SagarRajput-7
497315579f
chore: added got at 11.8.5 patch to fix image-webpack-loader vulnerability (#8500) 2025-07-10 20:22:39 +05:30
SagarRajput-7
bfaac15ccb
chore: replace image-webpack-loader (deprecated) with image-minimizer-webpack-plugin (#8498)
* chore: replace image-webpack-loader (deprecated) with image-minimizer-webpack-plugin

* chore: used sharp

* chore: remove got resolution
2025-07-10 19:17:02 +05:30
SagarRajput-7
5e18be6a23
chore: added got at 11.8.5 patch to fix image-webpack-loader vulnerability (#8493) 2025-07-10 16:07:10 +05:30
Yunus M
1793706f87
feat: show ingestion keys to self hosted users (#8490) 2025-07-10 14:51:53 +05:30
Srikanth Chekuri
88b75d4e72
fix(apdex): use right metric name for metadata (#8463) 2025-07-09 09:08:40 +05:30
Sahil Khan
6327ab5ec6
fix: allowed user to select text in json body field in log details (#8450) 2025-07-08 21:28:05 +05:30
Sahil Khan
5b09490ad7
fix: trace details v2 ui bugs (#8448) 2025-07-08 13:51:40 +00:00
Yunus M
0936e1cdd7 chore: handle types in widget utils 2025-07-08 18:41:38 +05:30
Yunus M
3c139e40ed feat: uri encoded query parameters, remove unwanted file 2025-07-08 18:03:36 +05:30
Yunus M
ef16ad0fc7 chore: prettier ignore the parser files as they are auto generated 2025-07-08 17:46:09 +05:30
Yunus M
437c0c9479 feat: new query builder - base setup, parser, api and util files 2025-07-08 17:35:03 +05:30
Amlan Kumar Nandy
06ef9ff384
fix: resolve ui full reload on auto-refresh (#8383) 2025-07-07 16:51:06 +00:00
Amlan Kumar Nandy
26d55875f5
chore: fix metrics explorer events (#8411) 2025-07-07 16:34:17 +00:00
Srikanth Chekuri
b1864ee328
chore: use {k8s.pod/k8s.node/container}.cpu.usage metric for metadata and CPU usage charts (#8398) 2025-07-07 11:25:20 +00:00
Amlan Kumar Nandy
8b62c8dced
chore: fix regex issue in route tab (#8440) 2025-07-07 16:55:23 +07:00
Abhi kumar
7d5e14abb6
fix: simplify changelog fetching logic and enhance version display interactivity (#8432) 2025-07-05 13:49:09 +05:30
Aditya Singh
74ee7bb2c7
fix: fix setting nav items from multiple places (#8435)
Co-authored-by: Aditya Singh <adityasingh@Adityas-MacBook-Pro.local>
2025-07-04 15:44:53 +05:30
Sahil Khan
2f5640b2e6
fix: used a new classname for banner container earlier one was in ad block list (#8433)
* fix: used a new classname for banner container earlier one was in ad block list

* chore: minor comment added

* chore: minor comment added
2025-07-04 08:20:32 +00:00
Aditya Singh
121debcecc
Fix drag handle obstruction on dashboard and service details page (#8428)
* fix: fix overlapping pylon support btn on dashboard and services details page

* fix: minor refactor

---------

Co-authored-by: Aditya Singh <adityasingh@Adityas-MacBook-Pro.local>
2025-07-04 12:12:30 +05:30
Sahil Khan
ff13504a74
fix: performance optimizations in log details view json field rendering (#8324)
* fix: log details filters use data types from log data response as primary data type

* chore: added test cases

* test: add comprehensive unit tests for chooseAutocompleteFromCustomValue function

* fix: added datatypes to util and test cases

* fix: added new tests

* fix: performance optimizations in log details view json field rendering

* fix: fixed import failing tests

* fix: added default html rendering field in body field in log details

* fix: fixed eslint errors

* chore: moved hook to a new file and renamed a state
2025-07-04 04:58:26 +00:00
Abhi kumar
0e270e6f51
fix: update media styling for changelog renderer and adjust video class (#8425) 2025-07-03 18:35:11 +05:30
Sahil Khan
9ee5d5d599
fix: no logs in list view issue - added logs datasource for formatting and column options in the useoptionsmenu consumption (#8421)
* fix: added logs datasource for formatting and column options in the useoptionsmenu consumption

* fix: changed data source to logs in context log renderer from metrics
2025-07-03 14:32:19 +05:30
Amlan Kumar Nandy
4940dfd46f
Revert "chore: fix regex issue (#8393)" (#8418)
This reverts commit 53c58b998313b619647c80546830cb5c52973ceb.
2025-07-03 06:04:51 +00:00
Aditya Singh
79a31cc205
Sentry issues (#8264)
* fix: fix breaking json parsing

* fix: sentry fix

* fix: fix sentry edge case

* test: update test for useUrlQueryData

* test: minor fix

---------

Co-authored-by: Aditya Singh <adityasingh@Adityas-MacBook-Pro.local>
2025-07-03 05:33:11 +00:00
Shaheer Kochai
b6c2ebd6d7
feat: trace to logs custom empty state UI (#8381)
* feat: display custom empty message if no logs on navigating from trace to logs

* chore: write tests for logs explorer normal and custom empty state

* feat: build the custom empty logs UI based on the updated designs

* feat: clear the filters and run stage query on clicking clear filters in logs custom empty state

* fix: update the failing test to match the logs custom empty state

* chore: remove the unnecessary onClick for documentation links

* refactor: overall improvements

* refactor: move the empty logs list config to util

* chore: update the documentation links + remove the explicit height from resources card

* refactor: reuse the EmptyLogsListConfig type in EmptyLogsSearch

* test: update LogsExplorerList tests to reflect changes in documentation links

---------

Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2025-07-02 07:30:17 +00:00