Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
3b2d129
feat: add remote binding resolver
lilienblum Jul 20, 2026
863890e
feat: grant remote storage data access
lilienblum Jul 20, 2026
df3effb
fix: gate imported remote binding params
lilienblum Jul 20, 2026
edd2684
feat: add refreshing remote bindings client
lilienblum Jul 20, 2026
9fee5a2
feat: add remote storage bindings for Node
lilienblum Jul 20, 2026
466b61b
fix: harden remote storage bindings
lilienblum Jul 20, 2026
7bbf64b
fix: harden remote storage lease delivery
lilienblum Jul 20, 2026
81fa848
Merge remote-tracking branch 'origin/main' into lilienblum/alien-291-…
lilienblum Jul 20, 2026
14f777e
test: preserve remote binding opt-in on imports
lilienblum Jul 20, 2026
8b047e3
feat: complete setup-owned remote storage bindings
lilienblum Jul 21, 2026
5fcce26
test: use SDK response body type
lilienblum Jul 21, 2026
915d152
fix: close remote bindings review gaps
lilienblum Jul 21, 2026
d55438a
fix: close final remote bindings review gaps
lilienblum Jul 21, 2026
bbd213a
Merge remote-tracking branch 'origin/main' into lilienblum/alien-291-…
lilienblum Jul 21, 2026
ce12700
fix(bindings): preserve transient refresh fallback
lilienblum Jul 21, 2026
0445c75
fix(core): preserve AWS credential wire contract
lilienblum Jul 21, 2026
9714626
test(core): lock AWS credential wire contract
lilienblum Jul 21, 2026
67aae23
test(bindings): close remote fixture connections
lilienblum Jul 21, 2026
3b312b0
fix(infra): break remote management bootstrap cycles
lilienblum Jul 21, 2026
64d6d13
fix(azure): normalize delegation key lifetime
lilienblum Jul 21, 2026
d111d80
Merge remote-tracking branch 'origin/main' into lilienblum/alien-291-…
lilienblum Jul 21, 2026
3c6ffb8
fix(gcp): recover deleted custom roles safely
lilienblum Jul 21, 2026
3796a7e
test(bindings): add remote storage smoke runner
lilienblum Jul 21, 2026
75e408e
test(e2e): rotate cloud resource slot
lilienblum Jul 21, 2026
04e19ad
fix(e2e): verify remote storage deletion
lilienblum Jul 21, 2026
002765b
Merge remote-tracking branch 'origin/main' into lilienblum/alien-291-…
lilienblum Jul 21, 2026
1ea1259
docs(bindings): describe bound queue handle
lilienblum Jul 21, 2026
2308fbe
fix(sdk): sync manager token request contract
lilienblum Jul 21, 2026
f7b74f3
Merge remote-tracking branch 'origin/main' into lilienblum/alien-291-…
lilienblum Jul 21, 2026
e7739d7
fix(cli): construct project manager token request
lilienblum Jul 21, 2026
8a54592
feat(manager-sdk): generate remote bindings client
lilienblum Jul 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/e2e-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ on:
pull_request:
types: [opened, reopened, synchronize, labeled]

# Every run currently shares ALIEN_E2E_SLOT 03. Serialize the complete workflow
# so a newer run cannot reuse resources while an older run is still testing or
# Every run shares ALIEN_E2E_SLOT 10. Serialize the complete workflow so a
# newer run cannot reuse resources while an older run is still testing or
# cleaning them up.
concurrency:
group: e2e-tests-slot-03
group: e2e-tests-slot-10
cancel-in-progress: false

permissions:
Expand All @@ -142,7 +142,7 @@ permissions:
packages: write

env:
ALIEN_E2E_SLOT: "03"
ALIEN_E2E_SLOT: "10"
# Fall back to local compilation when the shared sccache backend returns a
# transient error (e.g. webdav 403) instead of failing the whole build.
SCCACHE_IGNORE_SERVER_IO_ERROR: "1"
Expand Down
79 changes: 43 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading