Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / NerdWalletOSS/dynamorm issues and pull requests

#115 - Support for Python 3.9+

Issue - State: open - Opened by angelptli 3 months ago

#114 - Update _marshmallow.py, unknown=EXCLUDE issue solved

Pull Request - State: open - Opened by YaserFazil 8 months ago

#113 - Issues to use DynamoRM in cross account lambda.

Issue - State: open - Opened by WyllianNeo 9 months ago - 1 comment

#112 - `missing` getting used on read?

Issue - State: open - Opened by philiplb about 1 year ago

#111 - Use a Dynamodel in a ModelSerializer

Issue - State: open - Opened by vinceh91 over 1 year ago

#110 - ValueError: Object 'EXCLUDE' is not a valid value for the 'unknown' parameter

Issue - State: open - Opened by Cyb3rFl3x about 2 years ago - 3 comments

#109 - Improving the state of DynamORM documentation

Issue - State: closed - Opened by xw2519 over 2 years ago

#107 - Add documentation and source URLs

Pull Request - State: closed - Opened by samamorgan over 3 years ago - 2 comments

#106 - [WIP] add bug repro to test_partial_save; add additional test for simple case

Pull Request - State: closed - Opened by eoinmorgan over 3 years ago - 2 comments

#105 - ReadMe -- Query PartitionKey using begins_with?

Issue - State: open - Opened by whieronymus almost 4 years ago - 1 comment

#104 - Allow for Schema to subclass existing Models

Pull Request - State: closed - Opened by borgstrom about 4 years ago - 2 comments

#102 - Scan condition operators do not match boto3 condition operators

Issue - State: open - Opened by Quidge over 4 years ago - 1 comment

#101 - correct IN usage in docstring

Pull Request - State: open - Opened by smtheard over 4 years ago - 2 comments

#100 - Pagination for indexes does not work

Issue - State: open - Opened by iisulop over 4 years ago - 1 comment

#99 - Provide dumps() method

Issue - State: open - Opened by krismeister over 4 years ago - 2 comments

#98 - Implementing transactions

Issue - State: open - Opened by Vaunorage over 4 years ago

#97 - Address collections deprecation in Python 3.3+

Pull Request - State: closed - Opened by borgstrom over 4 years ago - 1 comment

#96 - Is Table inheritance possible?

Issue - State: open - Opened by Quidge over 4 years ago - 3 comments
Labels: enhancement

#95 - Support nested paths in item updates

Pull Request - State: closed - Opened by Sharadh almost 5 years ago - 2 comments

#94 - Check if recursive mode is enabled before warning

Pull Request - State: closed - Opened by dpnnw almost 5 years ago - 1 comment

#93 - Marshmallow validate not working when using data_key

Issue - State: open - Opened by prusayn almost 5 years ago - 1 comment

#92 - [Bugfix] Ensure full model validation when using schematics

Pull Request - State: closed - Opened by Sharadh almost 5 years ago - 4 comments

#91 - Specific Attributes not available for .get()

Issue - State: open - Opened by ricky-sb almost 5 years ago

#90 - Collections ABC is deprecated

Issue - State: closed - Opened by ricky-sb almost 5 years ago
Labels: bug

#89 - ManyToMany

Issue - State: open - Opened by ricky-sb almost 5 years ago - 5 comments

#88 - Fix cache error #87

Pull Request - State: closed - Opened by ricky-sb almost 5 years ago - 1 comment

#87 - OneToOne Caching Issue

Issue - State: open - Opened by ricky-sb almost 5 years ago - 1 comment

#86 - AWS DAX Integration

Issue - State: open - Opened by ricky-sb almost 5 years ago

#85 - Support `conditions=` for `save` and `put` operations

Issue - State: open - Opened by ricky-sb almost 5 years ago - 1 comment
Labels: enhancement

#84 - Feature: Batch Delete

Issue - State: open - Opened by ricky-sb almost 5 years ago
Labels: enhancement

#83 - Pay per request billing mode

Pull Request - State: open - Opened by borgstrom almost 5 years ago - 1 comment

#82 - Ensure GitHub pages serves our static content

Pull Request - State: closed - Opened by borgstrom almost 5 years ago

#81 - Don't mutate original dicts in Table methods

