Rajat Dabade
cb1a823f91
fix: the min data point as 0 in time series ( #4203 )
2023-12-15 17:44:13 +05:30
Yunus M
c0b0920901
Round off x axis max timestamp to T - 1 min and 0th second ( #4238 )
...
* feat: round of x axis max timestamp to t - 1 min and 0th second
* feat: set min width of time selection dropdown to 120px
* feat: update logic comment
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-12-15 17:29:54 +05:30
Rajat Dabade
77b4e71543
[refactor]: persistance of sorting and page in table ( #4221 )
2023-12-15 17:23:01 +05:30
Palash Gupta
9d44ce3ee2
feat: on create alerts query range format is called to fill the variables ( #4204 )
2023-12-15 17:08:35 +05:30
Yunus M
1d014ab4f7
Rearrange variables ( #4187 )
...
* feat: variable re-arrange
* feat: update variable update from dashboard description
* feat: update variable update from dashboard description
* feat: update custom variable dropdown values on change
* feat: handle dependent value updates to dashboard description
* feat: handle dependent 0th order variable update
* feat: update variable item test
* feat: transform variables data to support rearraging
* feat: update modal import
* feat: remove console logs
* feat: ts-ignore
* feat: show variable name in delete modal
2023-12-15 13:10:02 +05:30
Yunus M
418ab67d50
Uplot time range ( #4144 )
...
* feat: show range bound chart based on the selected time range
* feat: handle no data
* feat: show bigger point if only data point exists
* feat: show bigger point if only data point exists
* feat: widget ui fixes
* feat: no data - full view fix
* fix: show closed point on hover
* feat: handle widget time preference in case of dashboard, edit view, full view and chart preview
2023-12-14 22:56:25 +05:30
Vikrant Gupta
7efe907757
fix: [GH-3790]: timerange not working for different users ( #4192 )
2023-12-14 22:14:58 +05:30
Rajat Dabade
1d1154aa8c
[Refactor]: added tooltip for graph manager ( #4236 )
2023-12-14 18:10:52 +05:30
Rajat Dabade
9c1ea0cde9
refactor: pop for unsaved changes ( #4188 )
2023-12-14 11:43:02 +05:30
Rajat Dabade
55664872bd
[Feat]: only clicked legend graph visible ( #4226 )
...
* refactor: only clicked legend graph visible
* refactor: fix graph manage toggle issue
2023-12-13 16:26:25 +05:30
Yunus M
221861230a
feat: track channel click event in support page ( #4217 )
2023-12-13 01:18:19 +05:30
Yunus M
8b1a781f58
feat: pass abort signal to cancel api request on query-key change or … ( #4193 )
...
* feat: pass abort signal to cancel api request on query-key change or dashboard unmount
* fix: transformIgnorePatterns axios
* fix: remove axios types
* feat: handle error type from dashboardAPI response
* feat: remove console.log
2023-12-12 17:18:57 +05:30
Yunus M
b557ca5519
fix: use updated query value on test query, restrict direct commit to… ( #4210 )
...
* fix: use updated query value on test query, restrict direct commit to develop,main
* fix: reset error preview on success
2023-12-12 16:30:22 +05:30
Palash Gupta
e557ff273f
test: metrics application test are added ( #4137 )
...
* test: metrics application test are added
* fix: getTopOperationList is moved under __mocks__
2023-12-12 14:16:06 +05:30
Yunus M
3c284fc9ee
Revert "fix: variable edit flow - use updated query value on test query" ( #4207 )
...
This reverts commit bcebe050b1c4a9739d0452456f0cffa1fd013b62.
2023-12-12 11:38:06 +05:30
Yunus M
bcebe050b1
fix: variable edit flow - use updated query value on test query
2023-12-12 11:19:06 +05:30
Rajat Dabade
6170b2c5dc
[Refactor]: added percent 0 - 100 in yaxis for alerts ( #4173 )
2023-12-11 18:34:24 +05:30
Gaurav Sharma
6dd34a7f29
Fix/2967 ( #4071 )
2023-12-08 12:37:19 +05:30
Avijeet Pandey
170e5e1686
fix(FE): Fixes the background color of the dashboards full screen view as per the mode selected i.e dark or light mode ( #4175 )
...
* fix: full screen bg color of graphs as per dark mode
* fix: colors from the constants
2023-12-08 11:53:56 +05:30
Raj Kamal Singh
112783d618
Feat: fe: logs pipelines severity parsing processor ( #4149 )
2023-12-05 18:30:46 +05:30
Yunus M
4644b1c200
fix: custom variables options are not populated ( #4154 )
2023-12-05 16:09:50 +05:30
Yunus M
bb09c84679
fix: text formatting issues and upgrade button style updates ( #4141 )
2023-12-05 11:15:08 +05:30
Raj Kamal Singh
fc5f0fbf9e
Feat: fe: logs pipelines timestamp parsing processor ( #4106 )
...
* chore: add processor config for time parsing processor
* chore: add select input and processor fields with enumerated options
* feat: set timestamp layout to default value when layout_type is changed
* chore: minor cleanup
* chore: some more cleanup
* chore: some more cleanup
* chore: get jest passing
* chore: normalize ts in pipelines previews input and output
* chore: some cleanup
* fix: set correct field id for timestamp format input
2023-12-04 15:57:14 +05:30
Vikrant Gupta
7104d8e0f5
feat: [GH-4093]: move the name to the left and the actions to the right for widget header ( #4130 )
2023-12-02 14:47:08 +05:30
Yunus M
a20693fa9f
fix: add onboarding complete event ( #4140 )
2023-12-01 21:55:21 +05:30
Rajat Dabade
0b991331d7
[Fix]: threshold in alerts ( #4074 )
2023-12-01 18:16:25 +05:30
Yunus M
3e29161fea
fix: update logic for handling data for uplot charts ( #4131 )
...
* fix: update logic for handling data for uplot charts
* fix: hide tooltip if no tooltip values present
* fix: remove console log
2023-12-01 17:08:24 +05:30
Rajat Dabade
b616dca52d
fix: the full view in service layer ( #4133 )
...
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-12-01 16:42:19 +05:30
dependabot[bot]
be519666a3
chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend ( #4134 )
...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools ) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md )
- [Commits](https://github.com/adobe/css-tools/commits )
---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 11:14:14 +05:30
Rajat Dabade
a48edac13b
fix: the default query issue in log ( #4108 )
2023-11-30 18:56:09 +05:30
Palash Gupta
0a77c7ab85
fix: onRun Query offset is made zero ( #4083 )
2023-11-30 18:41:26 +05:30
Yunus M
b2d6d75eef
feat: dashboard perf improvements ( #4010 )
...
* feat: dashboard perf improvements
* feat: remove console logs
* fix: remove console.log
* fix: update tests
* fix: update tests
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-11-30 13:56:49 +05:30
Palash Gupta
1f0fdfd403
feat: element is made into focus and scrolled into view after edit/save ( #4046 )
2023-11-29 18:21:26 +05:30
Raj Kamal Singh
ae3b604cdc
Fix: some pipelines UI fixes ( #4112 )
...
* fix: log pipelines: change incorrect placeholder for fields
* fix: incorrect timestamp display in logs preview output
2023-11-29 17:18:32 +05:30
Palash Gupta
381f497b95
fix: queryTable is updated with newData ( #4084 )
2023-11-29 12:08:20 +05:30
Vikrant Gupta
01df53074c
fix: [GH-4075]: block action on the view section if the dashboard is locked ( #4089 )
...
* fix: [GH-4075]: block action on the view section if the dashboard is locked
2023-11-29 00:02:51 +05:30
Yunus M
dae817640b
fix: [GH-4097]: Fix missing values in chart tooltip ( #4098 )
2023-11-28 17:18:48 +05:30
Palash Gupta
16839eb7d3
fix: updated the form value on mount ( #4076 )
...
* fix: updated the form value on mount
* fix: isLoading is replaced isFetching
2023-11-28 13:44:25 +05:30
Palash Gupta
780a863943
feat: added the share link for view widget mode ( #4052 )
2023-11-28 13:33:39 +05:30
Vikrant Gupta
8eb2b9e3d0
fix: [GH-4081]: no whitespace should appear when we remove hidden from body styles ( #4092 )
2023-11-28 08:30:37 +05:30
Yunus M
97ed163002
fix: sort tooltip value based on value and highlight on hover ( #4059 )
...
* fix: sort tooltip value based on value and highlight on hover
* fix: tsc issues
2023-11-27 18:07:15 +05:30
Vikrant Gupta
e18bb7d5bc
fix: [3958]: restrict dashboard api call on other pages ( #4066 )
2023-11-27 17:49:22 +05:30
Yunus M
1e4cf2513c
fix: update logic for handling data for uplot charts ( #4070 )
...
* fix: update logic for handling data for uplot charts
* fix: handle NaN data
2023-11-27 16:57:41 +05:30
Rajat Dabade
d1acad8ee4
fix: the undefined threshold format issue ( #4058 )
2023-11-24 18:17:58 +05:30
Alex Bowers
feaac39e2a
Dashboard full screen should be allowed regardless of whether dashboard is locked ( #4055 )
2023-11-24 14:50:45 +05:30
Palash Gupta
fc4cdea539
fix: dashboard delete is fixed and toast message is added ( #4050 )
...
* fix: dashboard delete is fixed and toast message is added
* fix: dashboard delete is fixed and toast message is added
* chore: message is updated
2023-11-24 11:51:26 +05:30
Yunus M
ec8a74d385
fix: new dashboard menu items are flickering ( #4039 )
2023-11-24 00:03:47 +05:30
Yunus M
40090aaf12
fix: remove tooltip on chart cleanup ( #4044 )
2023-11-23 16:35:44 +05:30
Rajat Dabade
4009ac83fe
[Feat]: threshold in table ( #4002 )
...
* feat: threshold in table
* refactor: updated the message
* chore: some css fixes
2023-11-23 15:32:06 +05:30
Yunus M
e7f9c3981b
feat: show dashboard in full screen ( #4040 )
...
* fix: show dashboard in full screen
* fix: update label and remove border from grid in fullscreen mode
2023-11-23 14:10:34 +05:30