You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ It works best overall when used together with the feddi Platform. For full docum
16
16
17
17
-`gateway/engine` - Composition, validation, query planning, and execution
18
18
-`gateway/app` - Spring Boot application that serves the feddi Gateway over HTTP
19
-
-`gateway/customization-api` - Public extension API for integrating custom behavior
19
+
-`gateway/extension-api` - Public extension API for integrating gateway behavior
20
20
-`e2e-tests` - Docker-based end-to-end tests
21
21
-`scripts` - Helper scripts for common local workflows
22
22
@@ -105,7 +105,7 @@ The feddi Gateway itself recognizes the namespace and forwards its configuration
105
105
106
106
The default runtime source accepts feddi Gateway definitions through `POST /admin/upload` as multipart form data with a `file` part containing a ZIP archive.
107
107
108
-
If a custom `FeddiGatewayDefinitionSource` extension is installed and active, ZIP uploads are disabled.
108
+
If an extension-provided `FeddiGatewayDefinitionSource` is installed and active, ZIP uploads are disabled.
109
109
110
110
Accepted ZIP layouts:
111
111
@@ -148,7 +148,7 @@ Each subgraph entry must contain:
148
148
- `schema.graphqls`
149
149
- `config.yaml`or `config.yml`
150
150
151
-
For the built-in subgraph client, `url` is the only consumed subgraph config key. Custom `SubgraphClientFactory` implementations can read additional keys from the same per-subgraph config map.
151
+
For the built-in subgraph client, `url` is the only consumed subgraph config key. Extension-provided `SubgraphClientFactory` implementations can read additional keys from the same per-subgraph config map.
152
152
153
153
### Launcher Environment Variables
154
154
@@ -185,11 +185,11 @@ cd gateway
185
185
./gradlew :app:integrationTest
186
186
```
187
187
188
-
If you run `e2e-tests` directly (without `./scripts/run-e2e-tests.sh`) after changing `feddi-gateway/customization-api`, publish the API to your local Maven repository first so the e2e-tests subproject can resolve it:
188
+
If you run `e2e-tests` directly (without `./scripts/run-e2e-tests.sh`) after changing `feddi-gateway/extension-api`, publish the API to your local Maven repository first so the e2e-tests subproject can resolve it:
Copy file name to clipboardExpand all lines: e2e-tests/customizations/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
0 commit comments