[PATCH] Handle pull requests with random trailing space

2020-01-27 Thread Konstantin Ryabitsev
Another fix for copy-pasted pull requests, this time for cases when something is copy-pasted from a terminal and retains all the bogus trailing whitespace. Example: https://lore.kernel.org/r/043eb5b2-a302-4de6-a3e8-8238e4948...@ti.com Signed-off-by: Konstantin Ryabitsev --- patchwork/parser.py

Re: [PATCH v5] models, templates: Add submission relations

2020-01-27 Thread Mete Polat
Hi Daniel, On 26.01.20 13:49, Daniel Axtens wrote: > Daniel Axtens writes: > >> Introduces the ability to add relations between submissions. Relations >> are displayed in the details page of a submission under 'Related'. >> Related submissions located in another projects can be viewed as well.