Re: [PATCH v3 0/5] Add submission relations

2019-12-03 Thread Mete Polat
Hi Stephen, On 30.11.19 18:19, Stephen Finucane wrote: > On Sun, 2019-10-20 at 20:57 +0200, Mete Polat wrote: >> This patch introduces the ability to view relations between submissions by >> creating and updating them via the REST API. >> >> Changes since v2 (note: forgot to mark the previous revi

Re: [PATCH v3 0/5] Add submission relations

2019-11-30 Thread Stephen Finucane
On Sun, 2019-10-20 at 20:57 +0200, Mete Polat wrote: > This patch introduces the ability to view relations between submissions by > creating and updating them via the REST API. > > Changes since v2 (note: forgot to mark the previous revision as v2) > - Replace a mistakenly placed tab intention in

Re: [PATCH v3 0/5] Add submission relations

2019-11-04 Thread Daniel Axtens
Hi Mete, I tried to test code coverage for this and it turns out it's failing the test suite on python2.7 and python3.5: https://travis-ci.org/daxtens/patchwork/builds/606997177 You should be able to test this locally with: docker-compose run web --tox All the tox environments should pass. If yo

[PATCH v3 0/5] Add submission relations

2019-10-20 Thread Mete Polat
This patch introduces the ability to view relations between submissions by creating and updating them via the REST API. Changes since v2 (note: forgot to mark the previous revision as v2) - Replace a mistakenly placed tab intention in styles.css with spaces - Fix typo in commit message header - Fi