Pull Request - State: closed - Opened by borgstrom almost 5 years ago

#80 - Normalize keys when deleting model instances

Pull Request - State: closed - Opened by borgstrom almost 5 years ago - 1 comment

#79 - Avoid validating twice when saving Models

Pull Request - State: closed - Opened by borgstrom almost 5 years ago

#78 - Fix documentation deployment

Pull Request - State: closed - Opened by borgstrom almost 5 years ago

#77 - Add support for the Black code formatter

Pull Request - State: closed - Opened by borgstrom about 5 years ago

#76 - Switch to tox for tests / update docs

Pull Request - State: closed - Opened by borgstrom about 5 years ago - 1 comment

#75 - Support Marshmallow >=3

Pull Request - State: closed - Opened by borgstrom about 5 years ago - 1 comment

#74 - Bump schematics to >=2.1.0

Pull Request - State: closed - Opened by borgstrom about 5 years ago - 1 comment

#73 - support marshmallow version 3

Pull Request - State: closed - Opened by smtheard about 5 years ago - 1 comment

#72 - add support for PAY_PER_REQUEST BillingMode

Pull Request - State: open - Opened by mgwilliams about 5 years ago - 2 comments

#71 - Marshmallow Missing behavior not working within Dynamodel

Issue - State: closed - Opened by smtheard over 5 years ago - 1 comment

#70 - Bump marshmallow to avoid CVE

Pull Request - State: closed - Opened by borgstrom over 5 years ago - 1 comment

#69 - Fix serializing fields twice

Pull Request - State: closed - Opened by MHannila over 5 years ago - 2 comments

#68 - Using serialized values in the call to Table.delete_item()

Pull Request - State: closed - Opened by usethecodeluke over 5 years ago - 1 comment

#67 - .delete() does not work when hash_key is of type fields.UUID()

Issue - State: closed - Opened by kimvais over 5 years ago - 1 comment

#66 - WIP Query with recursive

Pull Request - State: closed - Opened by borgstrom almost 6 years ago - 1 comment

#65 - update docs with a better reference to available conditions

Pull Request - State: closed - Opened by andyinsf almost 6 years ago - 1 comment

#64 - Add test for ge query condition

Pull Request - State: closed - Opened by borgstrom almost 6 years ago

#63 - fix KeyConditionExpressions for query(id=id).recursive()

Pull Request - State: closed - Opened by sooslaca almost 6 years ago - 2 comments

#62 - validation does not work

Issue - State: open - Opened by sooslaca about 6 years ago - 2 comments

#61 - Add ReadIterator for Query & Scan

Pull Request - State: closed - Opened by borgstrom about 6 years ago - 5 comments

#60 - Add cdc stream support

Pull Request - State: closed - Opened by andyinsf about 6 years ago - 2 comments

#59 - Marshmallow 3 support

Issue - State: closed - Opened by cfkanesan about 6 years ago - 4 comments
Labels: enhancement

#58 - Dpnnw/fix schema changed update return all

Pull Request - State: closed - Opened by dpnnw about 6 years ago - 1 comment

#57 - Support convertEmptyValues

Issue - State: closed - Opened by smtheard over 6 years ago - 2 comments
Labels: enhancement

#56 - Update model with validated attributes

Pull Request - State: closed - Opened by dpnnw over 6 years ago - 2 comments

#55 - How do I turn off serialization / deserialization?

Issue - State: closed - Opened by epicfaace over 6 years ago - 1 comment
Labels: question

#54 - Ensure we use validated values when updating

Pull Request - State: closed - Opened by borgstrom over 6 years ago - 1 comment

#53 - Allow for dict based botocore configuration

Pull Request - State: closed - Opened by borgstrom over 6 years ago - 2 comments

#52 - Documentation link 404s

Issue - State: closed - Opened by smtheard over 6 years ago - 1 comment

#51 - Point dynamorm to localhost in development mode?

Issue - State: closed - Opened by smtheard over 6 years ago - 1 comment

#50 - Do not cache resources

Pull Request - State: closed - Opened by borgstrom over 6 years ago - 2 comments

#49 - Per-Table HTTP Connection Pooling Behavior

Issue - State: closed - Opened by robby-bryant over 6 years ago
Labels: enhancement

