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

[ Issue #509 + #510] Series views #589

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Apr 22, 2024

  1. forms: Add SeriesBulkUpdatePatchesForm

    This form is similar to the MultiplePatchForm but is meant to apply
    chages to all of thje patches contained in a series.
    bulk_update_patches() was also added to simplify applying changes to
    multiple patches
    
    Signed-off-by: andrepapoti <andrepapoti@gmail.com>
    andrepapoti committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c7e6edb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. views: add series-list view

    This view is meant to give a quickoverview on a project since some of
    them can have hundreds of patches actives.
    This view also allows the user to apply changes on all of the series
    patches at once
    
    Signed-off-by: andrepapoti <andrepapoti@gmail.com>
    andrepapoti committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bb8b21f View commit details
    Browse the repository at this point in the history
  2. tests: Add tests for series list view

    Signed-off-by: andrepapoti <andrepapoti@gmail.com>
    andrepapoti committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7bea49b View commit details
    Browse the repository at this point in the history
  3. views: add series-detail view

    Signed-off-by: andrepapoti <andrepapoti@gmail.com>
    andrepapoti committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ff6cfa3 View commit details
    Browse the repository at this point in the history
  4. views: add shortcut to series-list view on base.html

    Signed-off-by: andrepapoti <andrepapoti@gmail.com>
    andrepapoti committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    59b89e8 View commit details
    Browse the repository at this point in the history
  5. docs: add release notes for series-list and series-detail

    Signed-off-by: andrepapoti <andrepapoti@gmail.com>
    andrepapoti committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    235a186 View commit details
    Browse the repository at this point in the history
  6. views: add series navigation buttons for patch-detail view

    Signed-off-by: andrepapoti <andrepapoti@gmail.com>
    andrepapoti committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ede319f View commit details
    Browse the repository at this point in the history