index
:
delta/boto.git
2.0_stable
add-deprecation-notices
backporting_py27_fix
baserock/morph
branch_master_python3k
cleandocs
cloudtrail-update
develop
emr-fix
endpoints-v2
feature/s3-configuration-options
glacier
master
neo
py3kport
readme-boto3
requests_refactor
turnkey
warnings-docs
github.com: boto/boto.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boto
/
dynamodb2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finished integrating the endpoints changes.
Daniel Lindsley
2014-01-28
1
-32
/
+2
*
Merge branch 'fix_ddb_limit' into develop
Daniel Lindsley
2014-01-23
1
-0
/
+9
|
\
|
*
Fixed conflict between limit and max_page_size in dynamodb2.ResultSet
Pascal Hakim
2014-01-23
1
-1
/
+1
|
*
Fixes limit problem on table.query (#1998)
Sergio Oliveira
2014-01-22
1
-0
/
+9
*
|
Fixed typo in Table.create example
Pascal Hakim
2014-01-23
1
-1
/
+1
|
/
*
Fixed doc typos.
Daniel Lindsley
2014-01-08
1
-2
/
+2
*
Ported over the ``has_item`` call.
Daniel Lindsley
2014-01-07
1
-0
/
+40
*
Merge branch 'ddb-get-item-attrs' into develop
Daniel Lindsley
2014-01-07
1
-2
/
+6
|
\
|
*
Added a missing docstring.
Daniel Lindsley
2014-01-07
1
-0
/
+4
|
*
Added attributes support to ``get_item``.
Daniel Lindsley
2014-01-07
1
-2
/
+2
*
|
Merge remote-tracking branch 'stevearc/scan_attributes' into develop
Daniel G. Taylor
2014-01-07
1
-2
/
+9
|
\
\
|
|
/
|
/
|
|
*
Adding unit test for table scan on specific attrs
Steven Arcangeli
2014-01-06
1
-3
/
+3
|
*
Dyanamo Table.scan() should accept 'attributes' argument
Steven Arcangeli
2013-12-23
1
-2
/
+9
*
|
Added support for reduced page sizes in DDB.
Daniel Lindsley
2013-12-24
2
-12
/
+60
*
|
Merge branch 'switch-to-super' into develop
Daniel Lindsley
2013-12-23
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Updated all old-style inheritance calls.
Daniel Lindsley
2013-12-23
1
-1
/
+1
*
|
Added ``cn-north-1`` to the regions.
Daniel Lindsley
2013-12-20
1
-0
/
+3
|
/
*
Finished integrating GSIs into DDBv2.
Daniel Lindsley
2013-12-17
1
-3
/
+37
*
Revised the GSI work a bit.
Daniel Lindsley
2013-12-17
2
-27
/
+141
*
Adding DynamoDB global indexes to Table.create api
Steven Arcangeli
2013-12-17
2
-25
/
+67
*
Implement nonzero for Item to consider empty items falsey
James O'Beirne
2013-12-12
1
-0
/
+6
*
Updated DDBv2 for Global Secondary Indexes.
Daniel Lindsley
2013-12-12
1
-91
/
+87
*
Fixing the dynamo 'scan in' filter
Steven Arcangeli
2013-12-08
1
-1
/
+5
*
Switched to not specifically naming hash_key and range_key, which allows
Chris Moyer
2013-10-25
1
-11
/
+8
*
Revert "Revert "Added "lookup" and "new_item" to dynamodb2.table, which makes...
Chris Moyer
2013-10-25
1
-0
/
+42
*
Modify DynamoDB2 code to properly set host HTTP header and use the configured...
Daniel G. Taylor
2013-10-09
1
-2
/
+2
*
Python 2.5.x fixes
Daniel G. Taylor
2013-10-04
1
-1
/
+5
*
Fix the ability to override DynamoDBv2 host when creating connections
Daniel G. Taylor
2013-09-18
1
-1
/
+5
*
Fixes #1713 - Corrected a DDB bug where scanning over large set with a filter...
Daniel Lindsley
2013-09-16
1
-9
/
+13
*
Fixes #1679, #1566 - Altered DDBv2's ``batch_write`` to appropriately queue &...
Daniel Lindsley
2013-09-10
2
-6
/
+46
*
Updated custom connection example.
Jason Wang
2013-08-21
1
-6
/
+5
*
Fixed a typo in DDBv2's create docstring.
Daniel Lindsley
2013-08-16
1
-1
/
+1
*
Merge remote-tracking branch 'carllen/connect_to_region_us-gov-west-1' into d...
Daniel Lindsley
2013-08-14
1
-0
/
+3
|
\
|
*
Enable connect_to_region('us-gov-west-1') for all services in GovCloud
Christian Arllen
2013-08-04
1
-0
/
+3
*
|
Added a better comment about why keys shouldn't be included from the previous...
Daniel Lindsley
2013-08-08
1
-1
/
+3
*
|
Fixed calling ``Item.partial_save`` on a new record now correctly saves.
Daniel Lindsley
2013-08-08
1
-0
/
+11
|
/
*
Merge branch 'ddb-set-fix' into develop
Daniel Lindsley
2013-08-02
2
-65
/
+126
|
\
|
*
Changed needs_save to be more concise.
Daniel Lindsley
2013-08-02
1
-8
/
+4
|
*
Fixed the sending of empty data to DDB as well.
Daniel Lindsley
2013-07-31
1
-2
/
+18
|
*
Altering how state tracking of ``Item`` data works in DDBv2.
Daniel Lindsley
2013-07-29
2
-65
/
+114
*
|
add DynamoDB ap-southeast-2 endpoint
Pierce Hickey
2013-07-31
1
-0
/
+3
|
/
*
Revert "Added "lookup" and "new_item" to dynamodb2.table, which makes it more"
Daniel Lindsley
2013-07-24
1
-42
/
+0
*
Added "lookup" and "new_item" to dynamodb2.table, which makes it more
Chris Moyer
2013-07-23
1
-0
/
+42
*
never return more than 'limit' results from a query
Mark Roddy
2013-07-05
1
-1
/
+5
*
Implemented a high-level interface for selecting specific attributes and sele...
Christopher Grebs
2013-06-18
1
-2
/
+70
*
Added ``Item.get(...)`` support to DDBv2.
Daniel Lindsley
2013-05-29
1
-0
/
+3
*
Fixed a bug where an instance variable was not present in the low-level Dynam...
Daniel Lindsley
2013-05-28
1
-0
/
+1
*
Solving bugs on empty results and between comparisions
Ramon Navarro Bosch
2013-05-24
2
-7
/
+18
*
Fix a bug always connecting to the default end point in dynamodb2's DynamoDBC...
keiji
2013-05-21
1
-2
/
+4
*
Updated the high-level DDBv2 interface to support parallel scan.
Daniel Lindsley
2013-05-14
1
-2
/
+8
[next]