This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch cyclonedx_xml
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
discard 577d3875 #901 - add support for SBOM conversion
discard 5bc6a66a #901 - add support for XML in sbom tooling
add 692f7790 #919 - remove action buttons from committee page for
non-members/admins
add ec2a4c1d #931 - moving file planner to compose phase
add 4c89556b #435 - add hint that entering a new directory name will
create it
add 9a11abb5 #931 - tidy up file planner code
add 5ac69cb6 #901 - add support for XML in sbom tooling
add 41ff0087 #901 - add support for SBOM conversion
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 (577d3875)
\
N -- N -- N refs/heads/cyclonedx_xml (41ff0087)
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:
atr/get/committees.py | 6 +-
atr/get/compose.py | 293 ++++++++++++++++++++-
atr/get/finish.py | 108 +-------
atr/post/__init__.py | 2 +
atr/post/{finish.py => compose.py} | 79 +-----
atr/post/finish.py | 46 ----
atr/shared/__init__.py | 2 +
atr/shared/{finish.py => compose.py} | 19 +-
atr/shared/finish.py | 23 +-
atr/shared/web.py | 199 --------------
atr/static/js/ts/create-a-jwt.js | 1 +
atr/static/js/ts/create-a-jwt.js.map | 2 +-
atr/static/js/ts/finish-selected-move.js.map | 1 -
.../ts/{finish-selected-move.js => move-files.js} | 2 +-
atr/static/js/ts/move-files.js.map | 1 +
.../ts/{finish-selected-move.ts => move-files.ts} | 0
atr/templates/check-selected.html | 8 +
atr/templates/committee-view.html | 21 +-
atr/web.py | 9 +-
playwright/test.py | 4 +-
tests/e2e/announce/test_get.py | 13 -
tests/e2e/compose/conftest.py | 2 +-
tests/e2e/compose/test_get.py | 13 +
tests/e2e/sbom/test_post.py | 8 +-
24 files changed, 367 insertions(+), 495 deletions(-)
copy atr/post/{finish.py => compose.py} (53%)
copy atr/shared/{finish.py => compose.py} (77%)
delete mode 100644 atr/static/js/ts/finish-selected-move.js.map
rename atr/static/js/ts/{finish-selected-move.js => move-files.js} (99%)
create mode 100644 atr/static/js/ts/move-files.js.map
rename atr/static/ts/{finish-selected-move.ts => move-files.ts} (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]