Changes from v1: - Fixed linter warnings - Refactored randString - Refactored anonymize, it now applies existing listid argument and handles more headers - Added anonymize tests
Franciszek Stachura (3): ingress: add optional anonymization email: add option to disable sending emails pw: add db generate command cmd/pw/db/generate.go | 268 ++++++++++++++++++++++++++++++++++++ cmd/pw/db/main.go | 9 +- cmd/pw/ingress/main.go | 34 +++-- pkg/config/config.go | 1 + pkg/events/email.go | 5 + pkg/mail/dependency_test.go | 4 +- pkg/mail/parser.go | 104 ++++++++++++-- pkg/mail/parser_test.go | 90 +++++++++++- pkg/mail/project_test.go | 12 +- pkg/mail/sender_test.go | 8 +- pkg/mail/testutil_test.go | 8 +- 11 files changed, 499 insertions(+), 44 deletions(-) create mode 100644 cmd/pw/db/generate.go -- 2.55.0 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
