Yevhen Shevchenko
8e20ca8405
fix: click on field in the list item ( #3120 )
2023-07-12 19:29:33 +05:30
Yevhen Shevchenko
c656803162
feat: update where clause based on log field ( #3103 )
...
* feat: update where clause based on log field
* chore: small changes are updated
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-07-11 19:23:15 +05:30
Palash Gupta
652bd52ea7
feat: navigation to new explorer from old page are updated ( #3093 )
2023-07-11 10:54:33 +05:30
Yevhen Shevchenko
84c81b054c
feat: add tooltip for disabled tab ( #3071 )
2023-07-07 18:05:42 +05:30
Yevhen Shevchenko
193dca3a2b
fix: remove list item transition ( #3062 )
2023-07-06 22:05:55 +05:30
Yevhen Shevchenko
eb2a955323
fix: table columns adding ( #3058 )
...
add configurable order for appending table columns
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-07-06 21:26:29 +05:30
Yevhen Shevchenko
76ba364317
Feat/list infinity scroll ( #2992 )
...
* feat: add custom orderBy
* feat: infinity scroll list logs list
* feat: add infinity table view
* Fix/double query logs request (#3006 )
* feat: add control panel
* fix: repeating query api request
* fix: scroll, remove id, page size
* fix: reset offset to 0
* feat: add log explorer detail (#3007 )
* feat: add control panel
* fix: repeating query api request
* feat: add log explorer detail
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
* feat: add group by in the logs chart (#3009 )
* feat: add control panel
* fix: repeating query api request
* feat: add log explorer detail
* feat: add group by in the logs chart
* fix: list timestamp, limit, filter order
* feat: add list chart (#3037 )
* feat: add list chart
* refactor: remove console log
* feat: hide aggregate every for table view (#3046 )
* feat: hide aggregate every for table view
* fix: text filter for inactive filters
* refactor: remove log
* fix: table columns
* fix: timestamp type
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-07-06 16:52:44 +05:30
Yevhen Shevchenko
522bdf04ef
feat: Add Generic Table View in the logs explorer ( #2936 )
...
* feat: add dynamic table based on query
* fix: group by repeating
* fix: change view when groupBy exist in the list
* fix: table scroll
* fix: filters for explorer page (#2959 )
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-06-23 12:45:09 +05:30
Rajat Dabade
c05c939ee1
feat: sorting for tooltip in graph view ( #2948 )
...
* feat: sorting for tooltip in graph view
* Update index.tsx
* refactor: name of the variable in itemSort
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-06-22 17:58:56 +05:30
Palash Gupta
2f27908434
test: some of the test case is added ( #2607 )
...
* test: some of the test case is added
* fix: build is fixed
* chore: tsc is fixed
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-05-24 15:21:30 +05:30
Palash Gupta
cf95d9c76f
fix: remove some of the frontend redundant packages ( #2731 )
...
* test: added few test cases for Tooltip
* fix: some of the stale frontend package are removed
* chore: flat package is removed
---------
Co-authored-by: Sanjib <sanjib.sah@yahoo.com>
2023-05-19 17:42:20 +05:30
Sanjib Kumar Sah
e2ce1eb88b
Test: added few test cases for Tooltip ( #2714 )
...
* test: added few test cases for Tooltip
* Update TextToolTip.test.tsx
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-05-19 15:37:23 +05:30
Sanjib Kumar Sah
a047801014
Test: added few test cases for MessageTip ( #2715 )
...
* test: added few test cases for MessageTip
* chore: test is fixed
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-05-19 13:42:14 +05:30
GermaVinsmoke
72452dc946
chore: remove react import ( #2727 )
...
* chore: added jsx-runtime plugin in eslint tsconfig
Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com>
* chore: updated react imports
Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com>
* chore: renamed redux dispatch
Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com>
* fix: build is fixed
---------
Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-05-19 13:14:32 +05:30
Sanjib Kumar Sah
e7f5adc8a9
Fix: disabled content being copied on keyDown action ( #2716 )
...
* fix: disabled content being copied on keyDown action
* chore: tab index and role is updated
* fix: reverted lodash changes
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-05-19 11:58:01 +05:30
Palash Gupta
a0c320e47e
feat: trace to logs and logs to trace is added ( #2699 )
...
* feat: trace to logs and logs to trace is added
* chore: icons and spanId is updated
* chore: feedback changes are updated
---------
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2023-05-18 12:36:02 +05:30
Palash Gupta
2089c51f63
test: editor test case is added ( #2649 )
2023-05-03 00:26:06 +05:30
Palash Gupta
a8eec1b7ab
test: loadable component is added ( #2650 )
2023-05-01 18:42:44 +05:30
Palash Gupta
c74896b213
fix: cursor pointer is removed the table view ( #2547 )
2023-04-04 16:42:52 +05:30
Palash Gupta
037559537b
feat: keys for the service map is updated ( #2525 )
2023-03-31 12:59:57 +05:30
GitStart
da4cbf6c2f
fix: tabs deprecation warning from antd ( #2479 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Chintan Sudani <46838508+techchintan@users.noreply.github.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-03-22 12:01:37 +05:30
Chintan Sudani
481792d4ca
fix: create/edit panel shows a blank page ( #2473 )
2023-03-20 18:46:20 +05:30
Palash Gupta
91c3abae37
feat: editor is updated ( #2464 )
2023-03-17 15:12:31 +05:30
Rajat Dwivedi
c4b052c51e
upgraded some deprecated packages ( #2424 )
...
* fix: upgrade deprecated pkg
* fix: reverted linebreak rules
* chore: some of the refactoring is done regarding the performance
---------
Co-authored-by: Chintan Sudani <46838508+techchintan@users.noreply.github.com>
Co-authored-by: palashgdev <palashgdev@gmail.com>
2023-03-14 16:55:15 +05:30
palashgdev
66b2e17bba
feat: color coding is added in the table view ( #2437 )
2023-03-10 13:55:42 +05:30
palashgdev
7f04a4407b
feat: color coding is added in the list view ( #2432 )
2023-03-07 18:15:54 +05:30
palashgdev
2a03291171
feat: body is added in the log ( #2431 )
2023-03-07 18:07:23 +05:30
GitStart
080a53a9b4
fix: menu antd deprecation warning ( #2416 )
...
* fix: menu antd deprecation warning
* chore: some of the refactoring is updated
---------
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: palashgdev <palashgdev@gmail.com>
2023-03-03 16:39:24 +05:30
palashgdev
e46b7e41e5
feat: restricted_SELECTED_FIELDS is filtered from the selected list ( #2401 )
...
* feat: restricted_SELECTED_FIELDS is filtered from the selected list
* chore: selected id fields is removed from the rendering part
2023-03-01 17:26:37 +05:30
Mary Ojo
b0d5b15330
style: corrected the positioning of the charts tooltip ( #2402 )
...
* style: corrected the positioning of the charts tooltip
* style: stored value for pixel in variable
* chore: logic is shifted to plugin
---------
Co-authored-by: palashgdev <palashgdev@gmail.com>
2023-02-28 14:16:31 +05:30
palashgdev
80cd317b3b
feat: color encoding is added in the logs raw view ( #2398 )
...
* chore: some of the changes are updated
* feat: ansi-to-html is added
* feat: color is added in the raw view
2023-02-28 11:03:02 +05:30
Chintan Sudani
174fc107c2
fix: scrollbar issue on widget ( #2359 )
...
* fix: Removed Strict mode to stop render twice
* fix: scrollbar issue on widget
2023-02-23 17:06:57 +05:30
volodfast
bad80def90
feat: add list and table views for logs ( #2163 )
...
* feat: add list and table views for logs
* chore: some of the changes are updated
* chore: some of the refactoring is done
* chore: px to updated to rem
* chore: constant is moved to local storage
* refactor: some of the refactoring is updated
* chore: some of the changes are updated
* fix: resize log table issue
* chore: logs is updated
* chore: resize header is updated
* chore: font observer is added in package json and hook is added for same
* chore: no logs text is updated
* chore: no logs text is updated
* chore: updated some feedback in raw logs line
* chore: types is added
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Chintan Sudani <csudani7@gmail.com>
2023-02-15 14:55:15 +05:30
GitStart
7998d474e2
FE: Create a single instance of notification in form of Context Provider and use it across whole app ( #2196 )
...
* feat: create notification context provider
* chore: import is updated to absolute import
---------
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Palash <palashgdev@gmail.com>
2023-02-12 08:53:00 +05:30
palashgdev
b67206dd65
fix: graph component is memorised ( #2223 )
2023-02-10 18:02:37 +05:30
volodfast
de370d7f0c
feat: increase chart point visibility ( #2185 )
2023-02-07 20:59:11 +05:30
volodfast
8a5b26cefe
feat: highlight nearest in chart on hover ( #2184 )
...
Co-authored-by: palashgdev <palashgdev@gmail.com>
2023-02-07 16:55:33 +05:30
palashgdev
2a20b6fc86
fix: unit test is fixed with react 18 ( #2199 )
2023-02-07 16:42:49 +05:30
Chintan Sudani
62b2462e03
feat: modified resize table component ( #2175 )
...
* fix: Removed Strict mode to stop render twice
* feat: modified resize table component
2023-02-03 18:06:26 +05:30
Chintan Sudani
152846f554
feat: Added Resizable Wrapper for Ant Design Table ( #2014 )
...
* feat: Added Resizable Wrapper for AntD Table
* chore: Merging upstream develop into fork
* chore: updated lock file
* fix: Lint issues resolved
* fix: Lint issues resolved
* fix: Types issues
* fix: linting issues
* fix: Types issues
* fix: POC of new resize lib
* fix: linting issues
* chore: resize is updated
* fix: added old lib logic
* fix: removed console.log
* chore: types are updated
* chore: removed un used style
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-02-02 16:53:15 +05:30
GitStart
846da08cbd
refactor: antdv5 notfications ( #2161 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: gitstart-app[bot] <57568882+gitstart-app[bot]@users.noreply.github.com>
Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com>
Co-authored-by: RubensRafael <rubensrafael2@live.com>
Co-authored-by: niteshsingh1357 <niteshsingh1357@gmail.com>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-02-02 11:38:32 +05:30
Palash Gupta
17f32e9765
feat: global time is updated ( #2013 )
2023-02-02 11:12:12 +05:30
GitStart
a2a8a32d1c
fix: different time formats in hover legend and x-axis on charts ( #2040 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: niteshsingh1357 <niteshsingh1357@gmail.com>
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: gitstart-app[bot] <57568882+gitstart-app[bot]@users.noreply.github.com>
Co-authored-by: Rafael <rafael.toledo@engenharia.ufjf.br>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-02-01 15:04:17 +05:30
Chintan Sudani
213838a021
fix: Chart loaders on reload and change of time interval at dashboard ( #2068 )
...
* fix: Chart data logic on dashboard reloads
* fix: linting issues
* fix: added right side loader & css config
* fix: loader condition change
* fix: linting issues
* fix: error state of API
* fix: Resolved suggested changes
* fix: Error state for API Failed
* fix: Default loading state
* fix: linting issues
* fix: Suggested changes
* feat: Added common hook for previous value
* chore: usePrevious is made type safety
* chore: chart data set is updated
* chore: removed eslint rule
* fix: commitlint issue on commit
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-01-25 20:31:42 +05:30
Chintan Sudani
a654baaa5b
fix: graph flickering issue on trace page ( #2120 )
...
* fix: Removed Strict mode to stop render twice
* fix: graph flickering issue on trace page
2023-01-25 19:55:33 +05:30
Palash Gupta
e62e541fc4
FE: added more eslint rule ( #2090 )
...
* chore: arrow-body-style func-style is added in the rule
* fix: linting issues fixed
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-01-24 18:53:04 +05:30
Chintan Sudani
186632af69
fix: Changed Legends UI & Scrollable ( #2078 )
...
* fix: Changed Legends UI & Scrollable
* fix: Changed axis label color
* fix: Changed Legends UI & Scrollable
* chore: Removed other issues changes
* fix: linting issues
* fix: changed fontsize of legend
* fix: changed height of legend
* chore: px is updated to rem
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-01-18 19:53:45 +05:30
Chintan Sudani
fa652be926
fix: Changed axis label color ( #2080 )
...
* fix: Changed axis label color
* fix: linting issues
* chore: helpers is updated
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-01-18 19:40:15 +05:30
volodfast
1e39131c38
feat: drag select timeframe on charts ( #2018 )
...
* feat: add drag select functionality to chart
* fix: use redux stored values for time frame selection
* fix: ignore clicks on chart without dragging
* feat: add intersection cursor to chart
* refactor: update drag-select chart plugin
* fix: respond to drag-select mouseup outside of chart
* fix: remove unnecessary chart update
* feat: add drag-select to dashboard charts
* refactor: add util functions to create custom plugin options
* fix: enable custom chart plugins
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2023-01-17 17:00:34 +05:30
GitStart
eec236af50
Add visual feedback on Copy JSON
in Log filter page ( #2055 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: niteshsingh1357 <niteshsingh1357@gmail.com>
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.com>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
2023-01-16 12:03:35 +05:30