rahulkeswani101
ae19eaa76a
feat: redirect to original page after login ( #5604 )
2024-08-01 08:49:26 +05:30
SagarRajput-7
fff9954da2
Schedule maintainence release changes ( #5585 )
...
* feat: schedule maintenance feedback fixes
* feat: schedule maintenance feedback fixes
* feat: code refactor
* feat: code refactor
* feat: fixed incorrect payload values from start and endTime
* feat: sorted list by updatedAt
* feat: removed dependency on BE response prop - kind
* feat: fixed timezone switching and adding different timezones
2024-07-31 22:30:42 +05:30
Vikrant Gupta
220edd139a
fix: do not send query_range api call on every keystroke ( #5613 )
2024-07-31 21:21:02 +05:30
Yunus M
18b608a1d8
feat: update logEvent to silently handle errors ( #5599 )
2024-07-30 18:24:55 +05:30
Yunus M
738d62c9cf
fix: show 0 as limit is user has set it to 0 ( #5605 )
2024-07-30 18:09:29 +05:30
Vikrant Gupta
1281330c52
fix: disable the unlock dashboard btn for integration dashboards ( #5573 )
...
* fix: disable the unlock dashboard btn for integration dashboards
* chore: added test cases for the integration / non integration dashboards
2024-07-29 15:47:09 +05:30
Yunus M
7b7cca7db7
chore: remove commented code ( #5445 )
2024-07-29 11:45:03 +05:30
rahulkeswani101
3134e8c1cf
feat: removed top nav from new alerts landing page ( #5538 )
...
* feat: removed top nav from new alerts landing page
* feat: added new function to check new alerts landing page
---------
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com>
2024-07-29 11:42:55 +05:30
Vishal Sharma
522e73b48e
chore: move facing issues button in dashboards and disable intercom ping ( #5571 )
...
* chore: move facing issues button in dashboards and disable intercom ping
* chore: review comment
2024-07-26 18:51:48 +05:30
Vikrant Gupta
05bd6d52f1
fix: relative time param from the url not respected ( #5545 )
...
* fix: relative time param from the url not respected
* chore: added code comments and the priorities of the params
* fix: added validity checks for the relativeTime in the url
2024-07-25 23:23:01 +05:30
Vikrant Gupta
d60daef171
fix: handle the super set query reset state when changing widgets ( #5539 )
2024-07-23 20:21:25 +05:30
Vikrant Gupta
d50530f58c
fix: retain the step interval while creating alerts from the dashboard panel ( #5455 )
...
* fix: use the same step interval as in the dashboard query while creating alerts from panel
* chore: added extra safety checks
* chore: add test cases for the mapQueryDataFromAPI utils
* chore: added functions test cases as well
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-07-23 17:20:31 +05:30
Yunus M
6957bd71ca
chore: move from trackEvent to logEvent ( #5530 )
...
* chore: move from trackEvent to logEvent
* feat: update test cases
2024-07-23 16:32:45 +05:30
Vikrant Gupta
ef8b50c19e
chore: addition of jest test cases for dashboards panels ( #5506 )
...
* chore: added value panel wrapper jest tests
* chore: added column units and legends test for table panel wrapper
2024-07-22 21:10:48 +05:30
Yunus M
99c68ddbcd
feat: add learn more urls to ingestion settings page ( #5526 )
...
* feat: add learn more urls to ingestion settings page
* feat: enable multi ingestion settins for editors, add basic test cases
2024-07-22 16:29:00 +05:30
Vikrant Gupta
b08e859426
fix: do not add select columns when the datasource is logs ( #5515 )
...
* fix: do not add select columns when the datasource is logs
* chore: added data test id
2024-07-22 13:43:47 +05:30
SagarRajput-7
89fd3e4f55
chore: added trace filter test cases ( #5451 )
...
* feat: added trace filter test cases
* feat: added trace filter test cases - initial render
* feat: added test cases - query sync, filter section behaviour etc
* feat: deleted mock-data files
* feat: added test cases of undefined filters and items
* feat: deleted tsconfig
* feat: added clear and rest btn test cases for traces filters
* feat: added collapse and uncollapse test for traces filters
2024-07-22 11:05:20 +05:30
Vikrant Gupta
7d7d112f40
fix: the dashboard locked bar should be sticky at the bottom ( #5512 )
2024-07-18 13:56:18 +05:30
SagarRajput-7
add2d19614
fix: fixed logEvent breaking page due to lack of null checks ( #5511 )
...
* fix: fixed logEvent breaking page due to lack of null checks
* fix: fixed logEvent breaking page due to lack of null checks
2024-07-18 13:54:05 +05:30
Vikrant Gupta
adfe20e88a
fix: url params should not propagate across pages ( #5417 )
...
* fix: dashboards list url query params isolation
* feat: order query param old logs explorer isolation
* feat: added extra checks in place
* fix: refactor the dashboards list page for better performance
* chore: add test cases for the dashboards list page
* fix: added test cases for dashboards list page
* fix: added code comments
* fix: added empty state for dashboards and no search state
2024-07-18 12:25:31 +05:30
B Kevin Anderson
77eba9a558
fix: list panel not querying selected columns ( #5452 )
...
Added log and traces columns to query for list panels
Closes #5064
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com>
2024-07-17 12:19:00 +05:30
Vikrant Gupta
43e73e06fe
chore: helpers required for dashboards e2e test cases ( #5496 )
...
* chore: helpers required for dashboards e2e test cases
* chore: helpers required for dashboards e2e test cases
* chore: helpers required for dashboards e2e test cases
2024-07-16 18:35:59 +05:30
Vikrant Gupta
840d8b2e49
fix: 404 not found when intercepting the ingestion key calls ( #5490 )
2024-07-16 14:30:03 +05:30
Vishal Sharma
df751c7f38
chore: add activation events ( #5474 )
2024-07-16 14:18:59 +05:30
Shaheer Kochai
cd07c743b6
Implement OverlayScrollbars throughout the app for MacOS-like scrolling experience ( #5423 )
...
* feat: build overlay scrollbar component for Virtuoso elements
* feat: apply overlay scroll to Virtuoso components
* feat: build overlay scrollbar component for normal scrollable sections
* feat: apply overlay scrollbar to normal scrollable sections
* feat: add dark mode UI support to overlay scrollbars
* chore: rename OverlayScrollbar to OverlayScrollbarForTypicalChildren
* chore: move inline style to scss file
* chore: rename VirtuosoOverlayScrollbar to OverlayScrollbarForVirtuosoChildren
* chore: move OverlayScrollbarForTypicalChildren to components folder
* chore: create a common component for handling Virtuoso and Typical scroll sections
* chore: rename Virtuoso and Typical Overlay Scrollbar components
* fix: fix the overlay scrollbar initialization flickering
* fix: remove calculated height from typical overlay scrollbar + remove the explicit height: 100%
2024-07-16 14:16:13 +05:30
Shaheer Kochai
46e6c34e51
fix: block alert creation if query_range API fails ( #5441 )
2024-07-16 14:13:25 +05:30
Yunus M
42f7905b3b
feat: show status message, status code string, span kind in trace det… ( #5428 )
...
* feat: show status message, status code string, span kind in trace details
* chore: update tests
* chore: update snapshots
2024-07-16 11:00:29 +05:30
Vikrant Gupta
a6e68c6519
fix: issue with table sorting when column contains both string and numbers ( #5458 )
2024-07-15 21:15:37 +05:30
Vikrant Gupta
c7e3e6dc4e
fix: retain legends while changing panel types ( #5447 )
2024-07-15 21:04:49 +05:30
Srikanth Chekuri
3ecb2e35ef
chore: use version v4 for export panel from explorer pages ( #5438 )
2024-07-12 18:49:24 +05:30
SagarRajput-7
9844dcdfb7
fix: added logic to keep sections uncollapsed for all filtered items ( #5371 )
2024-07-10 12:43:39 +05:30
SagarRajput-7
ddf5569ce9
fix: added null check on filters obj ( #5419 )
...
* fix: added null check on filters obj
* feat: added test cases of undefined filters and items
* feat: added comments
2024-07-10 11:56:11 +05:30
Shaheer Kochai
87f1597d4e
fix: prevent overwriting query expression and queryName on switching between panel types ( #5430 )
2024-07-09 08:13:35 +04:30
Shaheer Kochai
916663b4d5
fix: fix the explorer toolbar buttons padding ( #5443 )
2024-07-09 08:12:25 +04:30
Shaheer Kochai
b0e355eb64
fix: properly render \n and \t in log details + apply Geist Mono font to the logs ( #5347 )
...
* fix: properly render newline and tab in log details
* fix: change font family and add tab size to properly render \t
* feat: apply Geist Mono font to the logs
2024-07-09 08:11:46 +04:30
Shaheer Kochai
69a39531f0
Merge pull request #5440 from SigNoz/feat--add-react-query-dev-tools-in-dev-env
...
chore: add react-query devtools in development env
2024-07-08 20:01:21 +04:30
SagarRajput-7
9c9ed741b2
feat: changed name from 'Histogram' to 'Frequency chart' ( #5369 )
...
* feat: changed name from 'Histogram' to 'Frequence chart'
* feat: cdoe refactor and test case changes
* feat: added test case for frequency chart
2024-07-08 20:02:10 +05:30
SagarRajput-7
e6eaaa660a
feat: added invite team member from onboarding flow ( #5410 )
...
* feat: added invite team member from onboarding flow
* feat: removed commented code and added text to strings-translations
* feat: added en-gb strings
* feat: added more text to strings
* feat: removed commented code and app.ts changes
* feat: added test case for onboarding and invite flow
* feat: added invite team member logEvents
* feat: resovled comments
* feat: cdoe refactor and test case changes
2024-07-08 19:50:29 +05:30
Vikrant Gupta
79eef5bb91
fix: clickhouse editor cursor sync issue ( #5435 )
2024-07-08 19:27:02 +05:30
Vikrant Gupta
4d64f1dede
chore: better logging for duplicate keyboard shortcuts ( #5425 )
...
* chore: better logging for duplicate keyboard shortcuts
* chore: skip flaky test
* fix: make the shortcut error silent in prod
2024-07-08 19:25:50 +05:30
Vikrant Gupta
bf177882e6
fix: resize observer charts issue in alerts builder ( #5436 )
2024-07-08 19:24:05 +05:30
SagarRajput-7
f6b29999c9
fix: added right margin to facing issues btn on dashboad detail page ( #5365 )
...
* fix: added right padding to facing issues btn on dashboad detail page
* fix: added right margin instead of padding
2024-07-08 19:17:27 +05:30
Shaheer Kochai
75815897b0
Merge branch 'develop' into feat--add-react-query-dev-tools-in-dev-env
2024-07-08 10:53:14 +04:30
SagarRajput-7
c9309eecaa
feat: added empty states for list, trace and timeSeried view in traces ( #5290 )
...
* feat: added empty states for list, trace and timeSeried view in traces
* feat: test case skip
* feat: fixed import order
* feat: added utm parameter link
* feat: added strings
* feat: resovled comments
* feat: added common doclinks util
* feat: test case updated:
2024-07-08 11:19:07 +05:30
ahmadshaheer1
4264fc0f3a
feat: add react-query devtools in development env
2024-07-07 10:46:49 +04:30
Yunus M
2e0ddc7c7f
chore: remove dynamic config invocation ( #5416 )
2024-07-04 01:07:55 +05:30
dependabot[bot]
7c81270ed9
chore(deps): bump ws from 7.5.9 to 7.5.10 in /frontend ( #5265 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 15:39:28 +05:30
dependabot[bot]
81c3e6fa65
chore(deps): bump braces from 3.0.2 to 3.0.3 in /frontend ( #5196 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 12:33:22 +05:30
Yunus M
d215ce09b0
fix: remove pagination from members listing in org settings page ( #5400 )
2024-07-03 10:30:41 +05:30
Vishal Sharma
6e466df89d
chore: update posthog-js ( #5382 )
2024-07-01 21:11:31 +05:30