Franciszek Stachura, Sep 12, 2026 at 23:05: > Nothing important, just three extra tools that I find useful, partially > backported from 3.x. > > All three commits are separate, maybe not everything should be applied. > > Franciszek Stachura (3): > ingress: add optional anonymization > email: add option to disable sending emails > pw: add db generate command > > cmd/pw/db/generate.go | 285 +++++++++++++++++++++++++++++++++++++++++ > cmd/pw/db/main.go | 9 +- > cmd/pw/ingress/main.go | 25 ++-- > pkg/config/config.go | 1 + > pkg/events/email.go | 5 + > pkg/mail/parser.go | 83 ++++++++++-- > 6 files changed, 385 insertions(+), 23 deletions(-) > create mode 100644 cmd/pw/db/generate.go
Hey Franciszek, Make sure to run `make all lint test check-patches` before sending a v2. It should spot typos and minor errors. Thanks! -- Robin # You need not be present to win. _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
