Ecosyste.ms: OpenCollective

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

github.com/schemathesis/schemathesis

Supercharge your API testing, catch bugs, and ensure compliance
https://github.com/schemathesis/schemathesis

docs: Update GraphQL schema in CONTRIBUTING

f293c32e91c53c3555931ea9ae4a86b8eb9a8a6e authored almost 4 years ago
docs: Add the `from_wsgi` loader to the public API docs

86830b18691b1f53aacf52262390cda6f29864f2 authored almost 4 years ago
feat: `from_wsgi` loader for GraphQL apps

Ref: #1097

fa0820fb3391a727d932e8a68d7d71d1f59567c4 authored almost 4 years ago
fix: Silently ignoring some incorrect usages of @schema.given`

dbd67208e3ef2942648be0ba8dc59e1a913b28f4 authored almost 4 years ago
fix: Missing `@schema.given` implementation for schemas created via the `from_pytest_fixture` loader

Ref: #1093

90198eca7db282b5db4e423150ad030cb5ec9cba authored almost 4 years ago
docs: Minor corrections

9010191bcb859212b49ad95af8feb9cdfa22fd02 authored almost 4 years ago
chore: Unify test IDs

5307af4afae1c0e73d816c80991efaa46d87d182 authored almost 4 years ago
chore: Use different DB entries for each API operation in CLI

3355ce96abfb8f6e33c32aacd81fbfa832611ebb authored almost 4 years ago
chore: Update GraphQL loader

d689d77a39423218168786f56d6db072ab533494 authored almost 4 years ago
chore: Do not show overly verbose raw schemas in Hypothesis output for failed GraphQL tests

e69a2ea3b00bc0c3c6528e73aaedf0d70ce07414 authored almost 4 years ago
chore: Generate separate tests for each field for GraphQL schemas

c46d5b8c8bfbfd4d34972bd65b6b931c4d6d5ef3 authored almost 4 years ago
chore: Release 3.5.3

7d872615cf2112c8e17dba30a00eaad3eaa70d3f authored almost 4 years ago
fix(deps): Do not use `importlib-metadata==3.8` in dependencies

c7cf6d8a164192e2b659cf54028e3bdef1f5dfce authored almost 4 years ago
chore(deps): bump pyyaml from 5.1.2 to 5.4 in /example

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4.
- [Release notes](https://gith...

2825d3ea4d803dbd7510727c6d4fb28b1db0eb9e authored almost 4 years ago
chore: Release 3.5.2

43419badd91b14a37db3690a8a12b8fc12716193 authored almost 4 years ago
chore: Prefix worker thread names with `schemathesis_`

93b680015296802dc08d38e4beb3fede170b8aae authored almost 4 years ago
chore: Release 3.5.1

89f059d33e791de8250ee93ce5266cfad7c43da5 authored almost 4 years ago
fix: Encoding for response payloads displayed in the CLI output

Ref: #1073

8d665f7706013632ce99e5be110663b3382c509b authored almost 4 years ago
chore: Release 3.5.0

99013f9d8f604851643f360b278a32f4cd73b4a7 authored almost 4 years ago
feat: `before_generate_case` hook

It allows the user to modify or filter generated `Case` instances

Ref: #1067

517d5f234dfb58aea24469418e527e5144f3d0b6 authored almost 4 years ago
fix: Output types for evaluation results of `$response.body` and `$request.body` runtime expressions

Ref: #1068

5d25d5513040ac0043c7dee0e89e4d224c6be26d authored almost 4 years ago
fix: Missing `body` parameters during Open API links processing in CLI

Ref: #1069

d6eb7acb93d99d3f07a4ec7e4ba483798e8366e2 authored almost 4 years ago
chore: Release 3.4.1

6e172913c9367f91df4b956cd3415dc36545e4f3 authored almost 4 years ago
feat: Add `event_type` field to the debug output

d0d743ef6b05e1c509277c28ccef936e69362175 authored almost 4 years ago
chore: Release 3.4.0

2206999db3d6e3befff3f32dfa429f4f1dbca6a4 authored almost 4 years ago
docs: Add comments

92a4ab45e4b0c3cab4169c3c8ed21a7a89a8f31e authored almost 4 years ago
feat: `--debug-output-file` CLI option to enable storing the underlying runner events in the JSON Lines format in a separate file for debugging purposes

Ref: #1059

c61dcee374cd4068e7cebe6f5de403e8d498bd38 authored almost 4 years ago
chore: Do not store absent request/response payloads as empty strings in VCR cassettes

f32c681f864afae36665d8f26aa60403da073920 authored almost 4 years ago
chore(deps): bump jinja2 from 2.10.3 to 2.11.3 in /example

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3.
- [Release notes](https:...

9524c087e5f1713a07cbdcb6fa2781fc41badf16 authored almost 4 years ago
chore: Release 3.3.1

66eb76ebba1fdc2f975762fe8a81e65bc0cc6aaf authored almost 4 years ago
fix: Displaying wrong headers in the `FAILURES` block of the CLI output

Ref: #792

a13ffce742a0a8ac917416320f762034a7c038de authored almost 4 years ago
chore(internal): Make `SerializedCheck.example` and `Check.example` not optional

They are practically never optional

2356141e217c22f5a4901f0cfe909f8f69213066 authored almost 4 years ago
docs: Update docs

64f698551939203d485cf9677e610ddea5165fe8 authored almost 4 years ago
chore: Release 3.3.0

3afd29c84f2970b3aa836755f71404985d28e4b7 authored almost 4 years ago
fix: `UnicodeDecodeError` on cURL command generation

d77c9a3d68b119529cbe55e2fd44967d76e3a36a authored almost 4 years ago
chore: A way to control which code sample style to use

Ref: #908

46c1162a333542d14facc727fe1b3f8ca4b26f8c authored almost 4 years ago
chore: Add extra information to events, emitted by the Schemathesis runner.

89384cadf247e4b0747181d55f67e881f5518d89 authored almost 4 years ago
feat: Display failing response payload in the CLI output

Ref: #1050

006b8a4a23140de112993e4b68901ca9c78cb006 authored almost 4 years ago
chore: Release 3.2.2

fdeb0370ef0d84ee7d131370237cc5386a659ed8 authored almost 4 years ago
chore: Support Hypothesis 6

f0e0b0adba0b50315a0cd18dc1f66d715e357691 authored almost 4 years ago
chore: Release 3.2.1

caa2c9f93c3c2d305556e888932ac489c2e2e69a authored almost 4 years ago
fix: Wrong test results in some cases when the tested schema contains a media type that Schemathesis doesn't know how to work with

Ref: #1046

1043c4052167c00348795ab5612e215bca46c589 authored almost 4 years ago
chore: Release 3.2.0

6db24900623e61e62c878a3b82e887c578738edb authored almost 4 years ago
chore: Sort keys when serializing to JSON in hash calculation

7bae57807e32928612128c365dcd6c211c342b09 authored almost 4 years ago
perf: Add an internal caching layer for data generation strategies

9d695ae7e9898cf43f237442ca9ad815e6dd85ba authored almost 4 years ago
chore: Release 3.1.3

13810ffea4bcc669ebd1ae1554ded84c95681d1f authored almost 4 years ago
feat: Add `count_operations` flag to `runner.prepare`

Passing `False` will skip some calculations which may significantly improve performance.

4f945847765b652bf81a9808b838315b118d2331 authored almost 4 years ago
chore: Release 3.1.2

069f5cd49fbce0a8cf91fdfc8ec986bd31350753 authored almost 4 years ago
fix: Percent-encode `.` and `..` strings in path parameters

Avoid resolving relative paths and changing the tested path structure.

Ref: #1036

4df34f97b0fdfea8284bf0b0e8f8bc29dcbb0ead authored almost 4 years ago
chore: Release 3.1.1

d97ddbe6bc18d16384550ab59f931bda2e090c0b authored almost 4 years ago
fix: loosen importlib-metadata version constraint

5355c1301c530063c5d169f558ec7d07b3f7dd5c authored almost 4 years ago
chore(deps): bump aiohttp from 3.6.2 to 3.7.4 in /example

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.7.4.
- [Release notes](http...

73b51d838340a16454995f2e3eb7f7b8ed292ac3 authored almost 4 years ago
docs: Fix typos & include available fixups

c173aa5a20cf046e22aafb6f311af98d32900cd2 authored about 4 years ago
chore: Release 3.1.0

3c07cac902264982d86f470f2e6864f52ab6a941 authored about 4 years ago
docs: Add `recipes` section

c8de5147c7be5374144af49fc399b039e0f781c7 authored about 4 years ago
chore: Support the latest `cryptography` version in Docker images

Ref: #1033

9f3cd958b8abd401aaebe3eef24b24a8ff710b85 authored about 4 years ago
fix: Prevent a small terminal width causing a crash when printing percentage

d97019d4632ac47ead889523c8e50ffa1ffbf926 authored about 4 years ago
chore: Release 3.0.9

e54b7640efd8e1bdfb48fd98c1e05cb9356f04f0 authored about 4 years ago
fix: Return a default terminal size to prevent crashes on systems with zero-width terminals (some CI/CD servers)

3224601b808f11e6e1e8d3aa2fba1685b790437c authored about 4 years ago
chore: Release 3.0.8

59091d19a2fc2ac89006c3df6502e18916836be1 authored about 4 years ago
docs: Remove unnecessary new lines in changelog

bb5bfbebf002165cdbb9c2cdc4949192c27a479d authored about 4 years ago
docs: Remove obsolete mentions of `form_data`

e08f625015e2c08dd76964b69afa5b62406cde4a authored about 4 years ago
chore: Release 3.0.7

d6e7c2fe10869f42ab329c9a9513f0cae49a560f authored about 4 years ago
fix: Docker tags for Buster-based images

11cb8b99348e13dc13f9f34a939b5af8369b3cab authored about 4 years ago
chore: Release 3.0.6

c32eda00bed79ac9956c0bf245987d48878fef48 authored about 4 years ago
ci: Build docker images with buster as base image

Ref: #1028

a2f164acef5c750cdd1e08960ae287875979a6cf authored about 4 years ago
chore: Release 3.0.5

29ea09c479f40b742db9329f713dd00c884bd6f1 authored about 4 years ago
fix: Prevent a `TypeError` when `additional_checks` is a list

079f64503d9bfbcfe3e09c62e70c896a316e1ff3 authored about 4 years ago
docs: Document how to run custom checks via the Python API

7311d1f86a6ad599902a419ce7fdc64a3a0e6f4f authored about 4 years ago
chore: Bump mypy to 0.800

8cee5deb6cff0a85e8c3b92f3b5c45e545428304 authored about 4 years ago
feat: Support for external examples

Ref: #884

23665e235fd0282e52626feb4c5d1f866686e22b authored about 4 years ago
test: Do not use f-strings without interpolation

faa5120da343b8d70a5905da0b8c9e6599fda652 authored about 4 years ago
chore: Release 3.0.4

6514888e8738cab9b0a804456dcf1bde47b1e735 authored about 4 years ago
fix: Programmatic addition of Open API links via `add_link`

The problem is triggered when schema validation is disabled and response status code
are noted...

07c52a5f99027ca0b5c7da379f120718c1cc17f5 authored about 4 years ago
chore: Use the same ref resolving approach in `get_operation_by_id`

53ab23707c7354be67395d3bd5c19408fc7306cd authored about 4 years ago
fix: Generating stateful tests, with common parameters behind a reference

Ref: #1020

09fa0c2d9802de60c00336772bd28df5ee0b35e3 authored about 4 years ago
chore: Release 3.0.3

f436963c2b9cc051a6d8368af565f14b1ed8e8ff authored about 4 years ago
fix: `Flaky` Hypothesis error during explicit examples generation

Ref: #1018

c3a787bc94c5c1527e9c0d1171cc36bc4897fd68 authored about 4 years ago
refactor: Remove not used `HookLocation`

8cea838b4911d9f4f0a29d3340f493dd4e31c01a authored about 4 years ago
docs: Add docstrings

067d82c18c7e4cd4aea667a34bb339762b26fa85 authored about 4 years ago
chore: Release 3.0.2

67c1a0f5d0c208feb41cd51e63bb5b8df8230788 authored about 4 years ago
fix: Processing parameters common for multiple API operations if they are behind a reference

Ref: #1015

63f4dea1e8ae600d8ee591069a636c04615ee0c0 authored about 4 years ago
chore: Release 3.0.1

dcab4bcaf093d9089f879b502a6cc107b63dfa1b authored about 4 years ago
feat: Support YAML serialization

Ref: #1010

e29164490750e6d95480d67541bdde525cf48c7f authored about 4 years ago
chore: Release 3.0.0

16daedb157f29875a4c435d6e39a3b859ff8b68a authored about 4 years ago
chore: Continue testing after schema parsing errors if possible

Ref: #999

1d793e3b6768451291e7874a809ba828f8518d77 authored about 4 years ago
chore: Update pre-commit hooks

418b56e580a11f0213c42c725d89158c01df7a72 authored about 4 years ago
docs: Add `register_check` to the API reference

8459dd96ae2dfe3a04c9b16261981b60b8b793de authored about 4 years ago
docs: Add basic documentation for the public API

0fbf8e15ac46a7b28f356d0788f960ce5f7ffab9 authored about 4 years ago
test: Disable the `filter_too_much` health check in `test_global_body_hook`

08018ef8bffb89db16807bd99dfe08ba51611840 authored about 4 years ago
fix: Import in tests

3c0883c18c216758b57e4702265e0ff98533fe27 authored about 4 years ago
chore: Export `from_aiohttp` in the public API

882d12f3f2e8ec3bdeb447e469810b08666ca2c4 authored about 4 years ago
chore: Do not export `Stateful` in the public API

21072aecc8f7411d3abe9975328e1cad2141f31c authored about 4 years ago
chore: Do not export `init_default_strategies` in the public API

de8fca009ade651559ae98efc38e6ca6e9bfa36f authored about 4 years ago
test: Disable Hypothesis health checks for `test_openapi_links_multiple_threads`

a8630077455acc2b0b588fdf59831c5d91f1c1f4 authored about 4 years ago
fix: Generating incomplete explicit examples

Ref: #1007

9e74ec6fddce1d4d272e9deb7ae03a9a68a72f98 authored about 4 years ago
test: Use `--hypothesis-max-examples` in a slow test

63622e73abe68d4bd62317ab53319a7e5f4a8796 authored about 4 years ago
chore: Catch extra Hypothesis output

40b1860b14daac1fc02fb5967bcd88a15c5b6d61 authored about 4 years ago
ci: Split corpus tests into more jobs

711fb326db080937a749796187bd42d433c23dbb authored about 4 years ago
test: Decrease the maximum number of examples in the `CI` Hypothesis profile

cf8c4d765ef84258e00e157912b6cdaab2e4cfd9 authored about 4 years ago