-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added network and activity logs to Web Chat log panel #6638
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hatpick
reviewed
Apr 1, 2021
Composer/packages/client/src/components/WebChat/WebChatPanel.tsx
Outdated
Show resolved
Hide resolved
Composer/packages/client/src/components/WebChat/WebChatPanel.tsx
Outdated
Show resolved
Hide resolved
Composer/packages/client/src/components/WebChat/WebChatPanel.tsx
Outdated
Show resolved
Hide resolved
...ackages/client/src/pages/design/DebugPanel/TabExtensions/WebchatLog/WebChatInspectorPane.tsx
Outdated
Show resolved
Hide resolved
...ackages/client/src/pages/design/DebugPanel/TabExtensions/WebchatLog/WebChatInspectorPane.tsx
Outdated
Show resolved
Hide resolved
...r/packages/client/src/pages/design/DebugPanel/TabExtensions/WebchatLog/WebchatLogContent.tsx
Outdated
Show resolved
Hide resolved
...r/packages/client/src/pages/design/DebugPanel/TabExtensions/WebchatLog/WebchatLogContent.tsx
Outdated
Show resolved
Hide resolved
...r/packages/client/src/pages/design/DebugPanel/TabExtensions/WebchatLog/WebchatLogContent.tsx
Outdated
Show resolved
Hide resolved
...r/packages/client/src/pages/design/DebugPanel/TabExtensions/WebchatLog/WebchatLogContent.tsx
Outdated
Show resolved
Hide resolved
tonyanziano
requested review from
a-b-r-o-w-n,
beyackle,
boydc2014,
cwhitten,
GeoffCoxMSFT and
srinaath
as code owners
April 1, 2021 22:58
tonyanziano
changed the title
Added network and activity logs to Web Chat log panel
feat: Added network and activity logs to Web Chat log panel
Apr 1, 2021
…BotFramework-Composer into toanzian/web-chat-log
…BotFramework-Composer into toanzian/web-chat-log
srinaath
previously approved these changes
Apr 6, 2021
…oser into toanzian/web-chat-log
…BotFramework-Composer into toanzian/web-chat-log
Signed-off-by: Srinaath Ravichandran <[email protected]>
…BotFramework-Composer into toanzian/web-chat-log
…BotFramework-Composer into toanzian/web-chat-log
…BotFramework-Composer into toanzian/web-chat-log
hatpick
approved these changes
Apr 7, 2021
Merged
lei9444
pushed a commit
to lei9444/BotFramework-Composer-1
that referenced
this pull request
Jun 15, 2021
…t#6638) * Added fadedWhenReadOnly option to JsonEditor * Added activity tracking and inspection panel * Plumbed data through to Web Chat inspection panel. * More style polish * Made inspector resizable and did some renames * Plumbed network response data into log * Fixed logging network responses to client * Condensed network and activity traffic into one socket * Consolidated network errors into traffic channel * Cleaned up types and recoil code * Factored out client code into smaller components * Only show error indicator when unread errors are present * Fixed client tests * Fixed server tests. * Removing old name directory * Adding back properly named dir * PR comments * Fixed timestamps * More PR comments addressed * Fixed tests * Addressed more PR comments * Fixed types * Added test for logNetworkTraffic * Fixed test. * Updated recoil dispatcher names to be consistent. * Added web chat state tests * Adjusted fonts in both log and inspector panes to match * Merge conflicts resolved Signed-off-by: Srinaath Ravichandran <[email protected]> * Smoothing out merge conflict * Moved network logging middleware to specific routes * Fixed attachment route tests. Co-authored-by: Ben Yackley <[email protected]> Co-authored-by: Srinaath Ravichandran <[email protected]> Co-authored-by: Dong Lei <[email protected]> Co-authored-by: Srinaath Ravichandran <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds network and Web Chat activity logs to the Web Chat log panel.
Task Item
Fixes #6511