Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

marshmallow

A lightweight library for converting complex objects to and from simple Python datatypes.
Collective - Host: opensource - https://opencollective.com/marshmallow - Code: https://github.com/marshmallow-code

Update AUTHORS, CHANGELOG, bump dev version, and remove outdated recipe

github.com/marshmallow-code/marshmallow-sqlalchemy - f5e3686f848fd0107abf14437e1dd20da0eca472 authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'jmcarp-refactor-related' into dev

github.com/marshmallow-code/marshmallow-sqlalchemy - 623fdeec6a3c14967da660ec1acaa1da574fe9b9 authored over 9 years ago by Steven Loria <[email protected]>
Add tests for (de)serializing many to one relationships

Depends on dev version of marshmallow

github.com/marshmallow-code/marshmallow-sqlalchemy - 7868d5c6bfa59a936ab01bc54475db5e7b911a36 authored over 9 years ago by Steven Loria <[email protected]>
Update changelog and bump dev version

github.com/marshmallow-code/marshmallow - 4e922445601219dc6bfe014d36b3c61d9528e2ad authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #230 from jmcarp/set-field-attrs

Set field attrs

github.com/marshmallow-code/marshmallow - 94a98b5ae099b617ed18cc1ceb21c9ab3c2a7836 authored over 9 years ago by Steven Loria <[email protected]>
Remove unnecessary session params.

github.com/marshmallow-code/marshmallow-sqlalchemy - f13e30f54f95f62231c4f91293c55331a7c6fd17 authored over 9 years ago by Joshua Carp <[email protected]>
Add `HyperlinkRelated` field for SQLAlchemy integration.

github.com/marshmallow-code/flask-marshmallow - c06608b8b0ece87c3fc0f692a903cc4e40a21595 authored over 9 years ago by Joshua Carp <[email protected]>
Test list container inheritance.

github.com/marshmallow-code/marshmallow - e7532a8c65086c6c1ad928a62eb6e889d32cc937 authored over 9 years ago by Joshua Carp <[email protected]>
Move field updates from `Schema` to `Field`.

