forked from Dynamoid/dynamoid
-
Notifications
You must be signed in to change notification settings - Fork 1
FB-461: Update Dynamoid with latest changes #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
Open
jaimebarriga
wants to merge
509
commits into
sumocoder:master
Choose a base branch
from
wishabi:AC-461-test
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…-creation Add specs for table creation due model saving
Fix incorrect applying of default field value
Remove declaration for `logger` option
Add `STI` section in Readme.md
…tion finish in Sync mode;
fixes the issue of delete-table and create-table not waiting until ac…
Converting timestamp to local time works incorrectly in some time zones.
…th-scan-and-query Improve querying with scan and query
…tamps Don’t override document timestamps
…alidation Documenting validation skipping
…ading-for-scan-operation Allow consistent reading for Scan request
…t-limit-exceeding Remove unuseful warning about item size exceeding limits
Fix storing empty array as nil
…-where Add type casting in `where` clause
- [Update] Query did not obey limit because it would keep looping as long as there were pages to read. Added count to return once limit was reached based on scanned records. - [Update] Scan did not obey limit when in batching mode and would have similar issue as Query. Added count to return once limit was reached based on scanned records.
- [Update] Allow in chaining to query and underlying implementation utilizes global/local secondary indices that may be available instead of doing a scan. Thus we can query subsets of data instead of using the full `find_all_by_secondary_index`. - [Update] Added serialized types to be able to be range_key and types for dump for query since serialized is just a string. Caveat to developer would be they need to know would be range type comparisons would operate on string comparisons! So if using serialized form then understand sort is lexigraphically sorted!
allow batch_get_item for integer partition key
Update outdated warning message
… backoff strategies
…s-in-batch-operations Handle unprocessed items in batch operations
…as-sort-key Avoid DateTime to Time converting with losing nanoseconds
- [Update] Update Ruby to 2.4.1 - [Update] Update RVM configuration to properly run the gpg trust and bundle commands with runas now instead of user.
Support Rails 5.2
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.
No description provided.