Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#7812] Allow requests to be browsed by tag #8197

Merged
merged 7 commits into from Apr 22, 2024
Merged

Commits on Apr 12, 2024

  1. Refactor RequestController#list specs

    Remove unused double and there is no reason to load the raw emails.
    gbp committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0ac6375 View commit details
    Browse the repository at this point in the history
  2. Update request pagination setup

    Extract setup into before action hook. This will be reused in a new list
    by tag action.
    gbp committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    01241b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Refactor request list routes

    Remove routes for "all" and "recent" views.
    
    The "recent" view already is redirected in the main `list` action to the
    "all" view.
    
    The "all" view should really be the default for the `list` action as
    currently the `/list` endpoint will show no requests because there is no
    view is selected.
    gbp committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7b0d758 View commit details
    Browse the repository at this point in the history
  2. Move request searching into controller action

    Having access to the results here will allow us to check for the number
    of results before rendering.
    gbp committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6fc7900 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Update RequestController#list action to handle tags

    Allow users to view requests by tag. In the tag belongs to a category
    then, load the category and render a different title.
    gbp committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f71eba4 View commit details
    Browse the repository at this point in the history
  2. Update RequestController#list view

    Render any category notes and it's rich text body.
    gbp committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8faae1c View commit details
    Browse the repository at this point in the history
  3. Update changelog

    gbp committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bb16fb2 View commit details
    Browse the repository at this point in the history