423 Commits

Author SHA1 Message Date
Yunus M
ba73c72b76 feat: metrics qb 2025-07-01 12:48:46 +05:30
Yunus M
353b1efe95 fix: update dropdown css 2025-07-01 12:48:46 +05:30
Yunus M
e000afeaeb feat: remove () from suggestions 2025-07-01 12:48:46 +05:30
Yunus M
64d3c9f805 feat: handle parenthesis and conjunction operators 2025-07-01 12:48:46 +05:30
Yunus M
1e8dd7b401 feat: support multiple having key value pairs 2025-07-01 12:48:46 +05:30
Yunus M
f866047529 feat: move state to context 2025-07-01 12:48:46 +05:30
Yunus M
ed552fbedb feat: handle having options creation 2025-07-01 12:48:46 +05:30
Yunus M
ba0b6bef7d feat: hide already used variables 2025-07-01 12:48:46 +05:30
Yunus M
b6e33ad560 fix: show operator suggestions only on manual trigger or valid key 2025-07-01 12:48:46 +05:30
Yunus M
f15d332665 fix: handle autocomplete 2025-07-01 12:48:46 +05:30
Yunus M
85ccd33068 fix: update styles 2025-07-01 12:48:46 +05:30
Yunus M
230bd4f48e fix: update css 2025-07-01 12:48:46 +05:30
Yunus M
401c12682e feat: handle multie select functions 2025-07-01 12:48:46 +05:30
Yunus M
1e6d0c77b4 feat: handle field suggestions for aggregate operators 2025-07-01 12:48:46 +05:30
Yunus M
7a0c36b303 feat: support aggregation function with values 2025-07-01 12:48:46 +05:30
Yunus M
800968a5d0 feat: add groupBy, having, order by, limit and legend format 2025-07-01 12:48:46 +05:30
Yunus M
104b14a478 feat: handle multie select values better 2025-07-01 12:48:46 +05:30
Yunus M
a242fd3846 feat: improve suggestions 2025-07-01 12:48:46 +05:30
Yunus M
ff7c398445 feat: console log context based on cursor position 2025-07-01 12:48:46 +05:30
Yunus M
fb40b57673 fix: handle . notation keywords better 2025-07-01 12:48:46 +05:30
Yunus M
d4bee6f143 feat: remove card container above where clause 2025-07-01 12:48:45 +05:30
Yunus M
8f9f2d1d04 feat: use new qb in logs explorer 2025-07-01 12:48:45 +05:30
Yunus M
9a6ecd31dc feat: handle parenthesis 2025-07-01 12:48:45 +05:30
Yunus M
e02d0f064c feat: handle value selection 2025-07-01 12:48:45 +05:30
Yunus M
bbe4dcb6b8 feat: styling updates 2025-07-01 12:48:45 +05:30
Yunus M
bcb2824e07 feat: handle string and number values correctly 2025-07-01 12:48:45 +05:30
Yunus M
c6bb4077b9 feat: handle async value fetching 2025-07-01 12:48:45 +05:30
Yunus M
fff71cb327 feat: update the context with additonal properties 2025-07-01 12:48:45 +05:30
Yunus M
d9b12944e8 feat: styling updates 2025-07-01 12:48:45 +05:30
Yunus M
888671b8f3 feat: update theme and syntax highlighting 2025-07-01 12:48:45 +05:30
Yunus M
06566aa2ec feat: handle multiple spaces 2025-07-01 12:48:45 +05:30
Yunus M
6fbe57888c feat: integrate the apis 2025-07-01 12:48:45 +05:30
Yunus M
172c982595 feat: update context logic and return auto-suggestions based on context 2025-07-01 12:48:45 +05:30
Yunus M
05aed1fa3d feat: add apis and hooks 2025-07-01 12:48:45 +05:30
Yunus M
711af444dc feat: update context to recognise conjunction operator 2025-07-01 12:48:45 +05:30
Yunus M
2c193747d3 feat: add codemirror 2025-07-01 12:48:45 +05:30
Yunus M
b856cdadf7 feat: add types, base components 2025-07-01 12:48:45 +05:30
Yunus M
a37a98b0ae feat: add antlr4, parser files and grammar 2025-07-01 12:48:45 +05:30
Amlan Kumar Nandy
53c58b9983
chore: fix regex issue (#8393) 2025-07-01 11:32:07 +07:00
Amlan Kumar Nandy
f6730d3d09
chore: update memory usage field in hosts list to exclude cached memory (#8173) 2025-06-26 13:36:16 +07:00
Shaheer Kochai
f138eff26c
fix: fix the flickering in logs explorer table view (#8304) 2025-06-24 08:31:13 +04:30
Sahil Khan
b11a4c0c21
fix: log details filters use data types from log data response as primary data type (#8278)
* 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
2025-06-22 10:58:43 +00:00
Abhi kumar
3b1bf34d3e
feat(changelog): show changelogs for newer versions available (#8270)
* feat(changelog): add getChangelogByVersion API and related types

* feat(changelog): implement ChangelogModal and ChangelogRenderer components with styles

* test(dateUtils): add unit tests for formatDate utility

* chore(changelog): fixed pr review changes

* style(ChangelogRenderer): format SCSS for improved readability

* feat(SideNav): integrate ChangelogModal and manage its visibility state

* feat(changelog): refactor changelog handling and integrate into app state

* test(ChangelogModal): add unit tests for scroll functionality and data rendering

* test(ChangelogRenderer): add unit tests for rendering changelog details

* test(ChangelogModal, ChangelogRenderer): refactor tests

* fix(applayout): bot fetching changelog for cloud users

* fix(ChangelogModal): update footer to display feature count dynamically

* fix(ChangelogModal): update link for workspace migration to point to releases page

* feat(ChangelogModal): enhance footer layout and update link behavior

* test(ChangelogModal): update link for workspace migration to point to releases page

* refactor(AppContext): migrate changelog state management to context and update related components

* feat(test-utils): add changelog state and updateChangelog mock to app context

* test(changelogModal): fixed test by adding mock for useAppContext

* fix: added PR review fixes

* Fixed css variable name in ChangelogModal.styles.scss

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* fix(style): added light mode support for changelog modal

* Fixed heading color token

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* fix: remove debug log for isLatestVersion in AppLayout

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-20 10:55:52 +05:30
Yunus M
c477e0ef16
feat: sidebar revamp (#8087)
* feat: sidebar revamp - initial commit

* feat: move billinga and other isolated routes to settings

* feat: handle channel related routes

* feat: update account settings page

* feat: show dropdown for secondary items

* feat: handle reordering of pinned nav items

* feat: improve font load performance

* feat: update font reference

* feat: update page content styles

* feat: handle external links in sidebar

* feat: handle secondary nav item clicks

* feat: handle pinned nav items reordering

* feat: handle sidenav pinned state using preference, handle light mode

* feat: show sidenav items conditionally

* feat: show version diff indicator only to self hosted users

* feat: show billing to admins only and integrations to cloud and enterprise users

* feat: update fallback link

* feat: handle settings menu items

* fix: settings page reload on nav chnage

* feat: intercom to pylon

* feat: show invite user to admin only

* feat: handle review comments

* chore: remove react query dev tools

* feat: minor ui updates

* feat: update changes based on preference store changes

* feat: handle sidenav shortcut state

* feat: handle scroll for more

* feat: maintain shortcuts order

* feat: manage license ui updates

* feat: manage settings options based on license and roles

* feat: update types

* chore: add logEvents

* feat: update types

* chore: fix type errors

* chore: remove unused variable

* feat: update my settings page test cases

---------

Co-authored-by: makeavish <makeavish786@gmail.com>
2025-06-12 19:55:32 +05:30
Shaheer Kochai
8cfeef4521
fix: fix sentries (#8003)
* fix: handle potential undefined values in groupBy calculation in TracesExplorer

* fix: add optional chaining for aggregateAttribute key check in Query component

* fix: add optional chaining for filters in SpanScopeSelector to handle potential undefined values

* fix: fix the warning in logs chart by adding the missing date-time format option

* fix: improve trace graph allDataPoints null check

* chore: remove the keys.length from null check
2025-06-12 15:28:06 +04:30
Sahil Khan
d85a1a21ac
feat: generalised preferences framework (#7903)
* feat: preferences framework generalised scaffolded

* feat: preferences framework integrated logs & saved logs views

* feat: fixed bugs in saved views for traces

* fix: removed unused file

* fix: wrapped metric explorer inside preferences context as it uses useoptions hook

* feat: added tests for preferences framework alongside some minor bugs improvements

* chore: added tests for traces loader and updater

* chore: fixed failing tests due to new context for preferences

* fix: minor saved views handling bug

* fix: minor pref fix

* fix: breaking tests

* fix: undo removal of pref context from live logs

* feat: split the logic of columns and formatting load in logs

* fix: breaking tests

* fix: pr comments

* fix: minor bug and pr comments regarding better resync

* fix: bugs in internal flows

* fix: url pref sync

* fix: minor bug fix

* fix: fixed failing tests

* fix: fixed failing tests
2025-06-11 10:06:01 +00:00
SagarRajput-7
cd4df6280f
feat: fixed multiple sentry error around dashboards (#8148) 2025-06-04 13:20:51 +07:00
Aditya Singh
b6180f6957
fix: fix html escape and json string parsing in qb (#8039)
Co-authored-by: Aditya Singh <adityasingh@Adityas-MacBook-Pro.local>
2025-06-02 06:42:02 +00:00
aniketio-ctrl
68effaf232
chore: support for non-normalized metrics behind a feature flag (#7919)
feat(7294-services): added dot metrics boolean for services tab
2025-05-30 10:27:29 +00:00
Amlan Kumar Nandy
1ab6c7177f
chore: infra monitoring fixes (#8066) 2025-05-29 10:53:47 +07:00