Skip to content
Snippets Groups Projects

[FastAPI] Add /packages/{name} and /pkgbase/{name} routes

Merged Kevin Morris requested to merge kevr/aurweb:pu_pkgbase into pu
All threads resolved!

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.

Edited by Kevin Morris

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Kevin Morris added 6 commits

    added 6 commits

    • 53391bec - 1 commit from branch archlinux:pu
    • 44454086 - [FastAPI] Basic pkgbase template
    • 24581123 - templates: Translate pkgbase.html and partials
    • dd02c5cd - implement /packages/{name} as its own route
    • b3ca05ca - add /pkgbase/{name} route
    • 78d0cc97 - .dockerignore: ignore user-produced configs

    Compare with previous version

  • Kevin Morris added 5 commits

    added 5 commits

    • 9197f86a - 1 commit from branch archlinux:pu
    • 1e1c0c3f - [FastAPI] Basic pkgbase template
    • 2d3d03e0 - templates: Translate pkgbase.html and partials
    • ae3d302c - implement /packages/{name} as its own route
    • 88569b6d - add /pkgbase/{name} route

    Compare with previous version

  • Kevin Morris resolved all threads

    resolved all threads

  • Kevin Morris changed title from [FastAPI - WIP] Add /packages/{name} and /pkgbase/{name} routes to [FastAPI] Add /packages/{name} and /pkgbase/{name} routes

    changed title from [FastAPI - WIP] Add /packages/{name} and /pkgbase/{name} routes to [FastAPI] Add /packages/{name} and /pkgbase/{name} routes

  • Kevin Morris requested review from @artafinde

    requested review from @artafinde

  • Kevin Morris changed the description

    changed the description

  • merged

  • Please register or sign in to reply
    Loading