forked from crnk-project/crnk-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bring SF master up to current crnk-project master #2
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
…ge between adding Bulk Post support and making MetaResourcePartition respect the access properties of JsonApiResource , causing tests to fail
Add support for Bulk get-by-ID - Updated operations doc to mention bulk find-by-ID. - Added missing "OperationParameterUtils.parsePath" call to executeOperations to strip the query string from the path. - Added "add(HttpMethod method, String path)" method to OperationCall to allow GET and DELETE calls by path instead of providing the "value" field. - Added bulk GET and DELETE tests for the "add(HttpMethod method, String path)" method.
Links are now objects instead of strings
in the past it wrongly was /build/generated/source/.
detect whether a repository is insertable, postable, etc.
- removed duplicate description - generation of curl commands - improved JavaDoc/HTML to Asciidoc conversion (lists, italic, bold, paragraphs, links)
- UrlBuilder introduced as public API. Allows the construction of URLs out of resource ids and QuerySpecs. - UrlBuilder can be configured to propagate parameters. Such parameters will be attached to all computed links when passed along in the request.
…656) - Improving QuerySpec creation. Separation between QuerySpecs from targetResourceType and targetResourceClass - QuerySpec needs to have a resourceType defined If we pass a null value, we try to get the type with reflection - resourceType has precedence over resourceClass
so far having a dot in a resource type crashed Typescript. Dots now properly treated as directory/packages.
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.
Just bring the crnk-framework master