* added dummy jaeger json file
* added jaeger types file
* added dev jaeger endpoint
* added jaeger modal with trace visual / information
* refactored jaeger logic
fixed offsets on short duration spans
* refactored into smaller components & added basic scroll bar
* removed buttons, added scroll-x, fixed details height and scroll-y
* shrunk bar graph to fit view port
* slight adjustments
* removed ref and now calculate width based on window innerwidth
* @media for phone layouts
* -fixed details width and padding.
-removed scroll.tsx as not needed now
-using SpanKind to find parent for now
* -reduced truncate size for smaller screens
* -root span is now determined from parentSpanId not being found
* removed un-needed calls to /getRecentCalls as this was causing a race condition when pcap & jaeger fetching at same time
- removed console.log's
* wip: add tabs for recent callt tracing
* wip: add tabs for recent callt tracing
* wip: add tabs for recent callt tracing
* fix: review comments
* fix: review comments
---------
Co-authored-by: ajukes <ajukes@vibecoms.co.uk>
* fix the webapp blocking account name if exists in anohter SP
* hard reload when changing SP
* password settings enhance special chars
---------
Co-authored-by: eglehelms <e.helms@cognigy.com>
* feat: custom Vendor
* feat: custom Vendor
* fix: application with custom tts/stt vendor
* fix custom speech name when editing
* fix: all comments
* fix: remove custom in the list and show extra (custom)
* fix: prettier and application sythesizer selector
* fix: addd VITE_DISABLE_CUSTOM_SPEECH
---------
Co-authored-by: Quan HL <quanluuhoang8@gmail.com>
* feat: add app_json to application
* fix: review comment
* fix: review comment
* fix: review comment
* textarea for initial json in applications form
* check/uncheck overide app_json will not erase app_json, update faile still have app_json
---------
Co-authored-by: Quan HL <quanluuhoang8@gmail.com>
Co-authored-by: Dave Horton <daveh@beachdognet.com>
* fix bug where you could not delete carriers and speech
* remove activeSP from localstore after delete
---------
Co-authored-by: EgleHelms <e.helms@cognigy.com>
* Improving naming consistency
* direct routing is a voice term
* fix more inconsistencies
* explicitly disable autocomplete
Co-authored-by: EgleHelms <e.helms@cognigy.com>
* fix issue where is_active user & force_change cannot be deactivated
* fix API keys not visible for SP users
Co-authored-by: EgleHelms <e.helms@cognigy.com>
* date fix for alerts and recent calls
* add a check for value to exist
* getRecentCalls with sip_callid
Co-authored-by: EgleHelms <e.helms@cognigy.com>
* limitations to carriers and speech
* post speech to a different path if scoped user
* add filtering to speech creds
* check reroute when logging in
* faulty checks
* fix access conditionals
* add restrictions to applications and accounts
* apply 1st review comments
* fix routing
* apply review comments
* discussed changes
* useScopedRedirect
* Refactor how we manage scope for navi (#163)
* fix user name
* Fix useScopedRedirect hook (#164)
* Fix useScopedRedirect hook
* Refactor user UI
* Move user-me to own directory
* add scope limits to routes
* scope optional limits
* cleanup
* apply review comments
* Refactor conditional apiUrl logic -- add apiPath to deps in useApiData hook (#168)
* apply review comments - accountFilter remove from AccountScoped Views
* remove account filtering as it is done on back-end now
* Cleanup some things
* Clean up some scope things
* Implement account user PUT method for carriers
* filterScopeOptions accorfing to user scope
Co-authored-by: eglehelms <e.helms@cognigy.com>
Co-authored-by: Brandon Lee Kitajchuk <bk@kitajchuk.com>
Co-authored-by: Dave Horton <daveh@beachdognet.com>
* add optional account limits with env var
* add env sample and comment
* fix typo in selecti selection of unit
* apply review comments
Co-authored-by: eglehelms <e.helms@cognigy.com>