-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We have decided to use plugins exclusively for now. The reason for this is that there was much confusion about when a layer should be used vs a plugin. It also means that users will be steered towards service builder when adding functionality.
- Loading branch information
bryn
committed
Mar 9, 2022
1 parent
3ad7de2
commit c5f9559
Showing
19 changed files
with
45 additions
and
309 deletions.
There are no files selected for viewing
This file contains 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 was deleted.
Oops, something went wrong.
This file contains 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 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 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
5 changes: 2 additions & 3 deletions
5
...hots/apollo_router__configuration__tests__ensure_configuration_api_does_not_change-3.snap
This file contains 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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
--- | ||
source: apollo-router/src/configuration/mod.rs | ||
assertion_line: 499 | ||
assertion_line: 396 | ||
expression: config | ||
|
||
--- | ||
server: | ||
listen: "1.2.3.4:5" | ||
cors: ~ | ||
subgraphs: | ||
example: | ||
layers: [] | ||
example: {} | ||
plugins: {} | ||
|
5 changes: 2 additions & 3 deletions
5
...hots/apollo_router__configuration__tests__ensure_configuration_api_does_not_change-4.snap
This file contains 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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
--- | ||
source: apollo-router/src/configuration/mod.rs | ||
assertion_line: 500 | ||
assertion_line: 397 | ||
expression: config | ||
|
||
--- | ||
server: | ||
listen: "1.2.3.4:5" | ||
cors: ~ | ||
subgraphs: | ||
example: | ||
layers: [] | ||
example: {} | ||
plugins: {} | ||
|
5 changes: 2 additions & 3 deletions
5
...pshots/apollo_router__configuration__tests__ensure_configuration_api_does_not_change.snap
This file contains 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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
--- | ||
source: apollo-router/src/configuration/mod.rs | ||
assertion_line: 497 | ||
assertion_line: 394 | ||
expression: config | ||
|
||
--- | ||
server: | ||
listen: "1.2.3.4:5" | ||
cors: ~ | ||
subgraphs: | ||
example: | ||
layers: [] | ||
example: {} | ||
plugins: {} | ||
|
5 changes: 2 additions & 3 deletions
5
...apollo_router__configuration__tests__ensure_configuration_api_does_not_change_grpc-2.snap
This file contains 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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
--- | ||
source: apollo-router/src/configuration/mod.rs | ||
assertion_line: 526 | ||
assertion_line: 423 | ||
expression: config | ||
|
||
--- | ||
server: | ||
listen: "1.2.3.4:5" | ||
cors: ~ | ||
subgraphs: | ||
example: | ||
layers: [] | ||
example: {} | ||
plugins: {} | ||
|
5 changes: 2 additions & 3 deletions
5
...s/apollo_router__configuration__tests__ensure_configuration_api_does_not_change_grpc.snap
This file contains 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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
--- | ||
source: apollo-router/src/configuration/mod.rs | ||
assertion_line: 525 | ||
assertion_line: 422 | ||
expression: config | ||
|
||
--- | ||
server: | ||
listen: "1.2.3.4:5" | ||
cors: ~ | ||
subgraphs: | ||
example: | ||
layers: [] | ||
example: {} | ||
plugins: {} | ||
|
5 changes: 2 additions & 3 deletions
5
...lo_router__configuration__tests__ensure_configuration_api_does_not_change_tls_config.snap
This file contains 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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
--- | ||
source: apollo-router/src/configuration/mod.rs | ||
assertion_line: 539 | ||
assertion_line: 436 | ||
expression: config | ||
|
||
--- | ||
server: | ||
listen: "1.2.3.4:5" | ||
cors: ~ | ||
subgraphs: | ||
example: | ||
layers: [] | ||
example: {} | ||
plugins: {} | ||
|
Oops, something went wrong.