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

Modular support #11

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 23, 2021

  1. Fix remaining flake8 complaints, including line-too-long and an unuse…

    …d import
    
    Make flake8 failure fatal in tox.ini
    mmathesius committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    cd71cce View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Add support for syncing/building modules

    Signed-off-by: Merlin Mathesius <[email protected]>
    mmathesius committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    48a8aab View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Use Exception instead of ImportError to catch failed imports

    Signed-off-by: Merlin Mathesius <[email protected]>
    mmathesius committed May 10, 2021
    Configuration menu
    Copy the full SHA
    871dcca View commit details
    Browse the repository at this point in the history
  2. Eliminate unnecessary parameters to clone_destination_repo()

    and fetch_upstream_repo()
    
    Signed-off-by: Merlin Mathesius <[email protected]>
    mmathesius committed May 10, 2021
    Configuration menu
    Copy the full SHA
    13c632e View commit details
    Browse the repository at this point in the history
  3. Pre-configure logging when running tests

    Signed-off-by: Merlin Mathesius <[email protected]>
    mmathesius committed May 10, 2021
    Configuration menu
    Copy the full SHA
    2572af7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Update to obey control.build configuration option

    Signed-off-by: Merlin Mathesius <[email protected]>
    mmathesius committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    02a94dd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Add unit tests for repo manipulation functions

    Signed-off-by: Merlin Mathesius <[email protected]>
    mmathesius committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    febf45d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Correct race condition in unit test for repo manipulation

    Signed-off-by: Merlin Mathesius <[email protected]>
    mmathesius committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    c0835c4 View commit details
    Browse the repository at this point in the history
  2. Correct scmurl used when submitting module builds

    Signed-off-by: Merlin Mathesius <[email protected]>
    mmathesius committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    07ad20d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Add logic to skip MBS generated *-devel modules

    Correct unmangled component name in debug message
    
    Signed-off-by: Merlin Mathesius <[email protected]>
    mmathesius committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d9c05ca View commit details
    Browse the repository at this point in the history