mbox series

[0/2] Snowpatch REST fixes

Message ID 20190429170754.32644-1-dja@axtens.net
Headers show
Series Snowpatch REST fixes | expand

Message

Daniel Axtens April 29, 2019, 5:07 p.m. UTC
OzLabs upgraded to 2.1.1 and is having some regressions with check
creation for snowpatch. I'm not sure if these fix the bugs they've
hit, and I'm certainly not sure if it covers the complete set of bugs
they've hit, but it's a good start.

Regards,
Daniel

Daniel Axtens (2):
  REST: Handle regular form data requests for checks
  REST: A check must specify a state

 docs/api/schemas/latest/patchwork.yaml |  2 +
 docs/api/schemas/patchwork.j2          |  2 +
 docs/api/schemas/v1.0/patchwork.yaml   |  2 +
 docs/api/schemas/v1.1/patchwork.yaml   |  2 +
 patchwork/api/check.py                 | 11 +++-
 patchwork/tests/api/test_check.py      | 84 ++++++++++++++++++++++++++
 6 files changed, 100 insertions(+), 3 deletions(-)