Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
* add method and test to delete property comment * add route to delete property comment * allow deleting comments for properties * improve code * fix failing test * add more tests * wip * add test for link property * add route * add e2e test * remove print statements
- Loading branch information
Showing
with
657 additions
and 0 deletions.
- +16 −0 docs/03-apis/api-v2/ontology-information.md
- +54 −0 test_data/ontologies/freetest-onto.ttl
- +74 −0 ...i/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/OntologyMessagesV2.scala
- +228 −0 webapi/src/main/scala/org/knora/webapi/responders/v2/OntologyResponderV2.scala
- +47 −0 webapi/src/main/scala/org/knora/webapi/routing/v2/OntologiesRouteV2.scala
- +59 −0 .../src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deletePropertyComment.scala.txt
- +78 −0 webapi/src/test/scala/org/knora/webapi/e2e/v2/OntologyV2R2RSpec.scala
- +101 −0 webapi/src/test/scala/org/knora/webapi/responders/v2/OntologyResponderV2Spec.scala
There are no files selected for viewing
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
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
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
Oops, something went wrong.