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

By default, ignore archived projects. #177

Merged
merged 2 commits into from
May 4, 2019

Commits on Apr 23, 2019

  1. By default, ignore archived projects.

    This commit adds a new CLI argument (--include-archived) and ENV
    VAR (MARGE_INCLUDE_ARCHIVED) which defaults to False. If True,
    Marge will process archived projects (which cannot have their MRs
    merged) as well as live projects (which can).
    
    The API for Project.fetch_all_mine() has changed to include an
    optional argument include_archived which matches the CLI arg.
    
    The current default behaviour is for Marge to process all projects,
    which wastes time and resources, linearly with the number of
    archived projects.
    Sarah Mount committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    c63ce4d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Remove option to include archived projects.

    Sarah Mount committed May 3, 2019
    Configuration menu
    Copy the full SHA
    24714d6 View commit details
    Browse the repository at this point in the history