feat(gateway): add update commands - #1900
Open
aidandaly24 wants to merge 6 commits into
Open
Conversation
This was referenced Aug 4, 2026
aidandaly24
had a problem deploying
to
e2e-testing
August 4, 2026 00:22 — with
GitHub Actions
Failure
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
from
August 4, 2026 14:08
44d48b6 to
a7eafd8
Compare
aidandaly24
had a problem deploying
to
e2e-testing
August 4, 2026 14:08 — with
GitHub Actions
Failure
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
from
August 4, 2026 14:22
a7eafd8 to
1fd0230
Compare
aidandaly24
had a problem deploying
to
e2e-testing
August 4, 2026 14:22 — with
GitHub Actions
Failure
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
from
August 4, 2026 16:59
1fd0230 to
c8c57a0
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feat/gateway-create-cud #1900 +/- ##
===========================================================
+ Coverage 95.77% 95.80% +0.02%
===========================================================
Files 296 300 +4
Lines 16748 17414 +666
===========================================================
+ Hits 16041 16683 +642
- Misses 707 731 +24 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
from
August 4, 2026 17:57
c8c57a0 to
7929436
Compare
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
from
August 4, 2026 18:21
7929436 to
4bc43ed
Compare
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
from
August 4, 2026 18:32
4bc43ed to
d7e30f7
Compare
aidandaly24
had a problem deploying
to
e2e-testing
August 5, 2026 15:54 — with
GitHub Actions
Failure
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
from
August 5, 2026 17:48
377f68b to
50e46c5
Compare
aidandaly24
had a problem deploying
to
e2e-testing
August 5, 2026 17:48 — with
GitHub Actions
Failure
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
from
August 6, 2026 20:48
50e46c5 to
4decb96
Compare
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
from
August 6, 2026 22:56
8dd4902 to
ec74eaf
Compare
aidandaly24
marked this pull request as ready for review
August 6, 2026 23:58
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
2 times, most recently
from
August 7, 2026 15:57
9591e6c to
6e52dff
Compare
aidandaly24
commented
Aug 7, 2026
Comment on lines
+315
to
+320
| private static isConnectorTarget(configuration: TargetConfiguration | undefined): boolean { | ||
| return ( | ||
| configuration?.mcp?.connector !== undefined || | ||
| configuration?.inference?.connector !== undefined | ||
| ); | ||
| } |
Contributor
Author
There was a problem hiding this comment.
This function is also here, but I didn't want to import from the handlers into the core. This avoids circular dependencies.
aidandaly24
force-pushed
the
feat/gateway-update-cud
branch
from
August 7, 2026 17:54
c44a4e5 to
f6e7737
Compare
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
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.
Summary
IAM scope
--role-arnupdates only the Gateway service configurationStack
Testing