Yunus M
7d960b79dd
feat: update sidebar and base theme styles ( #4272 )
...
* feat: update sidebar and base theme styles
* feat: update sidebar items and styles
* feat: wire up logs navigation and update user settings page
* feat: update styles to handle light mode, add full view header
* feat: update onboarding header and styles
* feat: remove unused routes
* feat: handle sidebar collapse
* feat: show pointer on logo hover
* feat: fix logs module navigations
* feat: update logo click route
* feat: update entity name color to primary in application and dashboard tables
* feat: update sidebar item styles
* feat: update collapse icon and styles
* fix: name not updated in menu on change
* fix: show invite members nav item
* fix: open invite members modal on invite team member nav item click
2024-01-05 11:15:31 +05:30
Yunus M
0906886e9a
feat: dashboard lock feature ( #3880 )
...
* feat: dashboard lock feature
* feat: update API method and minor ui updates
* feat: update API and author logic
* feat: update permissions for author role
* feat: use strings and remove console logs
2023-11-03 17:27:09 +05:30
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
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
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
Yunus M
0d3cbb1db2
feat: hoc to support markdown content with variable interpolation ( #3667 )
...
* feat: hoc to support markdown content with variable interpolation
* feat: add ingestion settings page
* feat: update ingestion settings page and java docs to use interpolation
* feat: integrate ingestion info API and update docs components to use ingestion info
* feat: address review comments and update <my-app> to <servive-name>
2023-10-11 15:33:24 +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
Yevhen Shevchenko
d184486978
feat: create live logs page and custom top nav ( #3315 )
...
* feat: create live logs page and custom top nav
* fix: success button color
* fix: turn back color
* feat: add live logs where clause (#3325 )
* feat: add live logs where clause
* fix: undefined scenario
* feat: get live data (#3337 )
* feat: get live data
* fix: change color, change number format
* chore: useMemo is updated
* feat: add live logs list (#3341 )
* feat: add live logs list
* feat: hide view if error, clear logs
* feat: add condition for disable initial loading
* fix: double request
* fix: render id in the where clause
* fix: render where clause and live list
* fix: last log padding
* fix: list data loading
* fix: no logs text
* fix: logs list size
* fix: small issues
* fix: render view with memo
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
* fix: build is fixed
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Yunus M <myounis.ar@live.com>
2023-08-29 17:53:22 +05:30
Palash Gupta
ed65c92fc7
feat: layout is updated for logs-settings ( #3220 )
...
* feat: layout is updated
* feat: layout is updated
* feat: layout is updated
* chore: types and build pipeline is fixed
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-08-03 12:52:39 +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
Amol Umbark
106033c296
Feature: SSO Login and Feature gating in UI ( #1605 )
...
* feat: added usefeatureflags hook and relevant code
* chore: resolved lint issues
* chore: applied translations
* feat: added signup for sso
2022-10-04 13:43:58 +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
Pranshu Chittora
1f4f281965
feat(FE): save dashbaord with RBAC permissions
2022-06-09 12:04:47 +05:30
Pranshu Chittora
ce14638a63
feat(FE): dashboard edit permission based on RBAC
2022-06-08 22:57:34 +05:30
palash-signoz
fb97540c7c
chore: tsc is fixed ( #1078 )
2022-05-04 20:52:33 +05:30
palash-signoz
9cf5c7ef74
chore: new dashboard permission is added for editor and admin ( #1077 )
...
* chore: new dashboard permission is added for editor and admin
2022-05-04 20:40:49 +05:30
palash-signoz
ffae767fab
chore: edit widget is allowed for admin and editor ( #1074 )
2022-05-04 19:16:30 +05:30
palash-signoz
6c5a48082b
delete widget is added for admin and editor ( #1066 )
2022-05-04 17:35:48 +05:30
palash-signoz
5caf94f024
feat: permission is added in the dashboard button ( #1051 )
2022-05-04 01:31:44 +05:30
palash-signoz
59f32884d2
Feat(UI): Auth ( #1018 )
...
* auth and rbac frontend changes
2022-05-03 15:27:09 +05:30