Nageshbansal
7df5c33ce9
chore: adds advocate.md for community advocate program ( #8648 )
2025-07-29 11:42:00 +00:00
Vibhu Pandey
537c95e05a
test(integration): add or filter with resource attributes ( #8651 )
2025-07-29 16:33:11 +05:30
Srikanth Chekuri
7d9e0523c9
chore: add anomaly to v5 response ( #8643 )
2025-07-29 10:00:28 +00:00
aniketio-ctrl
360285ef33
fix(added-backticks): added backticks for hyphen ( #8644 )
...
* fix(added-backticks): added backticks for hyphen also
* Update pkg/query-service/utils/format.go
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-29 09:49:28 +00:00
Vibhu Pandey
c17241272f
test(integration): add integration tests for logs ( #8619 )
2025-07-29 14:44:16 +05:30
Yunus M
fa936a7e0d
fix: open log details on clicking on empty column cell too ( #8618 )
2025-07-29 14:06:13 +05:30
SagarRajput-7
498d398ea3
chore: resolved conflicting npm-form-data version requirement ( #8645 )
2025-07-29 11:25:01 +05:30
Srikanth Chekuri
8b2ed674a4
chore: add alert link visitor for expression link ( #8641 )
2025-07-28 17:44:58 +00:00
Srikanth Chekuri
9a06603ff3
chore: add event for query range v5 ( #8639 )
...
I am also using the referrer to derive the information, as it requires some development effort to have the frontend send this information.
2025-07-28 17:35:44 +00:00
Abhi kumar
4888491a79
fix: added fix for changelog modal auto popup for new users ( #8634 )
...
* fix: added fix for changelog modal auto popup for new users
* fix: removed custom logic for diff calculation
* chore: minor PR reviews
2025-07-28 21:59:37 +05:30
Srikanth Chekuri
7c9f05c2cc
chore: order time series result set ( #8638 )
...
## 📄 Summary
- Fix the order by for the time series result
- Add the statement builder for trace query (was supposed to be replaced with new development but that never happened, so we continue the old table)
- Removed `pkg/types/telemetrytypes/virtualfield.go`, not used currently anywhere but causing circular import. Will re-introduce later.
2025-07-28 21:42:56 +05:30
Amlan Kumar Nandy
160802fe11
fix: prefill alert conditions only if no condition are already set ( #8636 )
2025-07-28 14:30:57 +00:00
Nityananda Gohain
86057cad9f
fix: changes in code to support ch 25.5 ( #8615 )
...
* fix: changes in code to support ch 25.5
* fix: address comments
* fix: make changes in funnels
2025-07-28 19:49:52 +05:30
Abhi kumar
210393e281
Fix: Minor UI fixes in changelog + sidebar ( #8625 )
...
* fix: removed feature count from changelog modal
* fix: sidenav width fix
* chore: added arrows in external link
* fix: refetch condition fix
* fix: added changes for not showing changelogmodal to restricted users
* chore: minor changes
2025-07-27 18:30:02 +05:30
Yunus M
e96ed433fe
chore: update e2e github action and playwright config ( #8624 )
...
* chore: update e2e github action and playwright config
* chore: update e2e github action and playwright config
2025-07-27 16:59:17 +05:30
Yunus M
52636284fc
feat: update env variable names ( #8621 )
2025-07-26 11:46:44 +00:00
Yunus M
2639f975ee
Update run-e2e.yaml ( #8620 )
2025-07-26 11:07:31 +00:00
Yunus M
f9db796489
feat: settings e2e sanity test cases ( #8613 )
...
* feat: generate e2e test plan and tests using playwright mcp
* feat: settings e2e sanity test cases
* feat: playwright prettier
* feat: update the gitignore file temporarily exclude test plans
* chore: remove e2e test-plan directories from git tracking and update .gitignore
* chore: remove playwright github action from frontend repo
* chore: update base url in playwright config
* chore: add github action to run playwright tests
* chore: wrap env variables in quotes and enable uploading test results always
* chore: update github action
* chore: update github action
* Update run-e2e.yaml
* Update run-e2e.yaml
* feat: update github action
2025-07-26 16:08:47 +05:30
Vibhu Pandey
65018abc4a
fix(community): fix injection of alertmanager ( #8612 )
2025-07-25 13:58:56 +05:30
SagarRajput-7
43706f877a
chore: upgraded typescript-plugin-css-modules package to latest and remove stylus resolution ( #8611 )
2025-07-25 12:41:21 +05:30
Yunus M
d7fdbcd90d
feat: open entities in new tab on ctrl / cmd + click ( #8607 )
...
* feat: open entities in new tab on ctrl / cmd + click
* feat: open entities in new tab on ctrl / cmd + click
2025-07-25 11:08:12 +05:30
Amlan Kumar Nandy
db0f362482
chore: fix sentry issues in alerts and infra monitoring ( #8566 )
2025-07-24 14:30:47 +00:00
Yunus M
db440a6eb4
feat: alert module ui improvements ( #8572 )
...
* feat: alert module ui improvements
* feat: update something went wrong page
* feat: remove safe navigate hook usage in ErrorBoundaryFallback
2025-07-24 13:40:48 +00:00
Yunus M
76b58b7317
feat: show success message with note to notify user on role change ( #8491 )
2025-07-24 19:01:17 +05:30
primus-bot[bot]
bba3e95914
chore(release): bump to v0.91.0 ( #8596 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
2025-07-24 12:20:10 +05:30
Amlan Kumar Nandy
78df27a140
chore: pre-populate the alert condition based on the selected reduce to and thresholds ( #8352 )
v0.91.0
2025-07-24 06:03:00 +00:00
Aditya Singh
b40fda02cf
fix: add safeguard for large log body entries ( #8560 )
...
* fix: add safeguard for large log body entries
* feat: added test cases for getSanitizedLogBody
* feat: minor refactor
* feat: revert try catch
* feat: minor refactor
* feat: minor refactor
---------
Co-authored-by: Aditya Singh <adityasingh@Adityas-MacBook-Pro.local>
2025-07-23 13:18:04 +00:00
Nityananda Gohain
c9e8114b5e
fix: don't fetch all attributes during build and run query ( #8589 )
2025-07-23 10:00:37 +00:00
aniketio-ctrl
d712dc1f28
chore(dot-metrics): added log line to check for those queries who are still using normalized metrics ( #8518 )
...
* chore(dot-metrics): added log line to check for those queries who are still using normalized metrics
* chore(dot-metrics): added log line to check for those queries who are still using normalized metrics
* chore(dot-metrics): added log line to check for those queries who are still using normalized metrics
* chore(dot-metrics): added log line to check for those queries who are still using normalized metrics
* chore(dot-metrics): added log line to check for those queries who are still using normalized metrics
* chore(dot-metrics): added array metrics search
* chore(dot-metrics): removed regex query and added a simpler metrics in query
* chore(dot-metrics): removed regex query and added a simpler metrics in query
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2025-07-23 14:57:31 +05:30
Nityananda Gohain
7cdff13343
fix: update how index filters are built for resource table ( #8561 )
...
* fix: update how index filters are built for resource table
* fix: add fix to new qb
2025-07-23 09:05:15 +00:00
SagarRajput-7
08db2febe1
fix: fixed stylus vulnerability by using the npm provided - 0.0.1-security version ( #8592 )
2025-07-23 14:25:49 +05:30
Yunus M
a576982497
feat: update app loading screen and add system theme option ( #8567 )
...
* feat: update app loading screen and add system theme option
* feat: update test case
2025-07-22 20:13:07 +00:00
Alpcan Yıldız
55eadf914b
fix: prevent 1Password extension from interfering with time inputs ( #8486 )
...
- Add data-1p-ignore attribute to CustomTimePicker input
- Add data-1p-ignore attribute to RangePickerModal DatePicker
- Add data-1p-ignore attribute to TimezonePicker search input
This prevents 1Password extension from automatically opening when
users interact with time-related input fields, improving UX.
Fixes #8485
2025-07-22 19:34:34 +00:00
Shaheer Kochai
b91407416b
feat: add support for single step funnels while creating from span details ( #8492 )
...
* feat: add support for single step funnels while creating from span details
* fix: fix the UI for loading state
2025-07-22 13:13:09 +00:00
aniketio-ctrl
24d6d83575
fix(prom-dup-labels): added fingerprint in prom labels ( #8563 )
...
* fix(prom-dup-labels): added fingerprint in prom labels
* fix(prom-dup-labels): removed fingerprint labels from result series
* fix(prom-dup-labels): removed fingerprint labels from result series
* fix(prom-dup-labels): removed fingerprint labels from result series
* fix(prom-dup-labels): removed fingerprint labels from result series
* fix(prom-dup-labels): added test cases
* Update pkg/prometheus/clickhouseprometheus/client_query_test.go
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix(prom-dup-labels): added test cases
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-22 10:39:50 +00:00
Sahil Khan
fe95ee716a
fix: added attribute check for log details filtering ( #8427 )
...
* fix: added attribute check for log details filtering
* chore: added unit tests
* chore: add the missing args to onClickHandler to fix the failing build
---------
Co-authored-by: ahmadshaheer <ashaheerki@gmail.com>
2025-07-22 09:21:07 +00:00
Vibhu Pandey
b053ce23cd
ci(prereleaser): remove cron scheduler ( #8584 )
2025-07-22 09:03:18 +00:00
Amlan Kumar Nandy
57febd2f52
fix: navigating from infra monitoring to logs with open in explorer has missing filters ( #8570 )
2025-07-22 15:51:48 +07:00
Abhi kumar
ba6a1c594b
fix: use only needed resource attributes in context filter ( #8568 )
...
* chore: use only needed resource attributes in context filter
* chore: moved regex to constants
2025-07-21 18:37:32 +05:30
Amlan Kumar Nandy
6afdecbd0f
chore: add unit tests for metric details drawer ( #8515 )
2025-07-21 04:45:56 +00:00
Shaheer Kochai
41661a5e28
feat: add support for entrypoint spans toggle in top operations table ( #8175 )
...
* feat: add support for entrypoint spans toggle in top operations table
* fix: write tests for entry point toggle
* chore: entry point -> entrypoint
* fix: add info icon and tooltip for entrypoint spans toggle
* fix: fix the copy and link for entrypoint toggle in top operations
* chore: update the tooltip text
* Update frontend/src/container/MetricsApplication/TopOperationsTable.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* chore: fix the failing build
* chore: update the entry point spans docs link
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-20 11:20:13 +00:00
Nageshbansal
507dc86af2
Remove docker downloads badge ( #8556 )
2025-07-19 03:04:38 +00:00
Srikanth Chekuri
ff3bb04655
chore: support legacy cols usage and address several gaps ( #8552 )
2025-07-18 18:37:57 +05:30
Vibhu Pandey
31c4f800fc
feat: add more codeowners ( #8558 )
2025-07-18 12:05:31 +00:00
aniketio-ctrl
51c2bbcd4b
fix(dedup-prom): added check for duplicated samples data ( #8502 )
...
* fix(dedup-prom): added check for duplicated samples data
* fix(dedup-prom): added test cases for duplicated samples data
* fix(dedup-prom): added test cases for duplicated samples data
2025-07-18 08:57:00 +00:00
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
Vibhu Pandey
ebb2f1fd63
feat(cmd): add cmd package ( #8535 )
2025-07-17 10:38:31 +00:00
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
primus-bot[bot]
cf4e44d341
chore(release): bump to v0.90.1 ( #8546 )
...
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
v0.90.1
2025-07-16 16:47:39 +05:30