Ecosyste.ms: OpenCollective

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

github.com/marshmallow-code/apispec

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
https://github.com/marshmallow-code/apispec

Merge pull request #336 from marshmallow-code/dev_helpers_return_none

Allow helpers to return None

3f25523d8373e67278017e0e8c593cc65ea2894d authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Update CHANGELOG

9b894851f4e0ed4f7ce55d0b79499bb9caeaf050 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
MarshmallowPluging.schema_helper: return None is schema is None

0ea526d219bb35d6f20d0c532c2c399ed3a4bb25 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Allow schema/parameter/response helpers to return None

da34b08e480c77b7f144cf6e16f74d8e65f4b3eb authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Clean up changelog example

d2ac1d10d90d882bf1816fbe77d16f7cbb2b1859 authored about 6 years ago by Steven Loria <[email protected]>
Fix overindent; un-ignore indentation rules

8fbf6d910227ce34c512bdcf3c43fb425083b174 authored about 6 years ago by Steven Loria <[email protected]>
Merge pull request #305 from marshmallow-code/dev_rework_spec

Rework spec: add Components class

dadd200a786cc1c4bbd2ceee48164bb24d219b17 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Update CHANGELOG

3ffb31b5e59e33f25bb7b8f8d2c3b0d4665d1dd7 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Update docs

c53b3b259087b866e87e11f36ebcb6c0a75cf356 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
TestPlugins: test parameter and response helpers are used

d009311b58e5608614db73a6b22c9e9ca56d71d2 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Add BasePlugin.parameter_helper

a34a49c0de3fd746e5694ed57f64ddf8af6395f5 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Rename definition_helper into schema_helper

070c76307fd15451f2ba1a0f680303d2d5b65678 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Remove "add_" prefix from APISpec.add_* and Components.add_* methods

09c32943ca08cee18b991faf50a9f1a13cb6a25b authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Add BasePlugin.response_helper

