-
Notifications
You must be signed in to change notification settings - Fork 14
Add capture event transport and server-side write classification #112
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
Open
jspahn80134
wants to merge
39
commits into
bjones1:main
Choose a base branch
from
jspahn80134:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
6baf24c
Added Capture to Main CodeChat
jspahn80134 77e52bd
Ongoing Development
jspahn80134 d3f6b54
Merged capture code with latest extension
jspahn80134 7f316c4
Modified capture test
jspahn80134 a70d0d7
Ongoing Development
jspahn80134 6b81ab3
Conflicts resolved
jspahn80134 ef4d6ed
Merge branch 'main' of https://github.com/jspahn80134/CodeChat_Editor
jspahn80134 d0607ac
Merge branch 'main' of https://github.com/jspahn80134/CodeChat_Editor
jspahn80134 3e02cee
Capture Changes
jspahn80134 8ad17f6
Capture Integration Updates
jspahn80134 822deba
Conflict resolution
jspahn80134 1edd6dd
Minor statrup fix
jspahn80134 fe4abbc
Code Review Workoff
jspahn80134 9fe5827
Merge upstream changes
jspahn80134 54cfac7
Fix capture lint failure
jspahn80134 63ca1c1
Update rustls-webpki for audit advisory
jspahn80134 e0f2b38
Fix VS Code extension lint
jspahn80134 a2c5e88
Ongoing development
jspahn80134 3db0ef3
Fix capture enum clippy warning
jspahn80134 bf6e60d
Add rich capture analysis dataset and schema
jspahn80134 c110546
Verify rich capture schema writes
jspahn80134 980b6eb
Stabilize WebDriver message timeout
jspahn80134 f6ccbca
Match WebDriver test wait to client timeout
jspahn80134 c7c885b
Serialize WebDriver integration tests
jspahn80134 6861965
Format WebDriver test lock
jspahn80134 8e7cf00
Address PR review feedback on capture extension
jspahn80134 6b1a068
Merge upstream main into PR branch
jspahn80134 f79285f
Address capture review cleanups
jspahn80134 9adb84d
Stabilize websocket test timeout
jspahn80134 f2759d2
Make capture event type an enum
jspahn80134 1364968
Clarify capture activity classification
jspahn80134 92144c2
Address capture review setup concerns
jspahn80134 585c405
Improve capture smoke diagnostics
jspahn80134 3c13067
Align capture settings state and audit events
jspahn80134 6b05869
Remove dissertation capture export utility
jspahn80134 e91683f
Stabilize doc block update test
jspahn80134 c2818c2
Address capture review cleanup
jspahn80134 5081913
Merge branch 'main' into main
jspahn80134 3b94efd
Refine capture event schema
jspahn80134 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
|
jspahn80134 marked this conversation as resolved.
|
||
| "host": "your-aws-rds-endpoint.amazonaws.com", | ||
| "port": 5432, | ||
| "user": "codechat_capture_writer", | ||
| "password": "your-db-password", | ||
| "dbname": "your-db-name", | ||
| "app_id": "dissertation", | ||
| "fallback_path": "capture-events-fallback.jsonl" | ||
| } | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.