429 Commits

Author SHA1 Message Date
Yunus M
e9bed072e4 feat: hide extra qb elements 2025-06-27 18:23:13 +05:30
Yunus M
ab32765dec feat: use qb-v2 in explorers and alerts 2025-06-27 18:23:13 +05:30
Yunus M
959e518907 feat: update explorer views 2025-06-27 18:23:13 +05:30
Yunus M
255fe1b70a feat: update logs, metrics and traces qb 2025-06-27 18:23:13 +05:30
Yunus M
44eb60fef9 feat: query builder layout updates 2025-06-27 18:23:13 +05:30
Yunus M
14e4273ae9 fix: minor fixes 2025-06-27 18:23:13 +05:30
Yunus M
7a98bed694 feat: create separate containers for traces, logs and metrics qbs 2025-06-27 18:23:13 +05:30
Yunus M
231b9072b1 feat: metrics qb 2025-06-27 18:23:13 +05:30
Yunus M
5eca9efcd5 fix: update dropdown css 2025-06-27 18:23:13 +05:30
Yunus M
a9303d3482 feat: remove () from suggestions 2025-06-27 18:23:13 +05:30
Yunus M
5da45d8ade feat: handle parenthesis and conjunction operators 2025-06-27 18:23:13 +05:30
Yunus M
c07ada0d71 feat: support multiple having key value pairs 2025-06-27 18:23:13 +05:30
Yunus M
47ca071d36 feat: move state to context 2025-06-27 18:23:13 +05:30
Yunus M
51d697c91a feat: handle having options creation 2025-06-27 18:23:13 +05:30
Yunus M
00ce2e3034 feat: hide already used variables 2025-06-27 18:23:13 +05:30
Yunus M
1104eca146 fix: show operator suggestions only on manual trigger or valid key 2025-06-27 18:23:13 +05:30
Yunus M
ab594cd9ba fix: handle autocomplete 2025-06-27 18:23:13 +05:30
Yunus M
de3497d439 fix: update styles 2025-06-27 18:23:13 +05:30
Yunus M
e319394ac4 fix: update css 2025-06-27 18:23:13 +05:30
Yunus M
559be9a571 feat: handle multie select functions 2025-06-27 18:23:12 +05:30
Yunus M
9c685837eb feat: handle field suggestions for aggregate operators 2025-06-27 18:23:12 +05:30
Yunus M
bc3d162016 feat: support aggregation function with values 2025-06-27 18:23:12 +05:30
Yunus M
6b406ec9de feat: add groupBy, having, order by, limit and legend format 2025-06-27 18:23:12 +05:30
Yunus M
b7e08a746c feat: handle multie select values better 2025-06-27 18:23:12 +05:30
Yunus M
2119bc4c26 feat: improve suggestions 2025-06-27 18:23:12 +05:30
Yunus M
6b936ea5e1 feat: console log context based on cursor position 2025-06-27 18:23:12 +05:30
Yunus M
39eaa722ac fix: handle . notation keywords better 2025-06-27 18:23:12 +05:30
Yunus M
5c2b7e545e feat: remove card container above where clause 2025-06-27 18:23:12 +05:30
Yunus M
0da6e76ba6 feat: use new qb in logs explorer 2025-06-27 18:23:12 +05:30
Yunus M
4f82e9cd9c feat: handle parenthesis 2025-06-27 18:23:12 +05:30
Yunus M
6cfaba6bd7 feat: handle value selection 2025-06-27 18:23:12 +05:30
Yunus M
2c177232b1 feat: styling updates 2025-06-27 18:23:12 +05:30
Yunus M
efb82abee7 feat: handle string and number values correctly 2025-06-27 18:23:12 +05:30
Yunus M
159ff84768 feat: handle async value fetching 2025-06-27 18:23:12 +05:30
Yunus M
2961581a52 feat: update the context with additonal properties 2025-06-27 18:23:12 +05:30
Yunus M
91a9ca8cf8 feat: styling updates 2025-06-27 18:23:12 +05:30
Yunus M
b43f7cfb87 feat: update theme and syntax highlighting 2025-06-27 18:23:12 +05:30
Yunus M
6e09bca806 feat: handle multiple spaces 2025-06-27 18:23:12 +05:30
Yunus M
c9e61e3d66 feat: integrate the apis 2025-06-27 18:23:12 +05:30
Yunus M
e7d17c54a7 feat: update context logic and return auto-suggestions based on context 2025-06-27 18:23:12 +05:30
Yunus M
abc934d88f feat: add apis and hooks 2025-06-27 18:23:12 +05:30
Yunus M
19eec82770 feat: update context to recognise conjunction operator 2025-06-27 18:23:12 +05:30
Yunus M
b43891193e feat: add codemirror 2025-06-27 18:23:12 +05:30
Yunus M
36003324f3 feat: add types, base components 2025-06-27 18:23:12 +05:30
Yunus M
3e5ff4cdda feat: add antlr4, parser files and grammar 2025-06-27 18:23:12 +05:30
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