ec4d6d05eb307d45519b7a96449c3058aa59b461 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Bump marshmallow from 2.16.2 to 2.16.3

Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.16.2 to 2.16.3.
- [R...

18edf75f79ec90bec57fbe93f34ce56b54e6db31 authored about 6 years ago by dependabot[bot] <[email protected]>
Fix list indentation

cc77765ec9b14ad48cb012c8c2d071d18eaee414 authored about 6 years ago by Steven Loria <[email protected]>
Bump marshmallow from 2.16.1 to 2.16.2

Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.16.1 to 2.16.2.
- [R...

b0e1b214a0c295bcf2205cc0995c45a400f4f7e7 authored about 6 years ago by dependabot[bot] <[email protected]>
Introduce Components

83c085d3c134b217091dc4b544aceddaccbce5a5 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Remove spec.definition and spec.add_parameter. Use spec.components instead.

e864857291dfdfd24d650358346905967d70287e authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Add Components.add_response

6f6a17fb81a4abe871d76bd1ed6a3dcd38221910 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Add @jbeezley to AUTHORS

e8050c5cd2f7240c9693aa15e21c8cb4db1cf8c4 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #330 from jbeezley/fix-import-in-readme

Fix FlaskPlugin import path in documentation

66f42e6b7a4e250988185c2c5bb019e43858390e authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Fix FlaskPlugin import path in documentation

c0198f9a006901b8a32fefcdcc93d89dd6196df7 authored about 6 years ago by Jonathan Beezley <[email protected]>
Merge pull request #329 from marshmallow-code/tox-cleanup

Clean up tox config

deb50ee1b6ef5e21bbe0ee63a67361a4dfaa65f8 authored about 6 years ago by Steven Loria <[email protected]>
Clean up tox config

See https://github.com/marshmallow-code/marshmallow/pull/1030

62a4d2d3fb733dbf4f7ac0ea5962f22258e7036a authored about 6 years ago by Steven Loria <[email protected]>
Merge pull request #328 from marshmallow-code/dev_315_remove_response_helper

Remove response_helper

de9a6fe99fae25d4953f6d28b646df4f93a61c2b authored about 6 years ago by Steven Loria <[email protected]>
Update current leads

649afde7ebccc122713d3eaac145d42f629ee150 authored about 6 years ago by Steven Loria <[email protected]>
Update CHANGELOG

d9efc7a0d116d1d680496a695d0de22a14b6b3e8 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Remove response_helper feature.

Closes #315.

e31f02053d8f3dc1db57a553c162f2aae0946d07 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Add @ergo to AUTHORS

25bc9f8a872d6e6eacb9b7f0701c7d6de46bf314 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Fix typo in changelog

885b7572898e1da7fc9e981abe6c12dceb2413ed authored about 6 years ago by Steven Loria <[email protected]>
Bump version and update changelog

6ec870a41fb7e540a112755aa95b27395a911dc4 authored about 6 years ago by Steven Loria <[email protected]>
Merge pull request #327 from marshmallow-code/update-docs

Update docs for apispec-webframeworks split

f3ae29d5f288e90645aa9ec5768931d8054d722a authored about 6 years ago by Steven Loria <[email protected]>
Add python 3.7 classifier

[skip ci]

d5a9b6b2a4a4fbd2acf115baf185cfeb9db83839 authored about 6 years ago by Steven Loria <[email protected]>
Update docs for apispec-webframeworks split

close #324

598c8143c13c845d9798310aebade3c50c5964c0 authored about 6 years ago by Steven Loria <[email protected]>
Merge pull request #326 from marshmallow-code/tox

Use tox for running tests in travis and for task running

748842cec04986ec4fd4dcf5f447b3c15eb17149 authored about 6 years ago by Steven Loria <[email protected]>
Use tox for running tests in travis and for task running

Same as https://github.com/marshmallow-code/marshmallow/issues/1020#issuecomment-433544037

Also...

f2f7278e9e73e17640735429417d71975b44ee84 authored about 6 years ago by Steven Loria <[email protected]>
Update pre-commit hooks

using `pre-commit autoupdate`

887aa670346b65a6b088d5bf56caf4aec56cd196 authored about 6 years ago by Steven Loria <[email protected]>
Update changelog

05adffa4d41e68406596bc1edae272fb6aeebc7d authored about 6 years ago by Steven Loria <[email protected]>
Merge pull request #323 from marshmallow-code/webframework-split

Split webframeworks into a separate package

d5524dc7d96f2bfab94ebdf37ba79f49883772c2 authored about 6 years ago by Steven Loria <[email protected]>
Bump pre-commit from 1.11.2 to 1.12.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.11.2 to 1.12.0.
- [Release n...

2e8a9acfe7aea3a506da74cf10a3f268f137ecc0 authored about 6 years ago by dependabot[bot] <[email protected]>
Add webframeworks flag to invoke test task

4105e770cd790b9c6416a5941ae5c993cfa7ddd6 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Remove all tests involving web-frameworks

93d9e02c5038c41b12894cfdfa3af57987fb48d2 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Bump flake8 from 3.5.0 to 3.6.0

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.5.0 to 3.6.0.
- [Release notes](https://g...

698d35fdd7e33577641c1f73a878d42cbb52fb00 authored about 6 years ago by dependabot[bot] <[email protected]>
Move all web framework plugins to apispec-ext-webframeworks package

35941e4846fe8fe2740bd910595027f5390e4387 authored about 6 years ago by Marcin Lulek <[email protected]>
Merge pull request #322 from marshmallow-code/fix_flake8

Fix flake8 issues

72bbd7d07ebf5122184f50a850c6028bf805bd07 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Fix flake8 line exclusion in docs/conf.py

59a71d4ebc4dc4fd7037246299da03381eeb3704 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Remove flake8 exclude list

16a3f102d76b6e99ce9bc89ec5b5ecec8894278c authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Fix "E731 do not assign a lambda expression, use a def" in openapi.py

542824fbccf9939a42bc829a58da3502a94bec4a authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Ignore W504: "line break after binary operator" in flake8

d4efbf60da564be5883e0817e2d54f65219bb3b2 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Remove duplicate test

This is a remain from Path removal.

bd95afbafd30cb6911c582f6fcea7a97af5974ae authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #319 from marshmallow-code/bump-marshmallow

Bump lowest supported marshmallow version to 2.15.2

6521716d26f896a2877cb7a7409ce1c6ea6a9920 authored about 6 years ago by Steven Loria <[email protected]>
Bump lowest supported marshmallow version to 2.15.2

c034fa9796c6f58bfe20a0441b26a2d1f492b29f authored about 6 years ago by Steven Loria <[email protected]>
Bump pytest from 3.9.1 to 3.9.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.9.1 to 3.9.2.
- [Release notes](http...

0c97906fb44bfbf95d7602d0d234c5f9ab9c9712 authored about 6 years ago by dependabot[bot] <[email protected]>
Bump marshmallow from 2.16.0 to 2.16.1

Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.16.0 to 2.16.1.
- [R...

574398d01421993b566bc58b9a9e9ab3d6158f64 authored about 6 years ago by dependabot[bot] <[email protected]>
Bump pytest from 3.8.2 to 3.9.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.8.2 to 3.9.1.
- [Release notes](http...

4bc13967e3b279cb9711c486fee1641cc8f4ede1 authored about 6 years ago by dependabot[bot] <[email protected]>
Rework conftest.py: make spec in a separate function

7ed4870942d488bd300d760628584cfc19a46fc9 authored about 6 years ago by Jérôme Lafréchoux <[email protected]>
Bump marshmallow from 2.15.6 to 2.16.0

Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.15.6 to 2.16.0.
- [R...

054856962d79e054fd78351ca10b33fabee58ccf authored about 6 years ago by dependabot[bot] <[email protected]>
Bump pre-commit from 1.11.1 to 1.11.2

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.11.1 to 1.11.2.
- [Release n...

0c5bf45b8cb0e1338fd2c113e30e2809627c68bd authored about 6 years ago by dependabot[bot] <[email protected]>
Bump tox from 3.5.1 to 3.5.2

Bumps [tox](https://github.com/tox-dev/tox) from 3.5.1 to 3.5.2.
- [Release notes](https://githu...

fce273e81d55663833c9e7b31fbfcd19d68d8864 authored about 6 years ago by dependabot[bot] <[email protected]>
Bump tox from 3.4.0 to 3.5.1

Bumps [tox](https://github.com/tox-dev/tox) from 3.4.0 to 3.5.1.
- [Release notes](https://githu...

a3148afac18e0e9ee37d41dd379bde9c8665f1c5 authored about 6 years ago by dependabot[bot] <[email protected]>
Bump version and update changelog

713d2d4d9688eea31d3f43414c17e1b1ddd003d4 authored about 6 years ago by Steven Loria <[email protected]>
Merge pull request #306 from marshmallow-code/dependabot/pip/sphinx-rtd-theme-0.4.2

Bump sphinx-rtd-theme from 0.4.1 to 0.4.2

327fd68aa520317d2d7d04145a95f771e98f97d0 authored about 6 years ago by Steven Loria <[email protected]>
Bump sphinx-rtd-theme from 0.4.1 to 0.4.2

Bumps [sphinx-rtd-theme](https://github.com/rtfd/sphinx_rtd_theme) from 0.4.1 to 0.4.2.
- [Relea...

6bebbeaaa4bd0bfec1b186d7bffe1795ac7bba18 authored about 6 years ago by dependabot[bot] <[email protected]>
Test spec.to_dict(), not spec._paths and spec._definitions

384cdeab26b14c84a9bcaead7bae5f12e9bc70bf authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #303 from marshmallow-code/dev_119_load_only

Ignore load_only fields when documenting responses

50f8dbd5c4c09037125e7f428d592db927b26064 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update CHANGELOG

4296713eb952102958a9fd8705b30ecb5c577e0f authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Resolve_schema_in_request_body: exclude dump_only fields

47dc69ee65c7cd680bf78e2a93c5ee694f2768fe authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Rework ext/marshmallow/openapi.py

cc54e6520e828fd77c2f0594cb9e4ea603c6b587 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Don't add load_only fields to response docs

32d0e3a7f7eabab8f694bb539b211ecc5594db25 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #301 from marshmallow-code/dev_fix_docs

Fix DocPlugin example in "writing_plugins" docs

056b986690b2f98faed63223302a02cad995e31a authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Fix DocPlugin example in "writing_plugins" docs

a823695ac18b78b86426a8f891c53f0a4a794bfd authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #298 from marshmallow-code/fix_bottle_deprec_warning

Fix bottle deprecation warning

43dce181d8e218f537bfc1774728ea42299348e0 authored over 6 years ago by Steven Loria <[email protected]>
Fix bottle deprecation warning

Fixes #293

80e41fd02063205bcc7cfc4138d9ba01b9a887d6 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Bump pytest from 3.8.1 to 3.8.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.8.1 to 3.8.2.
- [Release notes](http...

e68bc6ea9e2e394404a3c8ea91d6fb7955566edd authored over 6 years ago by dependabot[bot] <[email protected]>
Bump sphinx from 1.8.0 to 1.8.1

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.8.0 to 1.8.1.
- [Release notes](http...

ba8be6b79ff284cff3f87049f8fbe822f13afa65 authored over 6 years ago by dependabot[bot] <[email protected]>
Bump pytest from 3.8.0 to 3.8.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.8.0 to 3.8.1.
- [Release notes](http...

66308a982fa677fff4def45dd1dbe2819b86e7b3 authored over 6 years ago by dependabot[bot] <[email protected]>
Bump pre-commit from 1.11.0 to 1.11.1

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.11.0 to 1.11.1.
- [Release n...

aa5ee4a1f846b6c61f315885900e0bf58dd0f2a7 authored over 6 years ago by dependabot[bot] <[email protected]>
Merge pull request #292 from Nobatek/dev_rework_APISpec_signature

Rework APISpec signature

1b40b98c063e4ff91c0e41a5965e0f9d7b57a36b authored over 6 years ago by Steven Loria <[email protected]>
Update docs (openapi_version is required)

cca79252529e21544d3c3da939b1b72de6b8c54f authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Update CHANGELOG

485327ad725c25bbcf7539a2a8f85155a96b7330 authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
APISpec: make openapi_version mandatory positional param

f543958bcd5e318ffe87ad443ba6020a01a07efd authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Remove info from APISpec signature (it can be passed in **options)

3a8124633177a4e68a8a6c05ed5d6096377489db authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Rework APISpec "info" management

51e51fcd3ed56d2ea19cf312bd1958f72f1d4bef authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Bump marshmallow from 2.15.5 to 2.15.6

Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.15.5 to 2.15.6.
- [R...

0dbe4e1b3ff487b8bb03818c971085b7cca0eefb authored over 6 years ago by dependabot[bot] <[email protected]>
Bump tox from 3.3.0 to 3.4.0

Bumps [tox](https://github.com/tox-dev/tox) from 3.3.0 to 3.4.0.
- [Release notes](https://githu...

d1f7496a63d010f7775d49d397d012a32d26a84e authored over 6 years ago by dependabot[bot] <[email protected]>
Bump sphinx-issues from 1.0.0 to 1.1.0

Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 1.0.0 to 1.1.0.
- [Release n...

146f13e232345f41b78522296fdc60d445ed0175 authored over 6 years ago by dependabot[bot] <[email protected]>
Bump marshmallow from 2.15.4 to 2.15.5

Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.15.4 to 2.15.5.
- [R...

1d1bc8c4f7131da8b196b6d8974d705aaeb75da3 authored over 6 years ago by dependabot[bot] <[email protected]>
Bump tornado from 5.1 to 5.1.1

Bumps [tornado](https://github.com/tornadoweb/tornado) from 5.1 to 5.1.1.
- [Release notes](http...

eafaa71f8bf8362953096c6f8eead1d78ac15e24 authored over 6 years ago by dependabot[bot] <[email protected]>
Bump invoke from 1.1.1 to 1.2.0

Bumps [invoke](http://docs.pyinvoke.org) from 1.1.1 to 1.2.0.

Signed-off-by: dependabot[bot] <s...

e017b613157564c5f11f7a7051a9336bcbc460b9 authored over 6 years ago by dependabot[bot] <[email protected]>
Bump tox from 3.2.1 to 3.3.0

Bumps [tox](https://github.com/tox-dev/tox) from 3.2.1 to 3.3.0.
- [Release notes](https://githu...

e56d088023c41e89ed8f37b26cbb20a20bcc648e authored over 6 years ago by dependabot[bot] <[email protected]>
Merge pull request #284 from marshmallow-code/dependabot/pip/sphinx-1.8.0

Bump sphinx from 1.7.9 to 1.8.0

4ff06839686d5d9fe02528ca5e5644d89f9ad40e authored over 6 years ago by Jérôme Lafréchoux <[email protected]>
Bump sphinx from 1.7.9 to 1.8.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.7.9 to 1.8.0.
- [Release notes](http...

78c09727fb05e2d59bcf2e2e7b0049a618ea768c authored over 6 years ago by dependabot[bot] <[email protected]>
Bump version and update changelog

fa7fa0db512a7d48fee1e484a5a0ac4bbf663978 authored over 6 years ago by Steven Loria <[email protected]>
Add Tidelift to project_urls

cd278368fcbe5b164f8f7bb9f076a45706282ee3 authored over 6 years ago by Steven Loria <[email protected]>
Update changelog

0edaca8c50721bdd5d4e05f47c5255d10e32aea4 authored over 6 years ago by Steven Loria <[email protected]>
Merge pull request #281 from fecgov/use-yaml-safe-load

Use `yaml.safe_load()` instead of `load()`

e9f10e2b8ccf0a596e429cb3dce6e726cfa853d9 authored over 6 years ago by Steven Loria <[email protected]>
Use yaml.safe_load() instead of load()

load() has known security issues: https://github.com/yaml/pyyaml/pull/189

56fe1c66d917490f86b1feec8b7b7934853c0e4c authored over 6 years ago by Laura Beaufort <[email protected]>
Bump pytest from 3.7.4 to 3.8.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.7.4 to 3.8.0.
- [Release notes](http...

5ed0e916f11e53c8cfc50994d481d821ccfc8f4f authored over 6 years ago by dependabot[bot] <[email protected]>
Bump sphinx from 1.7.8 to 1.7.9

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.7.8 to 1.7.9.
- [Release notes](http...

798392fba5ec40a1323d9a3366c224668d0f5655 authored over 6 years ago by dependabot[bot] <[email protected]>