Bert Blommers
|
e76ffb3409
|
DynamoDB:query() now has improved support for KeyConditionExpression (#5449)
|
2022-09-07 11:45:34 +00:00 |
|
Bert Blommers
|
f23b44e256
|
DynamoDB:batch_put_item() now has validatior for empty keys (#5439)
|
2022-08-31 20:09:39 +00:00 |
|
Juan Martinez
|
f6bc8d4a05
|
Dynamodb - ensure getItem does not use expression and non-expression (#5412)
|
2022-08-24 10:48:59 +00:00 |
|
Bert Blommers
|
52c1edce23
|
DynamoDB - ensure TableARN has correct region (#5406)
|
2022-08-23 22:46:24 +00:00 |
|
Bert Blommers
|
3d913f8f15
|
MultiAccount support (#5192)
|
2022-08-13 09:49:43 +00:00 |
|
Amine Haj Ali
|
7386163a67
|
DynamoDB: add checks for projection expression (#5380)
|
2022-08-12 19:45:14 +00:00 |
|
ppena-LiveData
|
e09d35701f
|
DynamoDB: add check for empty key when getting an item (fix #5345) (#5348)
|
2022-08-02 19:43:48 +02:00 |
|
Bert Blommers
|
8f8de3f342
|
DynamoDB - error when ending an UpdateExpression with a comma (#5189)
|
2022-06-02 22:03:56 +00:00 |
|
Bert Blommers
|
08d705aa99
|
DynamoDB - error when persisting an empty number set (#5118)
|
2022-05-11 09:14:43 +00:00 |
|
Bert Blommers
|
ff767d0743
|
DynamoDB - error when sending an integer as string (#5108)
|
2022-05-09 13:01:31 +00:00 |
|
Bert Blommers
|
d60df32a25
|
Upgrade flake8 to 4.x (#5066)
|
2022-04-27 11:58:59 +00:00 |
|
Bert Blommers
|
f8f6f6f1ee
|
DynamoDB - extend TransactWriteItems error handling (#5012)
|
2022-04-09 21:45:25 +00:00 |
|
Bert Blommers
|
382ff2b1a9
|
Remove more DynamoDB2 references (#4933)
|
2022-03-11 21:29:16 -01:00 |
|
Bert Blommers
|
29d01c35bc
|
Update Black + formatting (#4926)
|
2022-03-10 13:39:59 -01:00 |
|
Bert Blommers
|
07913cfef0
|
Deprecate mock_dynamodb2 (#4919)
|
2022-03-09 16:57:25 -01:00 |
|
Bert Blommers
|
aa70ee254d
|
Remove deprecated decorators + boto dependency (#4378)
|
2022-01-18 14:18:57 -01:00 |
|
Bert Blommers
|
ab531aed9b
|
Add warnings about deprecated modules (#4527)
|
2021-11-04 21:39:53 -01:00 |
|
Bert Blommers
|
14a69c7524
|
Techdebt: Enable pylint rules (#4432)
|
2021-10-18 19:44:29 +00:00 |
|
Bert Blommers
|
8fd904634f
|
DynamoDB - Rewrite boto tests (#3927)
|
2021-09-22 21:22:56 +00:00 |
|
Bert Blommers
|
bb3cbd0bb4
|
DynamoDB (V1) - implement UpdateItem (#3926)
* DynamoDB (V1) - UpdateItem implementation
* DynamoDB (V1) - negative tests for UpdateItem
|
2021-08-22 10:42:41 +01:00 |
|
Bert Blommers
|
7693d77333
|
Remove Py2 support (#3915)
|
2021-07-26 07:40:39 +01:00 |
|
Matěj Cepl
|
77dc60ea97
|
Port test suite from nose to pytest.
This just eliminates all errors on the tests collection. Elimination of
failures is left to the next commit.
|
2020-11-10 08:23:44 +01:00 |
|
Stephan Huber
|
0527e88d46
|
Merge remote-tracking branch 'upstream/master'
|
2019-12-23 08:38:53 +01:00 |
|
Asher Foa
|
96e5b1993d
|
Run black on moto & test directories.
|
2019-10-31 10:36:05 -07:00 |
|
Stephan
|
e51d1bfade
|
merge
|
2018-12-21 12:28:56 +01:00 |
|
Steve Pulec
|
f37bad0e00
|
Lints.
|
2017-02-23 21:37:43 -05:00 |
|
Steve Pulec
|
81836b6981
|
Get standalone server mode working for all tests.
|
2017-02-23 19:43:48 -05:00 |
|
Steve Pulec
|
fde721bed7
|
Testing new version of decorator.
|
2017-02-15 22:35:45 -05:00 |
|
Helen Sherwood-Taylor
|
08d07fed30
|
Fix failure of scan() after has_item()
Fixes #731
|
2016-10-25 17:09:39 +01:00 |
|
Steve Pulec
|
82f19952dd
|
Add Dynamodb2 global indexes. Closes #329.
|
2015-03-14 15:02:43 -04:00 |
|
Steve Pulec
|
06a635aeaa
|
Remove dynamodb Py3 boto restrictions since we only test newer boto now.
|
2014-11-27 08:03:47 -05:00 |
|
David Baumgold
|
eedb4c4b73
|
Support Python 3 using six
|
2014-08-28 10:57:43 -04:00 |
|
David Baumgold
|
4201e6b430
|
from __future__ import unicode_literals
|
2014-08-27 11:33:55 -04:00 |
|
Steve Pulec
|
8b278eb05d
|
Clean up querystring logic.
|
2013-12-29 21:50:25 -05:00 |
|
Steve Pulec
|
3bddbb4af3
|
Test out py26 with new HTTPretty
|
2013-10-03 20:34:13 -04:00 |
|
Steve Pulec
|
02fa630a3c
|
Fix dynamo batch length
|
2013-08-03 17:27:34 -04:00 |
|
Steve Pulec
|
59fe1abfdf
|
Cleanup flake8
|
2013-08-03 17:21:25 -04:00 |
|
Steve Pulec
|
549cb23b7f
|
Better error messaging for dynamodb table gets for range key tables without range keys used. cc #28
|
2013-05-16 22:24:26 -04:00 |
|
Steve Pulec
|
755fe6563b
|
Fix missing dynamodb key status code to fix has_item. Closes #20
|
2013-05-07 00:19:04 -04:00 |
|
Steve Pulec
|
8fe0c91853
|
Fix services to work better with other regions. Closes #17.
|
2013-04-13 18:22:26 -04:00 |
|
Steve Pulec
|
d49baae644
|
add STS test
|
2013-03-17 18:39:21 -04:00 |
|
Steve Pulec
|
a5eaaaad51
|
fix for scanning without filter
|
2013-03-15 17:14:14 -04:00 |
|
Steve Pulec
|
11c1a2a4c1
|
add tests for tables without range keys. tests back to 100%
|
2013-03-14 22:52:32 -04:00 |
|
Steve Pulec
|
cc23453d77
|
add batch get
|
2013-03-14 00:26:55 -04:00 |
|
Steve Pulec
|
0398da2c8d
|
add batch write
|
2013-03-13 23:41:01 -04:00 |
|
Steve Pulec
|
3e6f802a20
|
more comprehensive table scanning and querying
|
2013-03-13 22:44:54 -04:00 |
|
Steve Pulec
|
ad4b6c4ee2
|
add dynamodb scanning
|
2013-03-13 10:11:13 -04:00 |
|
Steve Pulec
|
621ac79f33
|
add table delete and update. add item ops, including querying.
|
2013-03-13 09:06:45 -04:00 |
|
zmsmith
|
c196e15cf7
|
Table listing now supports limits and continuations
|
2013-03-10 21:16:58 -04:00 |
|
zmsmith
|
1cc0e0eac7
|
adding first error handling
|
2013-03-10 15:49:35 -04:00 |
|