[FastAPI] Add /packages/{name} and /pkgbase/{name} routes
Based off of @artafinde's MR, this MR finishes translation and complete implementation of the the following routes:
/packages/{name}
/pkgbase/{name}
This MR does not implement action routes, but purely the individual "show" routes for a package or pkgbase.
Both of these routes are coupled in this MR because /pkgbase/{name}
reuses most of the templates implemented in /packages/{name}
, so the pkgbase portion ends up being quite small.
Merge request reports
Activity
changed milestone to %Python/FastAPI
assigned to @kevr
added 2 commits
added 2 commits
requested review from @artafinde, @jelle, and @klausenbusk
added 2 commits
added 2 commits
removed review request for @artafinde, @jelle, and @klausenbusk
- Resolved by Kevin Morris
added 6 commits
Toggle commit listrequested review from @artafinde