-
-
Notifications
You must be signed in to change notification settings - Fork 24
Consolidate local Engraphis release branches #81
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
Merged
Coding-Dev-Tools
merged 94 commits into
main
from
codex/consolidate-engraphis-main-20260727
Jul 27, 2026
Merged
Changes from all commits
Commits
Show all changes
94 commits
Select commit
Hold shift + click to select a range
3cf76be
Fix licensing gating, cloud failure modes and update hangs for launch
Coding-Dev-Tools b35a48d
fix(tests): skip FastAPI-dependent launch tests on the numpy-only cor…
Coding-Dev-Tools b284173
test: make licensing launch coverage portable
Coding-Dev-Tools 09d4482
feat(cloud): carry managed-compute consent on the cloud account
Coding-Dev-Tools 1422ecd
fix(cloud): drop stale grants when the plan changes
Coding-Dev-Tools e3a23f2
fix(update): make the subprocess budget hold on Windows
Coding-Dev-Tools 8abc7eb
fix(cloud): scope the entitlement cache to its organization
Coding-Dev-Tools d1f9670
fix(update): bound every step and roll back a failed checkout
Coding-Dev-Tools eab8a4c
fix(cloud): let a billing denial clear the cached paid access
Coding-Dev-Tools 0cfc1e5
fix(cloud): settle the compatibility cache on a billing denial too
Coding-Dev-Tools 8da56a2
fix(cloud): treat 401 as reconnect, and surface real cloud errors
Coding-Dev-Tools e3f9f78
fix(cloud): serialize the denial write and distrust an unknown org
Coding-Dev-Tools 6004a43
feat(dashboard): opt-in canvas graph engine behind ?graph-engine=next
Coding-Dev-Tools 23b5ca5
fix(dashboard): lazy-load the graph assets so the CSP stays clean
Coding-Dev-Tools 7802722
Add `engraphis connect --token` so a purchased client can actually co…
Coding-Dev-Tools 2904e98
Read the trial and the access state the cloud sends, and render them
claude aae7d93
Pre-flight session storage before redeeming the connect token
Coding-Dev-Tools 4336566
fix(graph): address review findings on the opt-in engine
Coding-Dev-Tools aceb40d
Merge branch 'main' into feat/graph-engine
Coding-Dev-Tools a4ccdc9
Merge remote-tracking branch 'origin/main' into feat/client-connect
Coding-Dev-Tools 9d77f4f
Address connect review: manifest compute endpoint, timeout and save r…
Coding-Dev-Tools b20742e
fix(graph): rank communities, settle large galaxy graphs, follow the …
Coding-Dev-Tools 97c538c
test(licensing): make the outage-is-not-a-cancellation test actually …
Coding-Dev-Tools 6084dfd
Report post-redemption connect failures instead of raising tracebacks
Coding-Dev-Tools 385289f
fix(graph): close the remaining review threads on the opt-in engine
Coding-Dev-Tools 038652b
fix(graph): reheat the simulation when a physics slider moves
Coding-Dev-Tools 4e80d62
fix(licensing): settle cached access on entitlement 402
Coding-Dev-Tools a1b9339
Add `engraphis connect --token` so a purchased client can actually co…
Coding-Dev-Tools a36b867
Pre-flight session storage before redeeming the connect token
Coding-Dev-Tools 4734128
Address connect review: manifest compute endpoint, timeout and save r…
Coding-Dev-Tools e971517
Report post-redemption connect failures instead of raising tracebacks
Coding-Dev-Tools bbcd7c9
Read the trial and the access state the cloud sends, and render them
claude af9db7c
fix(connect): honor cloud-assigned compute endpoints
Coding-Dev-Tools 8f6e284
fix(graph): trim large graph render costs
Coding-Dev-Tools a90ae3d
fix(review): address open client release findings
Coding-Dev-Tools a736884
Merge branch 'feat/graph-engine' into codex/final-release-hardening-2…
Coding-Dev-Tools c99a1a5
fix: close final release hardening gaps
Coding-Dev-Tools 3d8242e
Add `engraphis connect --token` so a purchased client can actually co…
Coding-Dev-Tools ca1e118
Pre-flight session storage before redeeming the connect token
Coding-Dev-Tools 972cc7a
Address connect review: manifest compute endpoint, timeout and save r…
Coding-Dev-Tools 3e974c8
Report post-redemption connect failures instead of raising tracebacks
Coding-Dev-Tools 19e89e9
Catch IncompleteRead when draining an error body, cap the timeout, an…
claude b7caeb4
chore: declare version 1.1.0
Coding-Dev-Tools b39ac83
feat(dashboard): opt-in canvas graph engine behind ?graph-engine=next
Coding-Dev-Tools 18b865f
fix(dashboard): lazy-load the graph assets so the CSP stays clean
Coding-Dev-Tools 0a65d86
fix(graph): address review findings on the opt-in engine
Coding-Dev-Tools efa35a6
fix(graph): rank communities, settle large galaxy graphs, follow the …
Coding-Dev-Tools f32edb2
fix(graph): close the remaining review threads on the opt-in engine
Coding-Dev-Tools b17ec45
fix(graph): reheat the simulation when a physics slider moves
Coding-Dev-Tools 089f185
perf(graph): apply the classic renderer's large-graph guards to the o…
claude 1e35156
test(graph): exercise the opt-in engine in a real browser
claude 34c4caf
Merge remote-tracking branch 'origin/main' into codex/final-release-h…
Coding-Dev-Tools 86b77e8
Fix the same IncompleteRead escape in cloud_session._post_refresh
claude 9974ae2
Say the token was spent on every post-2xx failure, and verify the ses…
claude ca97051
Read the trial and the access state the cloud sends, and render them
claude b76fc69
fix(graph): honor theme and validate lazy assets
Coding-Dev-Tools dd8258b
Separate connection failures from post-response failures, and fail th…
claude 161ea6c
fix(dashboard): clarify Team access copy
Coding-Dev-Tools 03b04d6
perf(graph): apply the classic renderer's large-graph guards to the o…
claude 8cabe12
test(graph): exercise the opt-in engine in a real browser
claude 6be0909
Fix the same IncompleteRead escape in cloud_session._post_refresh
claude 6d327b2
Say the token was spent on every post-2xx failure, and verify the ses…
claude 4ce33f7
Separate connection failures from post-response failures, and fail th…
claude 43655a7
Require credential fields to actually be strings
claude 12bb132
fix: close latest release review gaps
Coding-Dev-Tools 402542f
Require credential fields to actually be strings
claude 97276e2
chore: declare version 1.1.0
Coding-Dev-Tools a8c6449
fix(graph): honor theme and validate lazy assets
Coding-Dev-Tools 120634f
fix(graph): restore readable entity labels
Coding-Dev-Tools 6beb34b
feat(graph): serve renderer from v2 dashboard
Coding-Dev-Tools d4a113a
fix(connect): harden ambiguous device activation failures
Coding-Dev-Tools daa7035
fix(graph): keep v2 assets lazy and themed
Coding-Dev-Tools 9749af3
fix: absorb current release review heads
Coding-Dev-Tools 04f8b65
fix(cloud): reconnect after malformed refresh status
Coding-Dev-Tools a472a88
fix(graph): theme labels and release frozen pins
Coding-Dev-Tools eb248d3
fix(connect): harden ambiguous device activation failures
Coding-Dev-Tools 3914129
feat(graph): serve renderer from v2 dashboard
Coding-Dev-Tools 3cc8003
fix(graph): keep v2 assets lazy and themed
Coding-Dev-Tools 252eb3e
test(cloud): expect reconnect after malformed refresh
Coding-Dev-Tools e80788f
fix: close remaining client review gaps
Coding-Dev-Tools d9c2f68
fix(cloud): reconnect after ambiguous refresh transport
Coding-Dev-Tools 537c908
fix(graph): cap node labels by density
Coding-Dev-Tools df38ff4
test: pin ambiguous refresh timeout handling
Coding-Dev-Tools 29f168b
fix(cloud): reconnect after refresh response reset
Coding-Dev-Tools 24fdef6
fix(graph): bound label rendering density
Coding-Dev-Tools 5c8644e
Merge branch 'codex/final-release-hardening-20260726' into codex/cons…
Coding-Dev-Tools 13b03f0
Merge remote-tracking branch 'origin/launch/payments-licensing-harden…
Coding-Dev-Tools 039c249
Merge remote-tracking branch 'origin/feat/client-connect' into codex/…
Coding-Dev-Tools adfabfd
Merge remote-tracking branch 'origin/feat/graph-engine' into codex/co…
Coding-Dev-Tools 3795297
Merge remote-tracking branch 'origin/fix/trial-and-plan-display' into…
Coding-Dev-Tools d8f7b91
Merge remote-tracking branch 'origin/chore/version-1.1.0' into codex/…
Coding-Dev-Tools 472a592
Merge branch 'feat/client-connect' into codex/consolidate-engraphis-m…
Coding-Dev-Tools da70894
Merge branch 'fix/trial-and-plan-display' into codex/consolidate-engr…
Coding-Dev-Tools d0e86f0
fix: reconcile release branch merge conflicts
Coding-Dev-Tools 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When
getresponse()raises anotherHTTPException, such asUnknownProtocolafter receiving anHTTP/2.0status line, the refresh POST has already been sent and may have consumed the single-use credential. This handler instead returns the default 503, which callers present as transient and invites retrying the unchanged on-disk credential; if the first request rotated it, that replay can revoke the credential family. These post-send protocol failures need the same non-transient reconnect handling asBadStatusLineandLineTooLong.Useful? React with 👍 / 👎.