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

-- 
2.55.0

_______________________________________________
Patchwork mailing list
[email protected]
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to