Raj Kamal Singh
ed3017d247
chore: add logs pipelines nav and update logs pipelines title and routes ( #3858 )
...
* chore: update logs pipelines title and routes
* chore: add nav for logs pipelines
* feat: debounced pipelines sarch on change, navigation text changes
* fix: get lint passing
* fix: update snapshots for tests
---------
Co-authored-by: Yunus A M <myounis.ar@live.com>
2023-11-01 20:37:27 +05:30
Yunus M
991e39aad3
fix: 404 on clicking version menu item in side nav ( #3853 )
2023-11-01 01:26:08 +05:30
Yunus M
7de3cec477
fix: update logic to conditionally show Get Started and Billing routes ( #3807 )
2023-10-26 18:39:04 +05:30
Yunus M
814431e3a8
feat: add support page ( #3768 )
...
* feat: add support page
* feat: handle chat, slack connect and book a call functionality
2023-10-19 11:52:58 +05:30
Yunus M
6e20fbb174
fix: update version check login and other minor UI fixes ( #3759 )
...
* fix: update version check login and other minor UI fixes
* fix: update text in billing page
* fix: remove useEffect and replace with onSuccess and fix remaining days bug
2023-10-18 21:43:46 +05:30
Yunus M
f7fe64a8df
feat: add analytics group call ( #3757 )
...
* feat: add analytics group call
* feat: add safety check for billing breakdown variable
2023-10-17 16:54:37 +05:30
Yunus M
5b858f2963
Billing UI ( #3711 )
...
* feat: integrate billing api and wire up billing ui
* feat: show billing to admin only if on plans other than basic plan
* feat: show billing to admin only if on plans other than basic plan
* feat: update notfound snapshot
* chore: fix billing sidenav logic
* chore: fix several bugs
* chore: backend fix for billing
* fix: window.open pop blocker issue and error ui (#3750 )
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Co-authored-by: Rajat Dabade <rajat@signoz.io>
2023-10-16 23:57:44 +05:30
Palash Gupta
31b898b2c6
fix: active menu logic is updated ( #3602 )
2023-09-21 15:58:41 +05:30
Palash Gupta
b0861f4fe0
feat: old logs explorer is now deprecated ( #3576 )
...
* feat: old logs explorer is now deprecated
* chore: logs to trace is updated
* chore: min and max time is added
* chore: new explorer cta button is updated
2023-09-19 15:35:16 +05:30
Yunus M
9a00998930
feat: signoz cloud - show cloud onboarding docs only when the domain is signoz.cloud ( #3540 )
...
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-09-13 15:00:14 +05:30
Yunus M
c15240abab
Signoz cloud onboarding v1 ( #3525 )
...
* Signoz Cloud - Onboarding Flow - Getting Started page
* Signoz Cloud - Onboarding Flow - Java lang setup flow
* Signoz Cloud - Onboarding Flow - Wireup other lang docs for APM and create empty base component for other modules
* Signoz Cloud - Onboarding Flow - remove try signoz cloud button, Update code background
* Signoz Cloud - Onboarding Flow - Wire up all docs and modules
* Signoz Cloud - Onboarding Flow - Integrate Intercom and other minor fixes
* Signoz Cloud - Onboarding Flow - Logs Management - Update Connection Status component
* Signoz Cloud - Onboarding Flow - Logs Management - Update light mode styles
* Signoz Cloud - Onboarding Flow - Logs Management - Update Logs
* Signoz Cloud - Update yarn.lock
* Signoz Cloud - Delete Progress Steps component
* Signoz Cloud - Poll for connection status, created common Header component
* Signoz Cloud - Add polling to check connection status, update components to use common Header component
* Signoz Cloud - Render onboarding only if feature flag is enabled
* Signoz Cloud - Configure Logs Management Steps
* Signoz Cloud - Update intercom snippet and set max width for onboarding flow container to 1440px
* Signoz Cloud - Use andD card component for displaying modules
* chore: first clean up
* Signoz Cloud - Use ONBOARDING and CHAT_SUPPORT FF
* Signoz Cloud - Update version check logic and fix minor css issues
* fix: feature flag is updated
* chore: docusaurus is removed
* chore: docusaurus is removed
* feat: signoz cloud - fix typecheck errors
* feat: signoz cloud - enable chat support based on FF
* feat: signoz cloud - fix type errors
* feat: signoz cloud - fix type errors
* feat: signoz cloud - update webpack config rules
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-09-12 19:20:14 +05:30
Kanishka Chowdhury
9aa72f847c
style(FE/layout): Fix app scroll behaviour and sidenav footer section inconsistency ( #3426 )
2023-09-06 13:00:20 +05:30
Palash Gupta
2cdafa0564
feat: pipeline page ( #2168 ) ( #3185 )
...
* feat: pipeline page (#2168 )
* feat: Added POC of drag row table
* fix: resolved eslint issue
* fix: resolved webpack issue
* fix: config changes
* fix: removed unwanted code of antd table
* feat: added icon on expand row
* feat: ui of modal, alertbox & drag table
* feat: added DraggableTableRow component
* fix: issue on row reorder alert message
* fix: styling & dynamic name when delete pipeline
* feat: added edit modal ui
* fix: modal on create or edit open issue
* fix: types issue
* fix: text change & styled component
* fix: added react-i18next to translate constant
* fix: removed webpack change
* fix: webpack change
* feat: added processor expand row poc
* fix: linting issue
* fix: sonar gate issues
* fix: processor expand ui break issue
* fix: added missing types
* feat: added create & delete logic
* fix: types issue
* feat: added edit pipeline & processor logic
* fix: added diff. local file for pipeline
* fix: suggested changes for pipeline
* fix: order of key name on useTranslation
* test: added test cases
* fix: code level changes
* fix: code level changes
* fix: edit tags issue
* fix: changed inline function to handler
* test: resolved test cases issue
* fix: code level changes
* fix: changed file structure
* fix: added required styled component
* feat: added common utils functions
* fix: code level changes
* test: added test cases
* test: added more test cases
* fix: abstracted code of pipeline column
* fix: added utils for DraggableTableRow
* fix: issue on drag at DraggableTableRow
* test: added more test case
* fix: abstracted code of processor column
* fix: removed playwrite test
* fix: abstracted code render method
* fix: text correction pipline -> pipeline
* test: added more test cases
* fix: add pipeline form restructure
* fix: add processor form restructure
* fix: processor type issue
* fix: forms abstraction
* fix: on finish form abstraction
* test: additional test cases of utils
* feat: added new ui as per save config
* fix: test cases issue
* feat: added redux for data set managment
* fix: updated logic of redux
* fix: removed unused code
* fix: modified pipeline data onchangeof processor data
* fix: removed redux from pipeline
* fix: test cases prop issue resolved
* fix: reset field on add data
* fix: sonar gate code smell
* fix: sonar gate code duplicated issue
* fix: code level changes
* fix: add processor issue
* fix: code level changes
* chore: some of the types are updated
* fix: inline css into styled component
* fix: jsx element & type
* fix: username, email object issue
* fix: username, email object issue
* fix: types issues
* fix: inline condition removed
* fix: code level changes
* feat: integrated listing of pipeline & processor api
* feat: integrated post api of pipeline & processor poc
* feat: integrated delete api of pipeline & processor
* fix: create pipeline api payload issue
* fix: updated jest test cases
* fix: processor order id ui issue
* fix: create pipeline issue on payload
* fix: add processor payload issue resolved
* fix: added missing field on add pipeline
* fix: processor type selection issue
* fix: test cases updated
* fix: sonar gate failed issue
* fix: removed inline function
* fix: enable switch logic at pipeline & processor level
* fix: retain removed from type list
* fix: build issue on jest
* fix: test cases updated
* chore: config is updated
* chore: test snapshot is updated
* fix: test cases updated
* chore: test snapshot is updated
* chore: test snapshot is updated
* fix: api & ui integration of change history tab
* chore: webpack is updated
* test: test is updated
* chore: build is fixed
* chore: react-dnd is downgraded
* chore: process is added
* chore: build is fixed
* chore: react-dnd is updated
* fix: suggested changes
* fix: tab pane issue
* fix: build issue
* fix: code level changes
* fix: code level changes
* fix: added types in def file
* fix: code level changes
* fix: test cases updated
* fix: error message notification
* fix: after reorder pipeline expand is not working
* fix: on add of processor added optional field
* feat: added search pipeline feature
* fix: sonar gate failed issue
* fix: processor reorder issue
* fix: processor reorder output property issue
* feat: added json_parser processor
* fix: scalable code of component of column
* fix: processor reorder issue
* fix: search pipeline issue
* fix: creating a pipeline description is an optional field
* fix: nitya's suggested changes
* fix: test cases updated
* fix: edit data pipeline & processor
* fix: pipeline cancel issue
* fix: edit processor wrong payload
* fix: processor reorder issue at payload
* fix: pipeline undefined handle
* fix: pipeline no data case
* fix: updated test case
* fix: resolved pipeline undefined issue
* fix: processor data case
* feat: added submenu system for pipeline
* fix: pipeline suggested changes
* fix: updated test case
* fix: pipeline suggested changes
* fix: test cases updated
* test: updated test cases
* chore: build issue
* fix: pipeline level changes
* fix: pipeline page access issue
* fix: resolved issue on add operator when pipeline is empty
* test: jest test cases updated
* chore: try signoz cloud link is updated (#2928 )
* fix: solve history page issue
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Pranay Prateek <pranay@signoz.io>
* chore: merge conflicts is resolved
* test: snaps are updated
* fix: remove unused dependency on process^0.11.10
---------
Co-authored-by: Chintan Sudani <46838508+techchintan@users.noreply.github.com>
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Raj <rkssisodiya@gmail.com>
2023-08-02 11:22:24 +05:30
dnazarenkosignoz
37fc00b55f
feat: add the Trace Explorer page with Query Builder ( #2843 )
...
* feat: update the SideNav component
* feat: add the Trace Explorer page with Query Builder
* chore: build is fixed
* chore: tsc build is fixed
* chore: menu items is updated
---------
Co-authored-by: Nazarenko19 <danil.nazarenko2000@gmail.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-06-19 18:27:58 +05:30
Yevhen Shevchenko
5bdb0e84d1
Feat/logs explorer ( #2905 )
...
* feat: add query builder and graph
* feat: add graph
* fix: id in the another places
* fix: multiple queries for explorer logs
* chore: chunkName is updated
---------
Co-authored-by: Chintan Sudani <46838508+techchintan@users.noreply.github.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-06-16 16:08:39 +05:30
dnazarenkosignoz
540568d29f
feat: update the SideNav component ( #2858 )
...
* feat: update the SideNav component
* chore: onClick is updated
* chore: selected condition is updated
* fix: build is fixed
---------
Co-authored-by: Nazarenko19 <danil.nazarenko2000@gmail.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-06-08 13:19:33 +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
Palash Gupta
6949c659af
feat: resource attribute query is shared in the app navigation from sidebar ( #2553 )
2023-04-20 18:14:32 +05:30
Palash Gupta
20b1f96c19
fix: global time navigation is fixed ( #2533 )
2023-04-03 13:30:48 +05:30
Palash Gupta
99ed314fc9
feat: resource attribute is added in the exception ( #2491 )
...
* feat: resource attribute is added in the exception
* fix: build is fixed
* chore: methods is updated to post
* fix: build is fixed
* fix: listErrors, countErrors API request body
* chore: type of the function is updated
* chore: convertRawQueriesToTraceSelectedTags is updated
* fix: resource attribute is updated
* chore: selected tags is updated
* feat: key is updated
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-03-29 14:45:58 +05:30
Chintan Sudani
192d3881a1
fix: commented unwanted sidebar menu option ( #2513 )
...
* fix: Removed Strict mode to stop render twice
* fix: commented unwanted sidebar menuoption
2023-03-28 21:22:06 +05:30
Chintan Sudani
c3763032df
feat: added submenu system at sidebar ( #2486 )
...
* fix: Removed Strict mode to stop render twice
* feat: added submenu system at sidebar
2023-03-23 14:50:17 +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
Palash Gupta
2f5908a3dd
feat: antd is updated from v4 to v5 ( #2012 )
...
* feat: v5 is in progress
* feat: antdv5 is updated
* fix: build is fixed
* fix: default config is over written by custom one
* chore: onchange handler is updated
* chore: overflow is hidden in the layout
* Update index.tsx
* fix: import is fixed
* chore: un used import is fixed
* fix: dark mode is updated in service map
* fix: config dropdown is updated
* fix: logs types is updated
* fix: copy clipboard notification is updated
* chore: layout changes are updated
* chore: colors is updated
* chore: action width is updated
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-01-11 14:39:06 +05:30
Pranay Prateek
31a3bc09c8
Removing Beta tag from Logs ( #1952 )
2022-12-31 11:11:48 +05:30
Yash Joshi
f0e13784e5
fix(sidebar): highlight active feature in nested route ( #1929 )
...
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2022-12-30 01:10:02 +05:30
Pranshu Chittora
1ec9248975
feat: getting started page ( #1560 )
...
Co-authored-by: palashgdev <palashgdev@gmail.com>
2022-09-12 16:26:01 +05:30
Pranshu Chittora
7a4750a882
Logs UI ( #1436 )
...
* feat: logs routing
* feat: add redux for logs
* feat: logs filter ui
* feat: logsql parser integration
* feat: logs table initial version
* feat: logs aggregated view
* feat: add log detail
* feat: log live tail
* feat: Logs TTL UI
2022-08-11 11:45:28 +05:30
Palash
73c2137cd7
chore: css for light is updated
2022-06-29 09:14:27 +05:30
Palash
d0e272b679
fix: text is updated in the light and dark mode ( #1318 )
2022-06-28 16:18:16 +05:30
Palash
c6d57a7a53
Merge branch 'develop' into 1249-service-tab
2022-06-13 18:39:52 +05:30
Palash gupta
d8775c91d7
feat: metrics is renamed to services in sidebar
2022-06-13 18:38:06 +05:30
Pranshu Chittora
052eb25cff
chore(FE): sidebar red dot styling
2022-06-08 23:15:48 +05:30
Palash gupta
2e9e29eb38
fix: tag style is updated
2022-05-20 14:02:46 +05:30
palash-signoz
4b8bd2e335
feat: tags are added in the sidebar ( #1153 )
...
* feat: tags are added in the sidebar
* chore: styles is updated
2022-05-20 11:43:23 +05:30
palash-signoz
b16a793cbc
Error is re-name to exceptions ( #1093 )
...
* chore: error is named to expections
2022-05-05 13:59:25 +05:30
palash-signoz
59f32884d2
Feat(UI): Auth ( #1018 )
...
* auth and rbac frontend changes
2022-05-03 15:27:09 +05:30
palash-signoz
5424c7714f
feat: Error exception ( #979 )
...
* feat: error expection page is made
2022-04-22 20:03:08 +05:30
palash-signoz
2a348e916c
feat: version page is added ( #924 )
...
* feat👔 : getLatestVersion api is added
* chore: VERSION page is added
* feat: ✨ version page is added
* chore: all string is grabbed from locale
* chore: warning is removed
* chore: translation json is added
* chore: feedback about version is added
* chore: made two different functions
* unused import is removed
* feat: version changes are updated
* chore: if current version is present then it is displayed
2022-04-05 18:21:25 +05:30
palash-signoz
01bad0f18a
chore: eslint fix ( #884 )
...
* chore: eslint is updated
* chore: some eslint fixes are made
* chore: some more eslint fix are updated
* chore: some eslint fix is made
* chore: styled components type is added
* chore: some more eslint fix are made
* chore: some more eslint fix are updated
* chore: some more eslint fix are updated
* fix: eslint fixes
Co-authored-by: Pranshu Chittora <pranshu@signoz.io>
2022-03-24 12:06:57 +05:30
palash-signoz
1c5c65ddf7
bug: useHistory is removed and dashboard loading component is removed ( #802 )
...
* bug: useHistory is removed and dashboard loading component is removed
* chore: new dashboard is updated
* chore: new dashboard is updated
* chore: sidenav is updated
* chore: getX console is removed
* chore: sidenav is updated with correct pathname
2022-03-22 21:56:12 +05:30
Pranshu Chittora
3ab0e1395a
feat: data time, UI and graph label consistency across FE ( #878 )
...
* feat: data time and graph label consistency across FE
* feat: saved state of sidebar and horizontal scroll fix for trace filter page
* feat: add Y-Axis unit for missing metrics graphs
* chore: update node version from 12.18 to 12.22
* fix: 24hr time unit on graph
2022-03-22 16:22:02 +05:30
palash-signoz
f1f606844a
chore: Eslint fix config ( #882 )
...
* chore: eslint config is updated
* chore: eslint auto fix is added
2022-03-22 12:10:31 +05:30
Palash gupta
84b70c970f
chore: eslint fixes are updated
2022-03-14 20:12:42 +05:30
palash-signoz
9f7c60d2c1
Fe: Feat/trace detail ( #764 )
...
* feat: new trace detail page flame graph
* feat: new trace detail page layout
* test: trace detail is wip
* chore: trace details in wip
* feat: trace detail page timeline component
* chore: spantoTree is updated
* chore: gantchart is updated
* chore: onClick is added
* chore: isSpanPresentInSearchString util is added
* chore: trace graph is updated
* chore: added the hack to work
* feat: is span present util is added
* chore: in span ms is added
* chore: tooltip is updated
* WIP: chore: trace details changes are updated
* feat: getTraceItem is added
* feat: trace detail page is updated
* feat: trace detail styling changes
* feat: trace detail page is updated
* feat: implement span hover, select, focus and reset
* feat: reset focus
* feat: spanId as query table and unfurling
* feat: trace details is updated
* chore: remove lodash
* chore: remove lodash
* feat: trace details is updated
* feat: new trace detail page styling changes
* feat: new trace detail page styling changes
* feat: improved styling
* feat: remove horizontal scrolling
* feat: new trace detail page modify caret icon
* chore styles are updated
* Revert "chore: Trace styles"
* chore styles are updated
* feat: timeline normalisation
* chore: remove mock data
* chore: sort tree data util is added and selected span component is updated
* chore: trace changes are updated
* chore: trace changes are updated
* chore: trace changes are updated
* feat: refactored time units for new trace detail page
* chore: remove mockdata
* feat: new trace detail page themeing and interval loop fix
* chore: error tag is updated
* chore: error tag is updated
* chore: error tag is updated
* chore: error tag is updated
* chore: console is removed
* fix: error tag expand button
* chore: expanded panel is updated
* feat: scroll span from gantt chart intoview
* chore: trace detail is removed
Co-authored-by: Pranshu Chittora <pranshu@signoz.io>
2022-03-03 19:04:23 +05:30
Udasi Tharani
1eb333a890
fixing collapse button background
2022-02-22 22:52:12 +05:30
Palash gupta
567c81c0f9
chore:button text is updated
2022-02-13 12:05:20 +05:30
Palash gupta
31f0a9f0b6
feat: slack community link is updated
2022-02-12 15:17:40 +05:30
Palash gupta
bad14a7d09
feat: slack community link is updated
2022-02-12 15:01:38 +05:30
Pranshu Chittora
07f4fcb216
fix(FE): Sidebar navigation when collapsed ( #686 )
...
* Update README.md
* ci(k3s): 💚 fix correct raw github URL for hotrod (#661 )
Signed-off-by: Prashant Shahi <prashant@signoz.io>
(cherry picked from commit d92a3e64f58477af46fc56781489a4be05ec42f0)
* chore: 🚚 rename config .yaml to yml for behaviorbot (#673 )
Signed-off-by: Prashant Shahi <prashant@signoz.io>
(cherry picked from commit cd04a39d3dcc1579dc5807ad9cece4eed4437f0d)
* fix(FE): sidebar navigation when collapsed
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-02-09 11:48:54 +05:30