Steve Pulec
|
6b97a4ab96
|
Merge pull request #2796 from bblommers/feature/1054
DynamoDB - Improve error handling for put_item without keys
|
2020-03-15 16:41:59 -05:00 |
|
ImFlog
|
7f6c6660aa
|
Add some new update_new tests
|
2020-03-13 09:37:50 +01:00 |
|
Asher Foa
|
374b623e1d
|
Fix some 'DeprecationWarning: invalid escape sequence' warnings and use str.format for string interpolation.
I am seeing a lot of deperecation warnings when I use moto for my tests (running under pytest), so I figured I'll clean up some of them.
|
2020-03-12 13:50:59 -07:00 |
|
Bert Blommers
|
71d3941daf
|
Linting
|
2020-03-12 14:26:23 +00:00 |
|
Bert Blommers
|
caebe222d7
|
DynamoDB - Transact_get_items - Remove error condition
|
2020-03-12 14:24:53 +00:00 |
|
Tomoya Iwata
|
5a7da61833
|
remove unused local variable
|
2020-03-12 14:15:31 +00:00 |
|
Tomoya Iwata
|
b74625db0c
|
add support for dynamodb transact_get_items
|
2020-03-12 14:15:13 +00:00 |
|
ImFlog
|
ba1bf09474
|
Fix UPDATED_NEW return values differences between moto and dynamoDB
|
2020-03-10 18:22:54 +01:00 |
|
Bert Blommers
|
6ba00d9ad1
|
#1054 - DynamoDB - Improve error handling for put_item without keys
|
2020-03-10 13:25:40 +00:00 |
|
heyder.dias
|
f5080e539d
|
fix lint check
|
2020-03-05 18:39:20 -03:00 |
|
Heyder
|
f8dd5a13c6
|
fix case if don't have attrs
|
2020-03-04 23:56:30 -03:00 |
|
Heyder
|
bc1c9a27f1
|
fix use of _get_default result on _get_appended_list
|
2020-03-04 23:17:03 -03:00 |
|
Bert Blommers
|
9971bcdfcd
|
DynamoDB - Send item to DDB Stream on update, not just on create
|
2020-02-18 11:49:55 +00:00 |
|
Bert Blommers
|
936d686392
|
#2580 - DynamoDB update_item: Allow list_append and if_not_exists-functions in one expression
|
2020-02-09 11:47:02 +00:00 |
|
Nikita Antonenkov
|
d4caf14b61
|
Fixed UnboundLocalError in dynamodb2.query when no filters are passed
|
2020-02-07 23:39:31 +01:00 |
|
Steve Pulec
|
663d7c289b
|
Merge pull request #2675 from bblommers/bugfix/#2674
DynamoDB - ListAppend should also work when adding maps to a list
|
2020-01-22 20:01:53 -06:00 |
|
Bert Blommers
|
6f02782624
|
#2627 - Change comparison to differentiate between 0 and None
|
2020-01-22 11:30:17 +00:00 |
|
Bert Blommers
|
9ce1ee49d7
|
#2626 - DynamoDB - FilterExpression should ignore items with non-existent attribute
|
2020-01-12 12:05:08 +00:00 |
|
Bert Blommers
|
5f59cb7fb0
|
#2674 - ListAppend should also work when adding maps to a list
|
2020-01-06 08:16:09 +00:00 |
|
Jack Danger
|
d596560971
|
Merge pull request #2657 from gruebel/add-missing-regions
Add missing regions to all services
|
2020-01-02 17:27:25 -08:00 |
|
gruebel
|
d7ba355a65
|
Add missing regions to all services
|
2019-12-26 17:12:22 +01:00 |
|
Asher Foa
|
5bd3827b26
|
run black
|
2019-12-20 18:55:58 -08:00 |
|
Asher Foa
|
0a7d299da3
|
Fix json encoding issue.
|
2019-12-20 18:55:58 -08:00 |
|
Ilya Shmygol
|
704a12146b
|
Improve error reporting for missing index
|
2019-12-12 10:49:07 +01:00 |
|
Ilya Shmygol
|
3a42079ec7
|
Merge remote master
|
2019-12-11 16:17:21 +01:00 |
|
Ilya Shmygol
|
1d0de934e5
|
Slightly reformat the solution
|
2019-12-11 15:06:49 +01:00 |
|
Mike Grima
|
4d5bf1c5c6
|
Merge pull request #2605 from bblommers/dynamodb_add_nested_stringsets
Dynamodb - DELETE/ADD item from/to nested sets
|
2019-12-09 14:14:56 -08:00 |
|
Bert Blommers
|
e41bc9fc58
|
DynamoDB - DELETE item from nested sets
|
2019-11-28 13:22:20 +00:00 |
|
Bert Blommers
|
6d7ad717df
|
DynamoDB - ADD item to nested sets
|
2019-11-27 12:36:42 +00:00 |
|
Bert Blommers
|
21a1d4d604
|
DynamoDB - list_append operation can be made in a nested map
|
2019-11-25 15:19:22 +00:00 |
|
Ilya Shmygol
|
6ea60012fc
|
Improve parsing DynamoDB begins_with expression
A query fails if it has a space between `begins_with` and `(`,
for example: ```begins_with (#1, :1)```
Fix #1996
|
2019-11-21 13:03:44 +01:00 |
|
Bert Blommers
|
993819bd41
|
#2562 - DynamoDB - allow updates to be of a different type
|
2019-11-15 15:54:21 +00:00 |
|
Bert Blommers
|
eaa23800bd
|
Linting
|
2019-11-03 07:33:27 -08:00 |
|
Bert Blommers
|
6a601d7d5c
|
#2527 - DynamoDB - Allow nested attributes in ProjectionExpressions
|
2019-11-03 14:09:27 +00:00 |
|
Asher Foa
|
96e5b1993d
|
Run black on moto & test directories.
|
2019-10-31 10:36:05 -07:00 |
|
Chih-Hsuan Yen
|
84fb52d0a2
|
Fix remaining flake8 issues
Disabling W504 and W605 for now as there are too many instances.
|
2019-10-27 21:00:01 +08:00 |
|
Chih-Hsuan Yen
|
18173a5951
|
Replace # flake8: noqa with # noqa
The former syntax is actually a mis-use and rejected since Flake8 3.6
[1].
[1] https://gitlab.com/pycqa/flake8/merge_requests/219
|
2019-10-27 20:41:22 +08:00 |
|
Jack Danger
|
8ecd882a82
|
Merge pull request #2508 from bblommers/refactor-dynamodb-update-documentation
Refactor dynamodb update documentation
|
2019-10-23 15:21:06 -07:00 |
|
Jack Danger
|
61f153f168
|
Merge pull request #2509 from bblommers/feature/847
DynamoDB - Support list_append operation
|
2019-10-23 15:20:37 -07:00 |
|
cqueitzsch
|
8b2b9d3618
|
Fixing comparisons for python 3 in dynamodb
|
2019-10-23 12:59:19 -07:00 |
|
Bert Blommers
|
730c4be1a3
|
#847 - DynamoDB - Implement list_append feature when updating
|
2019-10-23 09:12:03 +01:00 |
|
Bert Blommers
|
e01fe02653
|
DynamoDB - Update doc for update-method
|
2019-10-23 08:06:15 +01:00 |
|
Bert Blommers
|
64cf1fc2c9
|
Refactor DynamoDB update expressions (#2497)
* Refactor DynamoDB.update to use recursive method for nested updates
* Simplify DynamoDB.update_item logic
|
2019-10-22 12:40:41 -07:00 |
|
Bert Blommers
|
db206e994b
|
#250 - DynamoDB - Add check for valid query keyconditionexpression
|
2019-10-18 09:58:09 +01:00 |
|
Bert Blommers
|
009a97db85
|
Merge branch 'master' into bugfix/1823
|
2019-10-14 10:02:22 +01:00 |
|
Bert Blommers
|
106692ed88
|
#1823 - Add support to delete items from a nested list
|
2019-10-14 09:59:52 +01:00 |
|
Mike Grima
|
893f0d4f83
|
Merge pull request #2463 from gruebel/fix-dynamodb-get-item-ProjectionExpression
Add ProjectionExpression & ExpressionAttributeNames to DynamoDB get_it…
|
2019-10-13 10:47:25 -07:00 |
|
Mike Grima
|
d0a6c4380b
|
Merge pull request #2469 from bblommers/bugfix/2384
DynamoDB - Fixes query sorting on numerical values
|
2019-10-12 15:37:56 -07:00 |
|
gruebel
|
97c4174f30
|
Extract projection_expression adjustment
|
2019-10-11 14:30:25 +02:00 |
|
Steve Pulec
|
31198c75b8
|
Merge pull request #2457 from bblommers/feature/dynamodb_streams_invoke_lambda
Feature: Add option for DynamoDB stream to kick off lambda
|
2019-10-10 17:05:43 -05:00 |
|