Skip to content

Commit

Permalink
fix: Remove faulty no-routing configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Dec 21, 2020
1 parent 6e2c4f0 commit eb6ba03
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion config/config-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"files-scs:config/presets/pod-management.json",
"files-scs:config/presets/representation-conversion.json",
"files-scs:config/presets/storage/backend/storage-memory.json",
"files-scs:config/presets/storage/routing/no-routing.json",
"files-scs:config/presets/storage-wrapper.json",
"files-scs:config/presets/cli-params.json"
],
"@graph": [
{
"comment": "Use a memory based store as backend with no additional routing.",
"@id": "urn:solid-server:default:RoutingResourceStore",
"@type": "PassthroughStore",
"PassthroughStore:_source": {
"@id": "urn:solid-server:default:MemoryResourceStore"
}
Expand Down
2 changes: 1 addition & 1 deletion config/config-file.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"files-scs:config/presets/pod-management.json",
"files-scs:config/presets/representation-conversion.json",
"files-scs:config/presets/storage/backend/storage-filesystem.json",
"files-scs:config/presets/storage/routing/no-routing.json",
"files-scs:config/presets/storage-wrapper.json",
"files-scs:config/presets/cli-params.json"
],
"@graph": [
{
"comment": "Use a file based store as backend with no additional routing.",
"@id": "urn:solid-server:default:RoutingResourceStore",
"@type": "PassthroughStore",
"PassthroughStore:_source": {
"@id": "urn:solid-server:default:FileResourceStore"
}
Expand Down
2 changes: 1 addition & 1 deletion config/config-sparql-endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"files-scs:config/presets/pod-management.json",
"files-scs:config/presets/representation-conversion.json",
"files-scs:config/presets/storage/backend/storage-sparql-endpoint.json",
"files-scs:config/presets/storage/routing/no-routing.json",
"files-scs:config/presets/storage-wrapper.json",
"files-scs:config/presets/cli-params.json"
],
"@graph": [
{
"comment": "Use a SPARQL based store as backend with no additional routing.",
"@id": "urn:solid-server:default:RoutingResourceStore",
"@type": "PassthroughStore",
"PassthroughStore:_source": {
"@id": "urn:solid-server:default:SparqlResourceStore"
}
Expand Down
12 changes: 0 additions & 12 deletions config/presets/storage/routing/no-routing.json

This file was deleted.

2 changes: 1 addition & 1 deletion test/configs/auth-allow-all.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"files-scs:config/presets/pod-management.json",
"files-scs:config/presets/representation-conversion.json",
"files-scs:config/presets/storage/backend/storage-memory.json",
"files-scs:config/presets/storage/routing/no-routing.json",
"files-scs:config/presets/storage-wrapper.json",
"files-scs:config/presets/cli-params.json"
],
Expand Down Expand Up @@ -42,6 +41,7 @@
},
{
"@id": "urn:solid-server:default:RoutingResourceStore",
"@type": "PassthroughStore",
"PassthroughStore:_source": {
"@id": "urn:solid-server:default:MemoryResourceStore"
}
Expand Down

0 comments on commit eb6ba03

Please sign in to comment.