* Remove special-casing in `__set_field_attrs`.
* Attach parent schema and name to `List#contain...

github.com/marshmallow-code/marshmallow - 8245be0db0eb1c0451171f0713173796408e7944 authored over 9 years ago by Joshua Carp <[email protected]>
Improve and test non-PK related lookups a la DRF.

github.com/marshmallow-code/marshmallow-sqlalchemy - 670d09878d9e3fa1750204b91251f393e71c4bc5 authored over 9 years ago by Joshua Carp <[email protected]>
Bump version and update changelog

github.com/marshmallow-code/webargs - 53b62ed1001f34206aff5eebca7472bb6c195653 authored over 9 years ago by Steven Loria <[email protected]>
Allow non-primary columns on `Related`.

github.com/marshmallow-code/marshmallow-sqlalchemy - d769d582d0b17df853c8cedf9b952a58ea2ac116 authored over 9 years ago by Joshua Carp <[email protected]>
Fix `related_model` and updates tests.

h/t @sloria for the issue and the fix

github.com/marshmallow-code/marshmallow-sqlalchemy - 38acda8076ccbbe26cf6cef1a04b5bd4b0c6e7f7 authored over 9 years ago by Joshua Carp <[email protected]>
Document related field.

github.com/marshmallow-code/marshmallow-sqlalchemy - 4783a2e52581d363db5145cd0cd88de7c6758a85 authored over 9 years ago by Joshua Carp <[email protected]>
Handle null foreign keys.

github.com/marshmallow-code/marshmallow-sqlalchemy - 64bb348a75ba781c2f6b158e3fd7af06780a4a0c authored over 9 years ago by Joshua Carp <[email protected]>
Merge branch 'handle-null-foreign-keys' of github.com:mitchej123/marshmallow-sqlalchemy into refactor-related

github.com/marshmallow-code/marshmallow-sqlalchemy - eee0b5760c97f9593524874229174bde2c6225e0 authored over 9 years ago by Joshua Carp <[email protected]>
Handle NULL foreign keys

github.com/marshmallow-code/marshmallow-sqlalchemy - 07e973da56f84df97f63035d23d75bd8c1ccaacc authored over 9 years ago by Jason Mitchell <[email protected]>
Simplified nested destinatio parsing.

Now covers the situation where the key is totally missing from payload.

github.com/marshmallow-code/webargs - fe06a2ef24bafd9c7c6925aceff835bc4cfde56d authored over 9 years ago by Stas SUȘCOV <[email protected]>
Update changelog

github.com/marshmallow-code/webargs - 1050e3d5015270a813bfe98edd21aecc2f101e08 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #19 from jmcarp/delete-extraneous-ref

Pop extraneous `ref` key on `schema`.

github.com/marshmallow-code/apispec - 18ac095484138e6e57fa1a87d8d8454e8cb6ab45 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #18 from jmcarp/expose-validation

Expose `swagger-tools` validation in utils.

github.com/marshmallow-code/apispec - 6265e7dd484d4706c797348dd912c793efbf2dbf authored over 9 years ago by Steven Loria <[email protected]>
Update CHANGELOG

github.com/marshmallow-code/marshmallow - 6716c195215e75114acc69a933315140bace14cc authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #228 from jmcarp/respect-nested-attribute

Respect `attribute` of container in `List` field.

github.com/marshmallow-code/marshmallow - c7c3589785e76ef7d9f3c55a29635c3212417fbd authored over 9 years ago by Steven Loria <[email protected]>
Remove logic related to `keygetter`.

github.com/marshmallow-code/marshmallow-sqlalchemy - 7f36ba39785a5e9d18b3784598468a660a0d3b8a authored over 9 years ago by Joshua Carp <[email protected]>
Model related rows with `Related` field.

The current implementation of relationship fields based on `QuerySelect`
and `QuerySelectList` f...

github.com/marshmallow-code/marshmallow-sqlalchemy - ec04241408bc666ded3b8cf87d6a08d940365448 authored over 9 years ago by Joshua Carp <[email protected]>
Respect `attribute` of container in `List` field.

For a `List` field whose nested field sets `attribute`, the value of
`attribute` is ignored. For...

github.com/marshmallow-code/marshmallow - fcfb2f9d7e68d58be16a4d363999cf7f3ae99145 authored over 9 years ago by Joshua Carp <[email protected]>
Merge pull request #17 from jmcarp/array-items

Handle `items` in array parameters.

github.com/marshmallow-code/apispec - 86af21abf847b39ffa927034e741e03d45cd5d2e authored over 9 years ago by Steven Loria <[email protected]>
Pop extraneous `ref` key on `schema`.

The "ref" key is not allowed on the schema object. This patch pops the
"ref" key if present and ...

github.com/marshmallow-code/apispec - 2bb5727339ed3a10178e973f721675cf4864717b authored over 9 years ago by Joshua Carp <[email protected]>
Expose `swagger-tools` validation in utils.

Validating Swagger output may be useful to smore users as well as for
internal tests.

github.com/marshmallow-code/apispec - ea380308c01cdac7fc16a750639869deb9268c7c authored over 9 years ago by Joshua Carp <[email protected]>
Handle `items` in array parameters.

Parameters where "in" is not "body" and "type" is "array" must define an
"items" object describi...

github.com/marshmallow-code/apispec - 744221ba05ad400dcca57dcc7f23d21affe0eaa2 authored over 9 years ago by Joshua Carp <[email protected]>
Added support for nested defaults and dests.

github.com/marshmallow-code/webargs - 5771ddac5394f26863eb873f2b28f828bf7b5ab4 authored over 9 years ago by Stas SUȘCOV <[email protected]>
Merge pull request #16 from jmcarp/feature/collection-formt

Pass array collection format.

github.com/marshmallow-code/apispec - a018df7b6d040f45e58476f2fb04c8b2cb989a55 authored over 9 years ago by Steven Loria <[email protected]>
Pass array collection format.

Swagger allows different formats for arrays that are not passed in the
body, including comma-sep...

github.com/marshmallow-code/apispec - 29a9bb6f72d1c7f0b1d56fb8d5323c11f136c014 authored over 9 years ago by Joshua Carp <[email protected]>
Update CHANGELOG

github.com/marshmallow-code/webargs - b4db59bb9c0ee991d59a25eab6245d3de206ade1 authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #47 from hartror/pyramid_matchdict

Pyramid request matchdict support

github.com/marshmallow-code/webargs - b5c4bc0632cc035fc0954f1c34ddbc18fc492048 authored over 9 years ago by Steven Loria <[email protected]>
Cleaned up PyramidParser.__location_map__ declaration.

github.com/marshmallow-code/webargs - 85b0e0364ff9e0fe8555f9b34ff4a34d402b8143 authored over 9 years ago by Rory Hart <[email protected]>
Bump version and update CHANGELOG

github.com/marshmallow-code/marshmallow - 5d4af9863ebfa57064e44ddc793016641233e736 authored over 9 years ago by Steven Loria <[email protected]>
Document @validates and update CHANGELOG

github.com/marshmallow-code/marshmallow - 98ef3e4a966d7d8257ca3386b2eec88eb4283773 authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'philtay-validates-tests' into dev

github.com/marshmallow-code/marshmallow - 9a6098bb570595858e59de35fa55a98c539578e6 authored over 9 years ago by Steven Loria <[email protected]>
Improve @validates tests

github.com/marshmallow-code/marshmallow - 637c5d07627053ca6bc7690c48efc5e97c848e1f authored over 9 years ago by philtay <[email protected]>
Merge pull request #222 from philtay/validates

@validates bis

github.com/marshmallow-code/marshmallow - 893c279b92d43139ecab510ee2a93b5e660250c9 authored over 9 years ago by Steven Loria <[email protected]>
Test @validates decorator

github.com/marshmallow-code/marshmallow - 28c7e20fce54a7eb94bc0b0b794a534699d93798 authored over 9 years ago by philtay <[email protected]>
Add _invoke_field_validators method

github.com/marshmallow-code/marshmallow - 197177c22cd1be21357249c203a941223916f9a5 authored over 9 years ago by philtay <[email protected]>
Import @validates decorator

github.com/marshmallow-code/marshmallow - 3e5ee92a30d4c68f03c2f3a22fe8fcebd0a440f4 authored over 9 years ago by philtay <[email protected]>
Add @validates decorator

github.com/marshmallow-code/marshmallow - 848a291996bc6ca40a8e50aa7cd3ea164b015b2e authored over 9 years ago by philtay <[email protected]>
Merge branch 'kevinastone-dev' into dev

github.com/marshmallow-code/marshmallow - c4330c80073811bc175ffead89fe3cdc91797421 authored over 9 years ago by Steven Loria <[email protected]>
Update changelog and add @kevinastone to AUTHORS

github.com/marshmallow-code/marshmallow - 8a4eefb99c743efe6304e11707cf76b6efc474be authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #15 from jmcarp/respect-exclude

Respect `exclude` meta option.

github.com/marshmallow-code/apispec - fa39cc047795de6ec7786d68580f995a9cadac06 authored over 9 years ago by Steven Loria <[email protected]>
Added Constant field type for static values.

Allows to to specify static fields that will always be included.

github.com/marshmallow-code/marshmallow - 2bb0fa06a9d1b0ebb2b3dc6b660f02ee8accb603 authored over 9 years ago by Kevin Stone <[email protected]>
Added support for pyramid request matchdicts.

github.com/marshmallow-code/webargs - 63dfdbf4f69247db541bccebfb7b7d84b09c81b6 authored over 9 years ago by Rory Hart <[email protected]>
Respect `exclude` meta option.

It makes sense to ignore the `fields` and `additional` meta options,
since we don't have enough ...

github.com/marshmallow-code/apispec - 98da6a3416d676778d402f9c346ee193e5c1cc70 authored over 9 years ago by Joshua Carp <[email protected]>
Merge pull request #6 from jmcarp/handle-postgres-arrays

Handle postgres arrays

github.com/marshmallow-code/marshmallow-sqlalchemy - 40d11bf26bbb79e6e2bdca16cfa7d452d9da9afb authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #14 from jmcarp/check-base-path

Check base path

github.com/marshmallow-code/apispec - 15a9299f194d95cd21c1beca297ce6be14b16a8a authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #13 from jmcarp/fix-top-level-spec

Allow complete specification of top-level schema.

github.com/marshmallow-code/apispec - 51558151847f55ee9a79d61e19906644659ca37f authored over 9 years ago by Steven Loria <[email protected]>
Add more postgres type mappings.

github.com/marshmallow-code/marshmallow-sqlalchemy - edc589581a3f34b52fdce4a314f4d3df2dd5d75f authored over 9 years ago by Joshua Carp <[email protected]>
Handle postgres arrays correctly.

The current behavior for postgres.ARRAY sort of works. SQLAlchemy knows
that the `python_type` o...

github.com/marshmallow-code/marshmallow-sqlalchemy - e0034d7974b22deb0820312e6d9c0ba1c0f04df5 authored over 9 years ago by Joshua Carp <[email protected]>
Remove redundant type mappings.

SQLAlchemy types with `python_type` values present in
`Schema.TYPE_MAPPING` don't need to be inc...

github.com/marshmallow-code/marshmallow-sqlalchemy - 67b2eb7cc94edc35d2ad4d74481c17cb7011c3d6 authored over 9 years ago by Joshua Carp <[email protected]>
Strip `basePath` from `path` if `basePath` set.

Otherwise, setting `basePath` can break URLs in swagger-ui.

github.com/marshmallow-code/apispec - 556305417a04e429754bd8792be17479f4058628 authored over 9 years ago by Joshua Carp <[email protected]>
Allow complete specification of top-level schema.

* Remove unused parameters from `APISpec` constructor.
* Accept arbitrary `**options` to add to ...

github.com/marshmallow-code/apispec - 290d0aabbd12b3c86f181e2561cbc6b37b3bcea7 authored over 9 years ago by Joshua Carp <[email protected]>
Merge branch 'rmackinnon-dev' into dev

github.com/marshmallow-code/marshmallow-sqlalchemy - 086a52c44f1873f96c7b576ab11fe9cf8c0f6214 authored over 9 years ago by Steven Loria <[email protected]>
Update changelog and AUTHORS

Adds sphinx-issues support

github.com/marshmallow-code/marshmallow-sqlalchemy - 302d0f1bad409490494ffabd54686546b4d83919 authored over 9 years ago by Steven Loria <[email protected]>
fields.Enum is deprecated. Change to fields.Field

github.com/marshmallow-code/marshmallow-sqlalchemy - 996f1164daaece43650fab55a9778af7ab6488a2 authored over 9 years ago by Steven Loria <[email protected]>
Re-edit with PEP8 compliant editor

github.com/marshmallow-code/marshmallow-sqlalchemy - f6c04534f1c74883a8a3d55b7d7c90b4bbc4c686 authored over 9 years ago by Rob MacKinnon <[email protected]>
Resolution for Issue #1, added SQLAlchemy ORM dialect types for MySQL

github.com/marshmallow-code/marshmallow-sqlalchemy - 072529b3fe98073dd00ffee3405fb3ee42c04ed9 authored over 9 years ago by Rob MacKinnon <[email protected]>
Rename @validator to @validates_schema

See comments in #116

github.com/marshmallow-code/marshmallow - c780b5ccdf3d140999098a6939e2d3564dcaf4c1 authored over 9 years ago by Steven Loria <[email protected]>
Update changelog and AUTHORS

github.com/marshmallow-code/webargs - 08adfdf273ef6a8de787a84b623312d4f732442e authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'hartror-pyramid_kwargs_fix' into dev

github.com/marshmallow-code/webargs - 21b0d8950b00e59cc99202450d96c14644b09669 authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'modustri-fix-custom-locations' into dev

github.com/marshmallow-code/webargs - f9f7c890766058b013476a4c05defa7e0077091d authored over 9 years ago by Steven Loria <[email protected]>
Use the parser's locations in `use_args`

Fixes https://github.com/sloria/webargs/issues/44

github.com/marshmallow-code/webargs - cb0aaf5d4cca4cea32e71587a9bc3446d7062266 authored over 9 years ago by Jace Browning <[email protected]>
Fixes #42 Pyramid parser use_kwargs exception when used.

github.com/marshmallow-code/webargs - b13b4f23e7ec93010145ef05e9964210d205a661 authored over 9 years ago by Rory Hart <[email protected]>
Remove unused import

github.com/marshmallow-code/marshmallow - 0278918a19486355461082d4652d8cd05232fcb6 authored over 9 years ago by Steven Loria <[email protected]>
Update README and index.rst

github.com/marshmallow-code/flask-marshmallow - 848bab7c324ec2bc3f1362be0f8202c25d82e2dd authored over 9 years ago by Steven Loria <[email protected]>
fix for serialization example in documentation

not sure how to fix
# OR
# return user_schema.jsonify(all_users)

github.com/marshmallow-code/flask-marshmallow - 7d56d74fddb1903e5584605da5b36394d3cfe7f6 authored over 9 years ago by Sergey Konyukhovskiy <[email protected]>
Use get_callable_name instead of get_func_name

Remove get_func_name

github.com/marshmallow-code/marshmallow - 812f8861d2049a33818bdbf7afc1d3917ef13f33 authored over 9 years ago by Steven Loria <[email protected]>
Merge remote-tracking branch 'marshmallow/dev' into schema_dump_only

github.com/marshmallow-code/marshmallow - e2ead7bffdcf526bf461a2db23feb15aa184b9c3 authored over 9 years ago by Kelvin Hammond <[email protected]>
Added dump_only and load_only to schema Meta

github.com/marshmallow-code/marshmallow - 42f316446f93638e275dc085d8aa2304178babfe authored over 9 years ago by Kelvin Hammond <[email protected]>
Handle AttributeError that gets raised in Py2

github.com/marshmallow-code/marshmallow - bd86d9f111f4992beb52c6a8df42c1f8d8d97d69 authored over 9 years ago by Steven Loria <[email protected]>
Remove unused import

github.com/marshmallow-code/marshmallow - a617089f793faf898557200432866f638b112926 authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'get-value' into dev

github.com/marshmallow-code/marshmallow - 658a7b6ccf80fb2411ec78acfb53fea45db3d633 authored over 9 years ago by Steven Loria <[email protected]>
Fix get_value to handle value accession from keyed tuple types

closes #28
closes #207

This refactor also results in a minor performance boost because
less typ...

github.com/marshmallow-code/marshmallow - 16cb352c80318d01ec3aff4c62863153bbdfec04 authored over 9 years ago by Steven Loria <[email protected]>
Document migration path for schema validators.

Also, undocument deprecated methods

github.com/marshmallow-code/marshmallow - cc6496a088d67ab0541bdb99ab49b6664506580d authored over 9 years ago by Steven Loria <[email protected]>
Make schema-level validation key a named constant

github.com/marshmallow-code/marshmallow - 8e0089b7670245e1ee12bb6780777c06c7701e17 authored over 9 years ago by Steven Loria <[email protected]>
DRY up getting errors dict

github.com/marshmallow-code/marshmallow - 813ea2dcf66be018eb4675c6d5fe1afb60cd6eca authored over 9 years ago by Steven Loria <[email protected]>
Document "read-only" and "write-only" API

github.com/marshmallow-code/marshmallow - b2f882e0ad8e5d454e875892195e6a937d1dd729 authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'schema-validators' into dev

github.com/marshmallow-code/marshmallow - 591729993b8e2b9e12316b6889b86b3b6206354b authored over 9 years ago by Steven Loria <[email protected]>
Document @marshmallow.validator and update changelog

github.com/marshmallow-code/marshmallow - 341b91c7490bd5a2a9edf0126a47fdab97c3e9ad authored over 9 years ago by Steven Loria <[email protected]>
Rename validates -> validator

Also fix tests and remove out-of-date test

github.com/marshmallow-code/marshmallow - 81f745c039901a58116e3343daf75b5b1137c593 authored over 9 years ago by Steven Loria <[email protected]>
Fix indexing of schema-level errors

Also, expand test cases for passing original data

github.com/marshmallow-code/marshmallow - 1dd05c65d3668fa98c65f2038646db462b2d1ebc authored over 9 years ago by Steven Loria <[email protected]>
Add pass_original parameter to @validates

- kwargs for processors/validators are stored on
fn.__marshmallow_kwargs__
- *Backwards-incompat...

github.com/marshmallow-code/marshmallow - b1ef2633a4507e66d1a286c4ed16f3195b7364b1 authored over 9 years ago by Steven Loria <[email protected]>
Initial, rough implementation of @validates

github.com/marshmallow-code/marshmallow - b8363c0b7a9f1bd2a69ba03bcf112b555352e098 authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'dev' of https://github.com/marshmallow-code/marshmallow into dev

github.com/marshmallow-code/marshmallow - c608f43de29c1beea92cce294b736f33f75ac470 authored over 9 years ago by Steven Loria <[email protected]>
Boolean field serializes None to None

For consistency with other fields
Add regression test against all fields
Closes issue #213

github.com/marshmallow-code/marshmallow - 077e071bed4cd05a438121777ad673c5fcd795ed authored over 9 years ago by Steven Loria <[email protected]>
Merge pull request #212 from philtay/doc

Minor doc fixes

github.com/marshmallow-code/marshmallow - 3e194be383ffc037a69212ed98d0c7db9559bd8e authored over 9 years ago by Steven Loria <[email protected]>
Remove optional context parameter for Method fields

github.com/marshmallow-code/marshmallow - 363559b98fcec051fe92732553e33861230371fd authored over 9 years ago by Steven Loria <[email protected]>
Remove unnecessary string concatenation

github.com/marshmallow-code/marshmallow - 60aebeb6d8ddc768e7a474da86b825ee86f238ae authored over 9 years ago by Steven Loria <[email protected]>
Ensure that load_only fields don't get validated during serialization

github.com/marshmallow-code/marshmallow - 7c5bdfe1fe927f7c1501030ef82c0f86c0fdd28c authored over 9 years ago by Steven Loria <[email protected]>
Fix Field docstring

github.com/marshmallow-code/marshmallow - 24b442ba6540df5dcd84d468664677709b28d951 authored over 9 years ago by philtay <[email protected]>
Fix Decimal docstring

github.com/marshmallow-code/marshmallow - 530afcba204f438df8888279b9fcffce1888f18f authored over 9 years ago by philtay <[email protected]>
Merge branch 'remove-skip-missing' into dev

github.com/marshmallow-code/marshmallow - a08d12dc92c927c0cf79593b1b8ffd7bf8a9e1e7 authored over 9 years ago by Steven Loria <[email protected]>