-
Notifications
You must be signed in to change notification settings - Fork 11
Session transform: performance, two-layer caching, region handoff, and observability #203
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
mateussaggin
wants to merge
20
commits into
master
Choose a base branch
from
feat/session-transform-performance-observability
base: master
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
20 commits
Select commit
Hold shift + click to select a range
a1912ad
feat: session transform performance, caching, region handoff and obse…
mateussaggin 8e02d25
Merge origin/master (3.6.3) into feat/session-transform-performance-o…
mateussaggin 3420930
fix: address Copilot review findings on PR #203
mateussaggin 64691be
fix: checkPermissions fetcher also rethrows the error sentinel so Mas…
mateussaggin 022dd8c
fix: never cache lookup failures or misses; recompute hash on org rec…
mateussaggin 63f94d4
fix: address second Copilot review round
mateussaggin 314f0d9
docs: add cache correctness rules distilled from review findings
mateussaggin aa1a897
fix: stabilize organization resolution and stop logging raw client er…
mateussaggin c32d560
fix: address Copilot review round three
mateussaggin 52a5635
fix: satisfy the platform builder's noImplicitAny on the user variable
mateussaggin 725d502
Deploy beta 1
mateussaggin b388e25
fix: address Copilot review round four
mateussaggin 94d8337
style: brace if statements in test mocks (tslint)
mateussaggin f615f9c
Release v3.7.0-beta.1
mateussaggin b50ec6f
gitignore
wender 75b62a6
Release v3.7.0
wender 1511ec9
Release v3.8.0
wender d43deea
Portando melhorias do PR 202
wender 285c754
Additional performance adjustments
wender 9134300
Release v3.8.1
wender 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 |
|---|---|---|
|
|
@@ -2,4 +2,5 @@ node_modules | |
| .idea | ||
| .qodo | ||
| .cursor | ||
| .claude | ||
| .claude | ||
| AGENTS.md | ||
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,2 @@ | ||
| node/__tests__/ | ||
| node/jest.config.js |
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.
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.