-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(api-v2): Remove client code generation #1610
Conversation
@tobiasschweizer I don't know what needs to be changed in |
This PR will surely affect the way the generated test data is integrated into knora-api-js-lib. The integration scripts for the admin part will have to be adapted (see also https://github.com/dasch-swiss/knora-api-js-lib/blob/master/package.json and https://github.com/dasch-swiss/knora-api-js-lib/blob/master/Makefile). Also E2E test for the admin part will have to be written. For now, there are only unit tests for the admin part. I can help you with that, but only after my holiday. I will be back to work on Monday, 9 March. |
OK no problem, let's do it then. |
@subotic The JS Lib Tests are failing, do you know what I would need to change to make them work again? Or does this need help from Tobias? |
# Conflicts: # webapi/src/main/scala/org/knora/webapi/routing/v2/ValuesRouteV2.scala # webapi/src/main/scala/org/knora/webapi/util/StringFormatter.scala
@subotic Do you think this could be merged even though the JS Lib tests are failing? Then I wouldn't have to wait until Tobias gets back from holiday. |
Yeah sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks :-) I will take a look at knora-api-js-lib
. Maybe I can fix it.
Thanks for the review! |
JsonLDUtilSpec
so it doesn't start anActorSystem
.Resolves #1607.
Resolves #1600.