Skip to content

Commit

Permalink
Remove query init actor, fix configs to build
Browse files Browse the repository at this point in the history
  • Loading branch information
surilindur committed Oct 1, 2024
1 parent ce83c0f commit 2969b93
Show file tree
Hide file tree
Showing 41 changed files with 108 additions and 5,930 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-components/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-link-traversal/^0.0.0/components/context.jsonld"
],
"import": [
"ccqslt:config/config-solid-base-adaptive.json",
"ccqsc:config/config-solid-base-adaptive.json",
"ccqslt:config/extract-links/actors/predicates-common.json",
"ccqslt:config/extract-links/actors/predicates-ldp.json",
"ccqslt:config/extract-links/actors/predicates-solidstorage.json",
Expand Down

This file was deleted.

13 changes: 0 additions & 13 deletions engines/config-query-sparql-components/config/config-bloom.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-components/^3.0.0/components/context.jsonld"
],
"import": [
"ccqsc:config/config-base-adaptive.json",
"ccqsc:config/config-base.json",
"ccqsc:config/context-preprocess/actors.json",
"ccqsc:config/rdf-metadata-extract/bloom.json",
"ccqsc:config/rdf-metadata-extract/link-filter.json",
"ccqsc:config/rdf-metadata-extract/void.json",
"ccqsc:config/rdf-metadata-accumulate/actors.json",
"ccqsc:config/rdf-join/actors.json",
"ccqsc:config/rdf-parse/mediators.json",
"ccqsc:config/rdf-parse/actors.json",
"ccqsc:config/rdf-resolve-hypermedia-links-queue/actors.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-link-traversal/^0.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-solid/^3.0.0/components/context.jsonld"
],
"import": [
"ccqs:config/context-preprocess/actors.json",
"ccqs:config/context-preprocess/mediators.json",
"ccqslt:config/extract-links/mediators.json",
"ccqs:config/hash-bindings/actors.json",
"ccqs:config/hash-bindings/mediators.json",
"ccqs:config/hash-quads/actors.json",
"ccqs:config/hash-quads/mediators.json",
"ccqss:config/http/actors.json",
"ccqs:config/http/mediators.json",
"ccqs:config/http-invalidate/actors.json",
"ccqs:config/http-invalidate/mediators.json",
"ccqslt:config/init/actors.json",
"ccqslt:config/optimize-query-operation/actors.json",
"ccqs:config/optimize-query-operation/mediators.json",
"ccqs:config/query-operation/actors.json",
"ccqs:config/query-operation/mediators.json",
"ccqs:config/query-parse/actors.json",
"ccqs:config/query-parse/mediators.json",
"ccqs:config/query-result-serialize/actors.json",
"ccqs:config/query-result-serialize/mediators.json",
"ccqs:config/dereference/actors.json",
"ccqs:config/dereference/mediators.json",
"ccqs:config/dereference-rdf/actors.json",
"ccqs:config/dereference-rdf/mediators.json",
"ccqslt:config/rdf-join/actors-adaptive.json",
"ccqs:config/rdf-join/mediators.json",
"ccqslt:config/rdf-join-entries-sort/actors-adaptive.json",
"ccqs:config/rdf-join-entries-sort/mediators.json",
"ccqs:config/rdf-join-selectivity/actors.json",
"ccqs:config/rdf-join-selectivity/mediators.json",
"ccqs:config/rdf-metadata/actors.json",
"ccqs:config/rdf-metadata/mediators.json",
"ccqs:config/rdf-metadata-accumulate/actors.json",
"ccqs:config/rdf-metadata-accumulate/mediators.json",
"ccqs:config/rdf-metadata-extract/actors.json",
"ccqs:config/rdf-metadata-extract/mediators.json",
"ccqslt:config/rdf-metadata-extract/actors/traverse.json",
"ccqs:config/rdf-parse/actors.json",
"ccqs:config/rdf-parse/mediators.json",
"ccqs:config/rdf-parse-html/actors.json",
"ccqs:config/rdf-resolve-hypermedia-links/actors.json",
"ccqslt:config/rdf-resolve-hypermedia-links/actors/traverse.json",
"ccqs:config/rdf-resolve-hypermedia-links/mediators.json",
"ccqs:config/rdf-resolve-hypermedia-links-queue/actors.json",
"ccqs:config/rdf-resolve-hypermedia-links-queue/mediators.json",
"ccqslt:config/rdf-resolve-quad-pattern/actors.json",
"ccqs:config/rdf-resolve-quad-pattern/mediators.json",
"ccqs:config/rdf-serialize/actors.json",
"ccqs:config/rdf-serialize/mediators.json",
"ccqs:config/rdf-update-hypermedia/actors.json",
"ccqs:config/rdf-update-hypermedia/mediators.json",
"ccqs:config/rdf-update-quads/actors.json",
"ccqs:config/rdf-update-quads/mediators.json"
]
}
11 changes: 0 additions & 11 deletions engines/config-query-sparql-components/config/config-void.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-context-preprocess-link-filter/^0.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-context-preprocess-link-filter/^3.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-inner-multi-adaptive-heuristics/^0.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-inner-multi-adaptive-heuristics/^3.0.0/components/context.jsonld"
],
"@graph": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-metadata-extract-link-filter/^0.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-metadata-extract-link-filter/^3.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-metadata-extract-void-description/^0.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-metadata-extract-void/^3.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
"actors": [
{
"@id": "urn:comunica:default:rdf-metadata-extract/actors#void-description",
"@type": "ActorRdfMetadataExtractVoIDDescription",
"mediatorDereferenceRdf": {
"@id": "urn:comunica:default:dereference-rdf/mediators#main"
}
"@id": "urn:comunica:default:rdf-metadata-extract/actors#void",
"@type": "ActorRdfMetadataExtractVoid"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-link-filter-bloom/^0.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-link-filter-bloom/^3.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-parse-link-filter/^0.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-race/^2.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-parse-link-filter/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-race/^3.0.0/components/context.jsonld"
],
"@graph": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-resolve-hypermedia-links-queue-wrapper-link-filter/^0.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-resolve-hypermedia-links-queue-wrapper-link-filter/^3.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
Expand All @@ -15,8 +15,13 @@
"mediatorRdfResolveHypermediaLinksQueue": {
"@id": "urn:comunica:default:rdf-resolve-hypermedia-links-queue/mediators#main"
},
"ignorePattern": "(public|private)TypeIndex$",
"alwaysReject": "^https?://www.w3.org/"
"acceptPatterns": [
"publicTypeIndex$",
"privateTypeIndex$"
],
"rejectPatterns": [
"^https?://www.w3.org/"
]
}
]
}
2 changes: 2 additions & 0 deletions engines/query-sparql-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
"@comunica/actor-init-query": "^3.0.0",
"@comunica/actor-rdf-join-inner-multi-adaptive-heuristics": "^3.0.0",
"@comunica/actor-rdf-metadata-extract-link-filter": "^3.0.0",
"@comunica/actor-rdf-metadata-extract-void": "^3.0.0",
"@comunica/actor-rdf-parse-link-filter-bloom": "^3.0.0",
"@comunica/actor-rdf-resolve-hypermedia-links-queue-wrapper-link-filter": "^3.0.0",
"@comunica/bus-rdf-parse-link-filter": "^3.0.0",
"@comunica/config-query-sparql-components": "^3.0.0",
"@comunica/query-sparql-link-traversal-solid": "^0.5.0",
"@comunica/runner": "^3.0.0",
"@comunica/runner-cli": "^3.0.0"
}
}
7 changes: 0 additions & 7 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,4 @@ module.exports = config([
'import/extensions': 'off',
},
},
{
ignores: [
'**/*.js',
'**/*.d.ts',
'packages/actor-init-query/**/*.ts',
],
},
]);
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"packages/*"
],
"scripts": {
"clean": "git clean -dfx",
"query": "node node_modules/.bin/comunica-sparql-components",
"lint": "eslint .",
"build": "yarn build:ts && yarn build:components && yarn build:engines",
"build:ts": "tsc",
"build:components": "componentsjs-generator 'engines/*' 'packages/*'",
"build:engines": "yarn workspaces foreach --all --filter 'engines/*' run prepare"
"build:engines": "yarn workspaces foreach --all --include 'engines/*' run prepare"
},
"devDependencies": {
"@rdfjs/types": "*",
Expand Down
9 changes: 0 additions & 9 deletions packages/actor-init-query/lib/ActorInitQuery-browser.ts

This file was deleted.

118 changes: 0 additions & 118 deletions packages/actor-init-query/lib/ActorInitQuery.ts

This file was deleted.

Loading

0 comments on commit 2969b93

Please sign in to comment.