]> git.ipfire.org Git - thirdparty/patchwork.git/commit
api: Add fields to series detail view
authorAdam Hassick <ahassick@iol.unh.edu>
Thu, 30 Jan 2025 19:56:37 +0000 (14:56 -0500)
committerStephen Finucane <stephen@that.guru>
Mon, 10 Mar 2025 22:31:21 +0000 (22:31 +0000)
commit6f8a0a76fb1ee2faf74e6c2d21a76debec4ac8b5
tree8e788cd92d34725ca45a97cb7dd00e0c1706a905
parent01a5b4665dd92e75727567f3d4f340ab9278538d
api: Add fields to series detail view

* Add the "dependencies" and "dependents" fields to the series detail
  view.
* Add "parse_dependencies" to the project detail view.

Signed-off-by: Adam Hassick <ahassick@iol.unh.edu>
Acked-by: Aaron Conole <aconole@redhat.com>
[stephenfin: Rename Project field from parse_dependencies to
             show_dependencies]
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/api/project.py
patchwork/api/series.py