forked from loopbackio/loopback-connector
-
Notifications
You must be signed in to change notification settings - Fork 2
Query relation updates #4
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
Closed
Closed
Conversation
This file contains hidden or 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
* update copyright notices and license (Ryan Graham) * Fix linting errors (Amir Jafarian) * Auto-update by eslint --fix (Amir Jafarian) * Add eslint infrastructure (Amir Jafarian) * fixed build of where statement when filter contains non-existing column (Maor Hayun) * change replace to replaceById (Amir Jafarian) * Remove underscore from _buildReplaceFields (Amir Jafarian) * Change _buildReplace to buildReplace (Amir Jafarian) * Change _buildUpdate to buildUpdate (Amir Jafarian) * Apply feedback (Amir Jafarian) * call execute directly for _replace (Amir Jafarian) * Implement replaceAttributes (Amir Jafarian) * Removed filterWhere option (eugene-frb) * 1. Error logging. 2. Options argument of model's include function to pass filter.where object. (eugene-frb) * Refer to licenses with a link (Sam Roberts) * Fixed typo. (Matteo Padovano) * Use strongloop conventions for licensing (Sam Roberts)
Add globalization
Run CI with juggler3
Update deps to LB 3.0.0 RC
Add translation files
* Update translation files - round#2 (loopbackio#62) (Candy) * Add translated files (Amir Jafarian) * Update deps to LB 3.0.0 RC (Miroslav Bajtoš) * Run CI with juggler3 (Loay) * Add globalization (Candy) * Update URLs in CONTRIBUTING.md (loopbackio#53) (Ryan Graham)
Add two helper methods for composing and parsing key-value keys: - in juggler, we use (modelName, key) tuple - in backends, there is usually a single string key required
Add a helper for encoding JavaScript values into binary Buffers. The implemenetation is based on msgpack5 format and preserves JavaScript objects like Buffers and Dates, as opposed to (binary)JSON.
…pers KeyValue helpers
Owner
|
@bostondv sorry man, I haven't known you wanted to merge something. Somehow I missed your intention 2y ago. |
Author
|
No worries, was a long time ago :) |
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.
Hey @kolach, here's my changes mentioned from loopbackio#42