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

I506 #2

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

I506 #2

wants to merge 6 commits into from

Commits on Apr 10, 2024

  1. models: Add 'related_series' field to Series model

    Closes getpatchwork#506
    
    Signed-off-by: andrepapoti <[email protected]>
    andrepapoti committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f44254c View commit details
    Browse the repository at this point in the history
  2. serializers: Add 'related_versions' field to series serializer

    For two series to be linked togheter they must belong to the same project
    
    Closes getpatchwork#506
    
    Signed-off-by: andrepapoti <[email protected]>
    andrepapoti committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a9deec9 View commit details
    Browse the repository at this point in the history
  3. serializers: Optimize query performance on SeriesMixin for 'related_s…

    …eries'
    
    Ensure the retrival of series is keept at O(1) complexity.
    
    Closes getpatchwork#506
    
    Signed-off-by: andrepapoti <[email protected]>
    andrepapoti committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ae661f8 View commit details
    Browse the repository at this point in the history
  4. urls: Create endpoint to link two series

    Closes getpatchwork#506
    
    Signed-off-by: andrepapoti <[email protected]>
    andrepapoti committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    45cd25d View commit details
    Browse the repository at this point in the history
  5. tests: Add tests for linking series feature

    Closes getpatchwork#506
    
    Signed-off-by: andrepapoti <[email protected]>
    andrepapoti committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a500321 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fa9a03 View commit details
    Browse the repository at this point in the history