#48 - Allow updates (and partial saves) to return all values

Pull Request - State: closed - Opened by borgstrom over 6 years ago - 2 comments

#47 - OneToMany relationship does not support saving or assignment

Issue - State: open - Opened by borgstrom over 6 years ago
Labels: bug

#46 - Detect schema library based on loaded modules

Pull Request - State: closed - Opened by borgstrom over 6 years ago - 1 comment

#45 - Allow field subclassing

Pull Request - State: closed - Opened by borgstrom over 6 years ago - 1 comment

#44 - add unique support to Dynamodel.save()

Pull Request - State: closed - Opened by robby-bryant over 6 years ago - 1 comment

#43 - Allow for per-table boto3 resource config

Pull Request - State: closed - Opened by borgstrom over 6 years ago - 3 comments

#42 - Support non-PK kwargs as filter expressions for query

Pull Request - State: closed - Opened by borgstrom over 6 years ago - 3 comments

#40 - Fix broken partial save

Pull Request - State: closed - Opened by borgstrom almost 7 years ago - 3 comments

#39 - Ensure inherited fields are pulled up for schematics

Pull Request - State: closed - Opened by borgstrom almost 7 years ago - 4 comments

#38 - Relationships (take2)

Pull Request - State: closed - Opened by borgstrom almost 7 years ago - 2 comments

#37 - Implement model signals

Pull Request - State: closed - Opened by borgstrom almost 7 years ago - 1 comment

#36 - Nested fields?

Issue - State: closed - Opened by RobertAtomic almost 7 years ago - 1 comment

#35 - Support Auto Scaling

Issue - State: open - Opened by borgstrom almost 7 years ago - 1 comment
Labels: enhancement

#34 - Support Time To Live (TTL)

Issue - State: open - Opened by borgstrom almost 7 years ago
Labels: enhancement, good first issue

#33 - [ABANDONED] Relationships

Pull Request - State: closed - Opened by borgstrom almost 7 years ago - 1 comment

#32 - Allow for inner Schema classes to define explicit parents

Pull Request - State: closed - Opened by borgstrom almost 7 years ago - 1 comment

#31 - Write documentation for the Q object

Issue - State: open - Opened by borgstrom almost 7 years ago
Labels: help wanted, good first issue

#30 - Support partial updates on save

Pull Request - State: closed - Opened by borgstrom almost 7 years ago - 1 comment

#29 - Support partial loading from indexes

Pull Request - State: closed - Opened by borgstrom almost 7 years ago - 1 comment

#28 - Loading models via index without all required attrs fails

Issue - State: closed - Opened by borgstrom almost 7 years ago - 1 comment
Labels: bug

#27 - Allow for actual relationship sematics

Issue - State: closed - Opened by borgstrom almost 7 years ago - 1 comment
Labels: enhancement

#26 - Support for Schema migrations

Issue - State: open - Opened by borgstrom almost 7 years ago
Labels: enhancement

#25 - Support for implicit partial updates

Issue - State: closed - Opened by borgstrom almost 7 years ago
Labels: enhancement

#24 - Add support for secondary indexes

Pull Request - State: closed - Opened by borgstrom almost 7 years ago - 6 comments

#23 - Normalize keys in Model to support transformations

Pull Request - State: closed - Opened by borgstrom about 7 years ago - 1 comment

#22 - Timestamp example in tests is broken

Issue - State: open - Opened by borgstrom about 7 years ago
Labels: help wanted, good first issue

#21 - Implement delete_item in Model instance

Pull Request - State: closed - Opened by jasonbot about 7 years ago - 1 comment

#20 - More testing around native types

Pull Request - State: closed - Opened by borgstrom about 7 years ago - 2 comments

#19 - Ensure objects get native Python data types

Pull Request - State: closed - Opened by borgstrom about 7 years ago - 5 comments

#18 - Common Attr expression generation to support AND, NOT, OR

Pull Request - State: closed - Opened by borgstrom over 7 years ago - 6 comments

#17 - Support update & condition expressions

Pull Request - State: closed - Opened by borgstrom over 7 years ago - 1 comment

#16 - Separate Model from Schema?

Issue - State: closed - Opened by bradwood over 7 years ago - 1 comment
Labels: enhancement