This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch form_validation_cache
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
omit d120c688 #776 - implement 50k character limit for vote comment and
support passing form errors through a cache in the form module instead of via
flash in the session
add 54921a69 #910 - emails support CC and BCC, and enum for footer to be
appended.
add 4c21f59a Bump biomejs/setup-biome from 2.7.0 to 2.7.1
add 3ce78b00 Bump astral-sh/setup-uv from 7.3.1 to 7.6.0
add da4d20a1 Notes say that cmarkgfm is safe
add 8f86fe3b Allow the use of CC and BCC for voting and announcing
add af4f63d9 Allow safe types to be used in task args in the database.
add 347d4eef #776 - implement 50k character limit for vote comment and
support passing form errors through a cache in the form module instead of via
flash in the session
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d120c688)
\
N -- N -- N refs/heads/form_validation_cache (347d4eef)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/analyze.yml | 4 +-
.github/workflows/build.yml | 2 +-
atr/api/__init__.py | 4 +-
atr/db/interaction.py | 4 +-
atr/get/announce.py | 67 +++----
atr/get/checklist.py | 1 +
atr/get/sbom.py | 13 +-
atr/get/voting.py | 22 ++-
atr/mail.py | 73 +++++---
atr/models/results.py | 30 +--
atr/models/sql.py | 44 ++++-
atr/paths.py | 10 +
atr/post/announce.py | 18 +-
atr/post/sbom.py | 43 ++---
atr/post/vote.py | 6 +-
atr/post/voting.py | 20 +-
atr/render.py | 55 ++++++
atr/shared/announce.py | 15 +-
atr/shared/voting.py | 19 +-
atr/static/css/atr.css | 5 +
atr/storage/writers/announce.py | 22 ++-
atr/storage/writers/mail.py | 8 +-
atr/storage/writers/release.py | 6 +-
atr/storage/writers/sbom.py | 24 +--
atr/storage/writers/tokens.py | 8 +-
atr/storage/writers/vote.py | 48 +++--
atr/tasks/__init__.py | 4 +-
atr/tasks/keys.py | 10 +-
atr/tasks/message.py | 41 +++-
atr/tasks/sbom.py | 70 +++----
atr/tasks/svn.py | 23 ++-
atr/tasks/vote.py | 32 ++--
atr/util.py | 33 +++-
scripts/gfm_to_html.py | 1 +
tests/unit/test_mail.py | 401 ++++++++++++++++++++++++++++++++++++----
tests/unit/test_message.py | 12 +-
36 files changed, 889 insertions(+), 309 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]