This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch atr_tagging
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
discard 03dcb51 #475 - Add endpoint to get tagging spec for a release
discard 999e4e2 #475 - add tagging field to release policy
add 98d745c Make the use of configuration more efficient in the server
module
add ee0b0d7 Removing tables, linted
add 25f82ca Fix Markdown issues detected by linting
add f479e9f Downgrade Biome to allow lints to run in CI
add cc43d8d Run pre-commit hooks on pushes to the primary development
branches
add ec84c82 Fix unparenthesized subexpressions
add 9ff6af3 Use sentence case in headings
add 3af4e0e Remove emoji
add bd4462e Add the --frozen flag to all relevant uv commands in the
documentation
add ed078b5 Add too large a payload handler (#572)
new 6df80fe #475 - add tagging field to release policy
new 1b36fbd #475 - Add endpoint to get tagging spec for a release
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 (03dcb51)
\
N -- N -- N refs/heads/atr_tagging (1b36fbd)
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:
.github/PULL_REQUEST_TEMPLATE.md | 12 +--
.github/workflows/analyze.yml | 4 +-
BUILD.md | 142 ++++++++++++++++++-----------------
CONTRIBUTING.md | 41 ++++++----
DEVELOPMENT.md | 53 +++++++------
GOVERNANCE.md | 14 ++--
README.md | 16 ++--
SUPPORT.md | 20 ++---
atr/docs/how-to-contribute.md | 14 ++--
atr/docs/running-the-server.md | 32 ++++----
atr/get/distribution.py | 12 +--
atr/get/finish.py | 8 +-
atr/principal.py | 2 +-
atr/server.py | 28 ++++---
atr/storage/writers/distributions.py | 6 +-
atr/storage/writers/tokens.py | 2 +-
atr/tabulate.py | 3 +-
atr/tasks/gha.py | 2 +-
atr/tasks/metadata.py | 2 +-
notes/test-user-flows.md | 2 +-
20 files changed, 221 insertions(+), 194 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]