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

gitlab_release_notes/generate.py: Add --quiet cmdline option. #6

Merged
merged 7 commits into from
Oct 6, 2023

Commits on Oct 3, 2023

  1. gitlab_release_notes/generate.py: Silence gitlab module warnings abou…

    …t how to use the list() method (get_all=True vs. get_all=False).
    sunweaver committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fdca14e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1ad139 View commit details
    Browse the repository at this point in the history
  3. gitlab_release_notes/generate.py: Add --since cmdline option that all…

    …ows one to query for merges since a certain date.
    sunweaver committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a2d1885 View commit details
    Browse the repository at this point in the history
  4. gitlab_release_notes/generate.py: Line-wrap generate_release_notes() …

    …call and re-order kwargs.
    sunweaver committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d245c63 View commit details
    Browse the repository at this point in the history
  5. gitlab_release_notes/generate.py: Add --quiet cmdline option that hid…

    …es output if no merge requests occurred since the last release (or given date via --since).
    sunweaver committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3463e46 View commit details
    Browse the repository at this point in the history
  6. gitlab_release_notes/generate.py: Only print-out release notes if the…

    …re were any
    
    I.e. suppress printing out an empty line on repos with no changes when
    the --quiet cmdline option was given.
    sunweaver committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    94feef8 View commit details
    Browse the repository at this point in the history
  7. gitlab_release_notes/generate.py: Use {endstr} in message notifying a…

    …bout no MRs since last (release) date.
    sunweaver committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    47008b7 View commit details
    Browse the repository at this point in the history