This is an automated email from the ASF dual-hosted git repository.

arm pushed a change to branch arm
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


 discard 8fbe527c Validate user ID of PATs on JWT usage
     add b280bcf1 Check .tar.gz structure using the extracted files only
     add 65a03fbf Check .zip structure using the extracted files only
     add ced33ae5 Use GFM instead of CommonMark Markdown for the documentation
     add f2810556 Add TLS security configuration docs (#852)
     add fe3bd22b Add padding on table cells
     add 0cf961a9 Adding comment for domain checking; fixes #662 (#853)
     add 1263d18a Fix title case (#855)
     add aec5b1eb Adding to docs; fixes #721 (#854)
     add 33721288 Added comment; fixes #710 (#856)
     add 03067776 Use extracted archives in license file checks
     new 88b27f06 Validate user ID of PATs on JWT usage
     new 70a48069 Change gh slug for Maven distributions

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   (8fbe527c)
            \
             N -- N -- N   refs/heads/arm (70a48069)

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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Dockerfile.alpine                              |   1 -
 Makefile                                       |   4 +-
 atr/docs/developer-guide.md                    |   1 +
 atr/docs/index.md                              |   1 +
 atr/docs/input-validation.md                   |   6 +-
 atr/docs/tls-security-configuration.md         | 234 +++++++++++++++++++
 atr/docs/user-interface.md                     |   2 +
 atr/models/sql.py                              |   2 +-
 atr/static/css/atr.css                         |   4 +
 atr/tasks/checks/__init__.py                   |  17 ++
 atr/tasks/checks/license.py                    |  81 +++----
 atr/tasks/checks/targz.py                      |  78 ++++---
 atr/tasks/checks/zipformat.py                  | 200 ++++++++--------
 atr/tasks/svn.py                               |   1 +
 atr/version.py                                 |   1 +
 scripts/{integrity_check.py => gfm_to_html.py} |  28 +--
 tests/unit/test_archive_member_limit.py        |  53 -----
 tests/unit/test_archive_root_variants.py       | 307 +++++++++++--------------
 18 files changed, 595 insertions(+), 426 deletions(-)
 create mode 100644 atr/docs/tls-security-configuration.md
 copy scripts/{integrity_check.py => gfm_to_html.py} (65%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to