Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scratches: unversioned named graphs #184

Draft
wants to merge 5 commits into
base: feat/artifact-store-metadataless
Choose a base branch
from

Conversation

blake-regalia
Copy link
Contributor

Adds the "Scratch" space where users can store arbitrary triples in an unversioned named graph scoped to a particular repo.

@dlamoris dlamoris changed the base branch from develop to feat/artifact-store January 6, 2025 21:24
@blake-regalia blake-regalia changed the base branch from feat/artifact-store to feat/artifact-metadata January 6, 2025 22:22
}
""")
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just fyi will have to deconflict with changes from #174 whenever merging into develop

@blake-regalia blake-regalia changed the base branch from feat/artifact-metadata to develop January 7, 2025 00:31
@blake-regalia blake-regalia changed the title Feat/scratch Scratches: unversioned named graphs Jan 7, 2025
Copy link

sonarqubecloud bot commented Jan 7, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
33.8% Coverage on New Code (required ≥ 70%)

See analysis details on SonarQube Cloud

@dlamoris dlamoris changed the base branch from develop to feat/artifact-store-metadataless January 7, 2025 00:59
@@ -30,6 +40,9 @@ suspend fun AnyLayer1Context.processAndSubmitUserQuery(queryRequest: SparqlQuery
prefixes["mor"] -> {
"${prefixes["mor-graph"]}Metadata"
}
"${prefixes["mor-graph"]}Scratch" -> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to support scratchId

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants