This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch sbom_report_updates
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
discard 65b12ae Include a list of ignored components for inclusion in the
report, and include base path for SBOM generation
discard f51e7b5 Fix types - don't use model_extra! Also a slight tweak to the
dev shell script to get logs
discard 749f7bd Include source component on the conformance error model. Skip
missing component errors for "file" components as they don't have PURLs etc.
discard 02f18e2 Fix some wording and add a hyperlink to vulnerability details
add 804c442 Treat all script lint warnings as errors
add 08278a6 Add tests for the script on the voting page
add 02d058c Fix lint errors in the script to display the vote email
preview
add 4335de2 Move biome and oxlint to the standard lints configuration
add 6e2e7f5 Support .zip and fix support for .tgz. Fixes #421.
add f7d06f5 Split docker build into 3 stages, simplify dependencies, use
uv for python since we use it anyway, use buildkit for parallel
add a9ebf7a Use the script method to install syft
add cbf0806 Link to vulnerability details from report, include more info
in error model, don't error on missing PURL for files.
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 (65b12ae)
\
N -- N -- N refs/heads/sbom_report_updates (cbf0806)
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:
.dockerignore | 2 +-
.pre-commit-config.yaml | 23 ++++++
.pre-commit-heavy.yaml | 24 ------
Dockerfile.alpine | 78 ++++++++++++--------
Dockerfile.ubuntu | 117 +++++++++++++++++-------------
atr/post/draft.py | 2 +-
atr/static/js/src/vote-preview.js | 56 ++++++++++----
atr/templates/draft-tools.html | 2 +-
scripts/build | 2 +-
tests/e2e/announce/conftest.py | 2 +-
tests/e2e/compose/conftest.py | 2 +-
tests/e2e/report/conftest.py | 2 +-
tests/e2e/sbom/conftest.py | 2 +-
tests/e2e/vote/conftest.py | 2 +-
{atr => tests/e2e/voting}/__init__.py | 0
tests/e2e/{compose => voting}/conftest.py | 28 +++----
tests/e2e/voting/test_get.py | 95 ++++++++++++++++++++++++
17 files changed, 299 insertions(+), 140 deletions(-)
copy {atr => tests/e2e/voting}/__init__.py (100%)
copy tests/e2e/{compose => voting}/conftest.py (84%)
create mode 100644 tests/e2e/voting/test_get.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]