Revisions of b4

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1146990 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 40)
- update to 0.13.0:
  * `b4 am` now has a `--single-message` flag that lets you process a
    single message and ignore any other parts of a thread; this is
    useful when there is a patch series sent as attachments to a single
    message
  * `--apply-cover-trailers` is now the default behaviour
  * when patchwork integration is configured, `b4 am` will attempt to
    retrieve the CI status of patches
  * `b4 prep --show-info` can do a lot more now, including showing
    information about branches that aren't currently checked out
  * `b4 prep` gained a --cleanup option to properly archive and remove
    old b4*prep-managed branches
  * `b4 send` has a `--preview-to` option that lets you send a
    pre*review of your series to your colleagues, mentors, or bosses
  * various fixes and improvements to `b4 send` functionality
  * b4 can now take config options on commandline, allowing to override
    global configs via scripted invocations
  * improvements to `b4 diff` that should make it work more reliably for
    series without exact object matches
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1124048 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 39)
- remove python_module from requires, this might lead to unwanted
  side effects. use pprefix macro instead to manage sle15

- add %{python_module ...} also to requires, otherwise bad
  requires are generated
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1119892 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 38)
- update to 0.12.4:
  * ez: ignore invalid unicode returned by get_maintainer
  * Only pass -f to sendmail if envelopesender is set
  * trailers: do not quote names when special chars are present
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1102126 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 36)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1095311 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 35)
- update to 0.12.3:
  * ez: store sent prefixes with the tag message
  * Properly quote the address before adding into From
  * shazam: switch to top of git tree before running git-am
  * trailers: normalize address after parsing
  * Fix wrong CTR header after 8bit cover content is mixed in
  * ez: make it easier to send single-patch series
  * ez: make message-ids use today's date
  * ez: only include base-branch when using non-default strategy
  * Fix to properly handle under-scissors patches with a unixfrom line
  * Clean headers before adding them to the pre-scissors email
  * b4: Fix envelopeSender handling
  * am, shazam: allow cherry-picking an out-of-series patch
  * mbox.py::make_am: simplify check for early return
  * ez: Fix 'trailers -F' used on a single commit
  * b4.sh: keep existing PYTHONPATH if set
  * b4: Allow prep new branch while on a b4 managed branch
  * docs: fix smtpServerPort option
  * trailers: add 'Closes' as recognized link trailer
  * trailers: accept recognized link trailers
  * Consider '@' safe in msgid URLs
  * ez: better fix for "no follow-up trailers" condition
  * Add subscribe/unsubscribe to badtrailers
  * ez: do not trust local commands to properly reflect
  * ez-trailers: don't crash when there are no follow-ups received
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1070834 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 33)
- update to 0.12.2:
  * prep: add ability to use markdown in the cover content (requires
    escaping the leading "#" as ">#" that is stripped on cover letter
    rendering)
  * send: don't require vN to --resend (will resend the latest version)
  * test: don't require running from git
  * plus several bugfixes mostly dealing with corner-case conditions
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1060560 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 31)
- update to 0.12.0
  * worked around Python's email bugs
  * other bugfixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1056333 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 30)
- update to 0.11.2:
  * Always run log with --no-abbrev-commit
  * Handle series with more than 999 patches
  * ez: dedupe cover letter CCs taken from individual patches
  * ez: avoid header wrapping when writing to file
  * ez: don't crash on non-existent tag in show_info
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1046132 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
- update to 0.11.1:
  * ez: use default web endpoint when in the kernel repo
  * ez: give better error message when patatt signing fails
  * ez: don't crash when there's no [sendemail] section
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1043854 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 28)
- Update to version 0.11.0:
  * b4 prep --compare-to N: shows a range-diff
  * b4 ty: can be configured to always send mail
  * b4 send will no longer send the entire series to the addresses found
    in individual commit Cc: trailers
  * you can now set extra [PATCH] prefixes permanently
  * b4 has internal changes to ensure that we generate 7-bit-clean
    headers for all outgoing mail
  * b4 send --reflect: prepares the patches but only sends them to
    yourself
  * b4 prep --show-info: shows information about your prep-managed
    branch
Richard Brown's avatar Richard Brown (RBrownFactory) accepted request 1009686 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 27)
Automatic submission by obs-autosubmit
Richard Brown's avatar Richard Brown (RBrownFactory) accepted request 1006295 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 26)
- Update to version 0.10.1:
  * Fixes the crash with "b4 ty" when using a local binary to send mail
  * The "send" and "prep" commands now properly include diffstats into
    generated patches
  * Does not force single-patch series to have a cover letter.
  * Does not force "v1" to be added to the prefixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1004535 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 25)
- Update to version 0.10.0:
  * Developer-oriented features (prep, send, trailers commands)
  * Patchwork integration
  * The "trailer-order" setting now only reorders the trailers
  * Web submission endpoint support for "b4 send"
  * Adds a "trailers-ignore-from" configuration option
  * Bugfixes and improved tests.
- switch from _service to standard releases (they are often enough)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 984374 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 22)
- Update to version 0.9.0+0:
  * Add ability to exit before git-merge is invoked
  * Implement "b4 shazam -M" that execs git-merge
  * Add a note about proxying requests
  * Allow breaking threads using --no-parent
  * Improve identity matching for DKIM
  * Lowercase identities for comparison
  * am: Fix broken guessbranch handling
  * Remove unnecessary lookup when /all/ is used in midmask
  * Add support for mailmap and excluding mail in b4-ty
  * Allow whitespace at the start of non-wrapped trailers
  * Reimplement unicode control character logic
  * mbox: initial support to check for unicode control chars
  * ty: fix problems with smtplib and 8BITMIME
  * ty: fix bugs introduced when switching -s to -t
  * ty: document flag changes
  * shazam: change default behaviour to be "apply-here"
  * Initial implementation of native mail sending
  * Fix shazam for multiple git worktrees
  * validate: Use patatt's configured keyring as fallback
  * Add keyring key for keescook
  * shazam: document template usage in manpage
  * shazam: implement custom merge message templates
  * shazam: implement better merging strings
  * shazam: allow configuring "git am" flags
  * am/shazam: Restore thank-you recording
  * Simplify sparse worktree preparation
  * Add "b4 shazam" that is like b4 am + git am
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 965356 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 21)
Automatic submission by obs-autosubmit
Displaying revisions 1 - 20 of 40
openSUSE Build Service is sponsored by