-
Notifications
You must be signed in to change notification settings - Fork 164
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
GH-2333 merge rdf4j-doc master branch #2389
Merged
Merged
Conversation
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
Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
Added documentation on jdk bug
Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
Issues/#1292 validation factory
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
updated shacl documentation
Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
Added info on building/pushing docker
Fix #1224 replaced old inferencer with new in docs
documented mixed use of RDF4J Model objects and SparqlBuilder's own interfaces
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
Updated shacl docs for 3 0
Issues/gh 1154 hugo migration
Merge master into develop
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
3.3.0-M2 release notes
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
* GH-2240 validation report size limit Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> * added sh:value and rdf4j:truncated to the examples Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> * Update site/content/documentation/programming/shacl.md Co-authored-by: Jeen Broekstra <jeen@fastmail.com> * update documentation for bulk validation Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> Co-authored-by: Jeen Broekstra <jeen@fastmail.com>
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
…ation Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
* #2235 first draft of release notes for 3.3.0 Detailed to be added as they become available. * sh:inversePath support Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> * GH-2235 added note on jackson dependencies Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be> * GH-2235 added names Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be> * GH-2235 added more names Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be> * GH-2235 correction in name Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be> * #2235 added pavel to acknowledgments * GH-2235 added ack for elad shaked * #2235 added a few highlight bullet points * more updates for release Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> * updated java docs Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> * more 3.3.0 release notes, a news article and also more shacl documentation Signed-off-by: Håvard Ottestad <hmottestad@gmail.com> Co-authored-by: Håvard Ottestad <hmottestad@gmail.com> Co-authored-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GitHub issue resolved: #2333
Briefly describe the changes proposed in this PR:
Integrate the rdf4j-doc master branch into the main code repository (history included).
We can integrate outstanding feature branches (such as eclipse-rdf4j/rdf4j-doc#177) in a separate PR.
Btw we will merge this using a merge-commit rather than squashing, otherwise we lose the entire history.
PR Author Checklist (see the contributor guidelines for more details):
mvn process-resources
to format from the command line)Note: we merge all feature pull requests using squash and merge. See RDF4J git merge strategy for more details.