----- Original Message ----- > From: "Stephen Finucane" <step...@that.guru> > To: "Veronika Kabatova" <vkaba...@redhat.com> > Cc: patchwork@lists.ozlabs.org > Sent: Saturday, April 7, 2018 6:55:10 PM > Subject: Re: [PATCH 0/5] Random API improvements > > On Mon, 2018-03-26 at 08:22 -0400, Veronika Kabatova wrote: > > ----- Original Message ----- > > > From: "Stephen Finucane" <step...@that.guru> > > > To: patchwork@lists.ozlabs.org > > > Sent: Sunday, March 25, 2018 8:28:18 PM > > > Subject: [PATCH 0/5] Random API improvements > > > > > > A number of improvements for various aspects of the API. The biggest > > > change here is probably the inclusion of API versioning functionality, > > > though there are also improvements for testing and the likes. > > > > > > This is a pre-requisite for forthcoming fixes for #156 [1]. > > > > > > [1] https://github.com/getpatchwork/patchwork/issues/156 > > > > > > Stephen Finucane (5): > > > tests: Split 'test_rest_api' > > > > Hi, > > > > it seems to me like you forgot to send the patch mentioned above, > > I can't see it in the PW instance on ozlabs nor the archive. > > > > Veronika > > Not sure why this didn't send. I received it but it didn't make it to > the list. Maybe some encoding issue? In any case, these were all > trivial so I went ahead and applied them. >
Hi, resurrecting the thread since that patch made tests for checks disappear and instead we have the cover letter tests present twice. Can you please put them back? :) Thanks, Veronika > Stephen > > > > REST: Use versioning for modified responses > > > docs: Add information on REST API versioning > > > docs: Add note on backing up the docker database > > > REST: Order 'filters' code > > > > > > docs/development/contributing.rst | 15 + > > > docs/development/installation.rst | 13 +- > > > docs/development/releasing.rst | 23 + > > > patchwork/api/base.py | 27 ++ > > > patchwork/api/cover.py | 7 +- > > > patchwork/api/embedded.py | 25 +- > > > patchwork/api/filters.py | 86 ++-- > > > patchwork/api/project.py | 7 +- > > > patchwork/tests/api/__init__.py | 0 > > > patchwork/tests/api/test_bundle.py | 134 ++++++ > > > patchwork/tests/api/test_check.py | 121 +++++ > > > patchwork/tests/api/test_cover.py | 131 ++++++ > > > patchwork/tests/api/test_patch.py | 208 +++++++++ > > > patchwork/tests/api/test_person.py | 114 +++++ > > > patchwork/tests/api/test_project.py | 179 ++++++++ > > > patchwork/tests/api/test_user.py | 89 ++++ > > > patchwork/tests/test_rest_api.py | 869 > > > ------------------------------------ > > > patchwork/urls.py | 2 +- > > > 18 files changed, 1122 insertions(+), 928 deletions(-) > > > create mode 100644 patchwork/tests/api/__init__.py > > > create mode 100644 patchwork/tests/api/test_bundle.py > > > create mode 100644 patchwork/tests/api/test_check.py > > > create mode 100644 patchwork/tests/api/test_cover.py > > > create mode 100644 patchwork/tests/api/test_patch.py > > > create mode 100644 patchwork/tests/api/test_person.py > > > create mode 100644 patchwork/tests/api/test_project.py > > > create mode 100644 patchwork/tests/api/test_user.py > > > delete mode 100644 patchwork/tests/test_rest_api.py > > > > > > -- > > > 2.14.3 > > > > > > _______________________________________________ > > > Patchwork mailing list > > > Patchwork@lists.ozlabs.org > > > https://lists.ozlabs.org/listinfo/patchwork > > > > > _______________________________________________ Patchwork mailing list Patchwork@lists.ozlabs.org https://lists.ozlabs.org/listinfo/patchwork