-
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
fix(build): Fix port in use error #1356
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
subotic
requested changes
Jun 20, 2019
benjamingeer
pushed a commit
that referenced
this pull request
Jun 20, 2019
subotic
approved these changes
Jun 20, 2019
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. If it works for you then this is great :-)
Thanks for the review! |
benjamingeer
pushed a commit
that referenced
this pull request
Jul 9, 2019
* feature (InputOntologyV2): Parse a Knora ontology response for generation of client code. * feature (api-v2): Add some infrastructure for client API class generation. * feat: Start adding client-code generator front end implementation. * feat: Generate client code for json2typescript (ongoing). * feat: Generate client code from ontologies (ongoing). * feat: Generate client API code from ontologies (ongoing). * feat(api-v2): Backport improvements to ontology response parsing from #1297. * fix(client-code-generation): Fix compile errors, add comments. * feat(client): Add definition of users endpoint. * feat(clientapi): Add documentation strings to endpoint definition. - Move extra API classes to external schema of admin ontology. * feat(clientapi): Collect the IRIs of class definitions used in a client API definition. * feat(clientapi): Generate client code for whole APIs (ongoing). * feat(clientapi): Generate client code for whole APIs (ongoing). * feat(clientapi): Generate endpoints (ongoing). * feat(clientapi): Generate endpoint (ongoing). * feat(clientapi): Generate endpoint (ongoing). * feat(clientapi): Generate interfaces. * style(clientapi): Add comments. * fix(build): Fix build as per #1356. * feat(clientapi): Make DSL more concise. * feat(clientapi): Simplify DSL. * feat(clientapi): Simplify booleans. * feat(clientapi): Improve DSL. * feat(clientapi): Correct User class in external schema. - Fix lots of bugs. * test(knora-ontologies): Rename knoraProject -> Project in external schema. * feat(clientapi): Correct Group and Project classes in external schema. - Improve formatting of generated code. * test: Allow InstanceChecker to get knora-admin definitions. * feat(clientapi): Add property and class descriptions to generated code. * test(InstanceChecker): Fix test data. * feat(clientapi): Generate knora-api-connection.ts. * feat(clientapi): Implement more admin client API functions. * feat(clientapi): Implement the rest of the users endpoint. * docs(clientapi): Add docs. - Start implementing permissions endpoint. - Support optional function parameters. - Support URL parameters. * feat(clientapi): Replace the command-line program with a route. * feat(clientapi): Add permissions route. * style(clientapi): Add comments. * fix(clientapi): Fix compile error. * refactor(clientapi): Move TypeScript templates into a subdirectory. * style(clientapi): Set the order of endpoints in the API definition. * style(clientapi): Rename parameter. * feat(clientapi): Add groups endpoint. - Generate URL query parameters. - Fix empty URL paths. - Support type conversion in function calls. - Support integer literals. * feat(clientapi): Implement some of the projects endpoint. * feat(clientapi): Implement the rest of the projects endpoint. * fix(clientapi): Fix path.
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.
Fixes #1355.