0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding MANIFEST.in More... over 8 years ago
Fix for pip install (we need to use the full path to the file) More... over 8 years ago
Merge branch 'master' of https://github.com/raff/dynash More... over 9 years ago
adding connection parameters to "login" command, fixing a couple of commands More... over 9 years ago
Instead of a specific "local" option, use host, port and is_secure from the .boto [DynamoDB] section (Note that boto.dynamodb2 only check for "region", we force the other as connection parameters) More... over 9 years ago
Added dynash2 executable More... over 9 years ago
added usage and "dynash2" More... over 9 years ago
Added --verbose option (enable boto debugging) and --local option (connect to local/test DynamoDB on http://localhost:8000), only available in dynash More... over 9 years ago
Bumping requirement for boto ( >= 2.32.0 ) to fix scan command in dynash2 More... over 9 years ago
Not sure of why boto is hiding the "last_key" item (stored as ResultSet._last_key_seen). While I should just be using the iterator, there are cases where I do want to manage pagination on my own. More... over 9 years ago
adding --env option More... over 9 years ago
fixed scan to implemented dynamodb2 API More... over 9 years ago
Merge branch 'master' of https://github.com/raff/dynash More... over 9 years ago
Added "env" command More... almost 10 years ago
Fixed query command (need to skip the hash key when fetching the attributes to get) More... almost 10 years ago
Fixed wrong argument parsing in query command More... about 10 years ago
- Don't "eat" command line arguments, so that cmd2 can execute "in-line" commands. - Don't crash if there is no boto configuration (the connection to DynamoDB fails) so that "login" can be used to pass the credentials. - Bumped version More... about 10 years ago
Added "env" command and updated README More... about 10 years ago
Added --env=envname parameter (the [Credentials] section in .boto is the default, but you can override by adding a section named [{env}.Credentials] that will be copied into [Credentials] before connecting to DynamoDB) More... about 10 years ago
- fixed list ( -a ) of non-string items - changed item quoting from NONUMERIC (empty fields look like "") to MINIMAL - updated help for query and scan - reworked option parsing for scan More... over 10 years ago
Initial version of dynash2, that uses boto.dynamodb2 More... over 10 years ago
Merge branch 'master' of https://github.com/raff/dynash More... over 10 years ago
updated documentation for scan exists/not-exists filters More... over 10 years ago
better formatting of "array" list. Non numeric are now quoted and escaped. More... over 10 years ago
Added new command "rmattr" to remove attributes from an item More... over 10 years ago
Added -a (--array) option to return result of query/scan as an array (CSV) More... over 10 years ago
bumping version to 0.8.1 More... over 10 years ago
Merge branch 'master' of https://github.com/raff/dynash More... over 10 years ago
fixed comment and implementation of exists/nexists filters (you need to say +fieldname:exists) More... over 10 years ago
Create LICENSE More... over 10 years ago