Skip to content

Commit

Permalink
GDB-8060 support gdb10 (#174)
Browse files Browse the repository at this point in the history
Changed authenticatedUser endpoint to authenticated-user to account the API change.

Fixed turtle config files for repository creation. There is no more `free` GDB type repository

Add utility functions to be reused in tests.

Refactored namespaces tests. Split them in two: secured and unsecured.

Refactored repositories tests.

Refactored statements tests.

Updated readme with info on how to run the tests

Refactor load data tests

Refactored upload tests. Also removed redundant namespaces tests file which was previously split and moved in its own package.

Refactored statements and namespaces delete tests

Refactored download rdf tests

Refactored and split query tests

Refactored quads tests

Refactored rdfstar tests

Refactored graphdb server client tests. Split them in three specs and moved in own package.

Refactored graphdb server client tests using security. Moved in respective package.

Refactored rdf repository client tests for statements management with security. Moved in own package.

Refactored transactions tests. Moved in respective package.

Grouped tests by client: graphdb, rdf

Updated unit test to account a change in the security endpoint

Updated docs

Tweak docker-compose file for running GDB

Update Jenkisfile in the part where the GDB is waited to start.

Print GDB logs before stopping GDB service

Set a new major version for the lib and tests
  • Loading branch information
svilenvelikov authored Mar 24, 2023
1 parent 0f61882 commit 514f3ae
Show file tree
Hide file tree
Showing 170 changed files with 9,506 additions and 1,049 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
* `Check the GDB server version and report mismatches if the client version implements a different version unless the check is stopped.`
* `Support secured endpoints exposing only HTTPS`

## 3.0.0 (2023-03-24)
**Breaking changes**
This version won't work with GDB<10 due to changes in the REST API.
* GDB 10 support.
* Changes in the services internal implementation to match the changes in the GDB REST API
which are mainly syntactic changes in the endpoints at least in these supported by this
library.
* Updates in the readme.

## 2.0.0 (2021-02-10)
* Major changes in the construction of server and repository client configurations.
* Update Readme.md
Expand Down
27 changes: 16 additions & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ pipeline {
label 'graphdb-jenkins-node'
}

tools {
nodejs 'nodejs-14.17.0'
}
// Doesn't work on Jenkins due to some errors in GDB responses. Locally it works though.
// It works fine using the default node version in jenkins node which is 12.19.0, but SonarCloud
// doesn't like it.
// tools {
// nodejs 'nodejs-14.17.0'
// }

environment {
CI = "true"
Expand Down Expand Up @@ -38,23 +41,25 @@ pipeline {
steps {
sh "npm run build"
sh "sudo npm run install:local"
sh "wait-on http://localhost:7200 -t 60000"
sh "wait-on http://localhost:7200/protocol -t 60000"
sh "(cd test-e2e/ && npm install && npm link graphdb && npm run test)"
}
}

stage('Sonar') {
steps {
withSonarQubeEnv('SonarCloud') {
sh "node sonar-project.js --branch='${env.ghprbSourceBranch}' --target-branch='${env.ghprbTargetBranch}' --pull-request-id='${env.ghprbPullId}'"
}
}
}
// Doesn't work with the nodejs 12.19.0 which is the default on jenkins node.
// stage('Sonar') {
// steps {
// withSonarQubeEnv('SonarCloud') {
// sh "node sonar-project.js --branch='${env.ghprbSourceBranch}' --target-branch='${env.ghprbTargetBranch}' --pull-request-id='${env.ghprbPullId}'"
// }
// }
// }
}

post {
always {
dir("test-e2e/") {
sh "docker logs graphdb"
sh "docker-compose down -v --remove-orphans --rmi=local || true"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/AddStatementPayload.html
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/AppSettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/AuthenticationFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/AuthenticationService.html
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/BaseRepositoryClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
6 changes: 3 additions & 3 deletions docs/BasicAuthentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h4 class="name" id="getResponseAuthToken"><span class="type-signature"></span>g

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="security_basic-authentication.js.html">security/basic-authentication.js</a>, <a href="security_basic-authentication.js.html#line38">line 38</a>
<a href="security_basic-authentication.js.html">security/basic-authentication.js</a>, <a href="security_basic-authentication.js.html#line37">line 37</a>
</li></ul></dd>


Expand Down Expand Up @@ -470,7 +470,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="security_basic-authentication.js.html">security/basic-authentication.js</a>, <a href="security_basic-authentication.js.html#line30">line 30</a>
<a href="security_basic-authentication.js.html">security/basic-authentication.js</a>, <a href="security_basic-authentication.js.html#line29">line 29</a>
</li></ul></dd>


Expand Down Expand Up @@ -544,7 +544,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/ClientConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/CommonUtils.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/ConsoleLogger.html
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/ContentParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/DownloadService.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/FileUtils.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/GdbTokenAuthentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/GetQueryPayload.html
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/GetStatementsPayload.html
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/GraphDBServerClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2823,7 +2823,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/HttpClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/HttpRequestBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/HttpResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Iterable.html
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/JsonLDParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/LoggingUtils.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/N3Parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/NQuadsParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/NTriplesParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Namespace.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/NamespaceService.html
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/PagedResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/ParserRegistry.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/QueryPayload.html
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/QueryService.html
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/RDFRepositoryClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -4459,7 +4459,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddStatem
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 13:12:08 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Mar 23 2023 09:47:48 GMT+0200 (Eastern European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit 514f3ae

Please sign in to comment.