muattiyah
- Login: muattiyah
- Registered on: 06/22/2018
- Last connection: 06/22/2018
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 1 | 1 |
Reported issues | 0 | 2 | 2 |
Projects
Project | Roles | Registered on |
---|---|---|
Ansible Plugin | Contributor | 08/20/2018 |
CertGuard | Contributor | 04/06/2020 |
Container Support | Contributor | 12/06/2019 |
Crane | Contributor | 06/22/2018 |
Debian Support | Contributor | 06/22/2018 |
Docker Support | Contributor | 06/22/2018 |
File Support | Contributor | 06/22/2018 |
Migration Plugin | Contributor | 01/14/2020 |
Nectar | Contributor | 06/22/2018 |
NPM Plugin | Contributor | 05/11/2020 |
OSTree Support | Contributor | 06/22/2018 |
Packaging | Contributor | 06/22/2018 |
Pulp | Contributor | 06/22/2018 |
Puppet Support | Contributor | 06/22/2018 |
Python Support | Contributor | 06/22/2018 |
RPM Support | Contributor | 06/22/2018 |
Activity
06/22/2018
-
Issue #3785 (CLOSED - WONTFIX): pulpcore-plugin does not have documentation for ModelSerializer.validate()In https://github.com/pulp/pulp/pull/3531 we added extra validation such that if extra parameters that are not defined are passed to the serializer, it will raise a \`serializers.ValidationError\`.
The plugin API documentation is miss... -
Applied in changeset commit:pulp|c4f8e192629d1d07216c784df375013bd5bdbf67.
Issue #2970 (MODIFIED): REST API silently ignores object attributes that don't exist on the serializerWhen creating an object through the DRF-based REST API, if you include attributes that are not part of the model or serializer, they are silently ignored. That should instead result in a failed/rejected request.
I discovered this by t... -
-
Raise a ValidationError when unexpected parameters are passed to an endpoint.
fixes #2970
https://pulp.plan.io/issues/2970 Revision c4f8e192 (pulp): Raise error on unexpected parameters -
Raise a ValidationError when unexpected parameters are passed to an endpoint.
fixes #2970
https://pulp.plan.io/issues/2970 Revision c4f8e192 (pulpcore): Raise error on unexpected parameters -
-
Task #3781 (CLOSED - WONTFIX): Unify the use of the mock moduleSometimes we use the \`mock\` module from PyPI and sometimes we use it from \`unittest.mock\`.
Given that we only care about CPython 3.5+ and \`unittest.mock\` has been available since CPython 3.3, we should probably get rid of the Py...
Also available in: Atom