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

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


 discard 945a0e2  Recheck playwright error
 discard 73baed5  Proper jinja block use
 discard e83bc7f  Revert "Cleanup head data whitespace #372"
 discard ebc396f  Cleanup head data whitespace #372
 discard 64963db  Responsive point for top nav hamburger
 discard b047aea  Hamburger drop down
 discard 189448a  New top nav menus
     add a2d6263  Add to tooling team
     add f3dd364  Remove former team members
     add 613e2ac  Admin users are configuration
     add f7e8294  Fix a bug where signatures are duplicated on vote resolution 
emails
     add 5b5381a  Add code conventions for shell scripts and OCI container files
     add 1a75e9e  Add a minimal end to end test framework
     add 0da6f2e  Use a more recent version of Playwright
     add fa6fae2  Add a couple of simple public route tests
     add 67d5c39  Update the Playwright test imports to match conventions
     add 415bd76  Add a couple of public policy route tests
     add 6a55286  Add an initial test for an authenticated route
     add 28a28a9  Ensure that paths are tracked correctly when creating an SBOM 
file
     add 5d85a8b  Add pip-audit to the standard lints
     add 87d5314  Fix a bug with augmenting SBOM files
     add 3ed3ab8  Cleanup titles and content description metadata (#396)
     add 6e06f9b  New top nav menus
     add c0478d9  Hamburger drop down
     add faa90e8  Responsive point for top nav hamburger
     add 7db17f3  Cleanup head data whitespace #372
     add 419f0f0  Revert "Cleanup head data whitespace #372"
     add 47b7673  Proper jinja block use
     add 67d50f1  Recheck playwright error

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   (945a0e2)
            \
             N -- N -- N   refs/heads/topnavbar-clean (67d50f1)

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:
 .gitignore                                         |   2 +-
 .pre-commit-config.yaml                            |   4 +
 atr/config.py                                      |   3 +-
 atr/datasources/apache.py                          |   4 +-
 atr/docs/code-conventions.md                       |  22 ++
 atr/post/draft.py                                  |   5 +
 atr/sbom/conformance.py                            |   2 +
 atr/storage/writers/vote.py                        |  16 +-
 atr/templates/about.html                           |   8 +-
 atr/templates/blank.html                           |  10 +-
 atr/templates/check-selected.html                  |  10 +-
 atr/templates/committee-directory.html             |  10 +-
 atr/templates/committee-view.html                  |  10 +-
 atr/templates/delete-committee-keys.html           |   8 +-
 atr/templates/download-all.html                    |  10 +-
 atr/templates/draft-tools.html                     |  10 +-
 atr/templates/error.html                           |  10 +-
 atr/templates/index-committer.html                 |   8 +-
 atr/templates/index-public.html                    |   8 +-
 atr/templates/notfound.html                        |  10 +-
 atr/templates/project-select.html                  |   8 +-
 atr/templates/projects.html                        |  10 +-
 atr/templates/release-select.html                  |   8 +-
 atr/templates/releases-finished.html               |  10 +-
 atr/templates/releases.html                        |  10 +-
 atr/templates/report-selected-path.html            |  10 +-
 atr/templates/resolve-tabulated.html               |  10 +-
 atr/templates/tutorial.html                        |  25 +--
 playwright/test.py                                 | 240 ++++++++++-----------
 pyproject.toml                                     |   2 +
 tests/Dockerfile.e2e                               |   6 +
 tests/Dockerfile.playwright                        |   2 +-
 tests/docker-compose.yml                           |  13 ++
 {atr => tests/e2e}/__init__.py                     |   0
 .../constants/version.py => tests/e2e/conftest.py  |   7 +-
 atr/blueprints/icons.py => tests/e2e/helpers.py    |  17 +-
 {atr => tests/e2e/root}/__init__.py                |   0
 .../models/bundle.py => tests/e2e/root/conftest.py |  31 ++-
 .../e2e/root/test_get.py                           |  36 ++--
 tests/run-e2e.sh                                   |   9 +
 tests/run-tests.sh                                 |   2 +-
 uv.lock                                            |  51 +++++
 42 files changed, 398 insertions(+), 279 deletions(-)
 create mode 100644 tests/Dockerfile.e2e
 copy {atr => tests/e2e}/__init__.py (100%)
 copy atr/sbom/constants/version.py => tests/e2e/conftest.py (85%)
 copy atr/blueprints/icons.py => tests/e2e/helpers.py (68%)
 copy {atr => tests/e2e/root}/__init__.py (100%)
 copy atr/sbom/models/bundle.py => tests/e2e/root/conftest.py (62%)
 copy scripts/integrity_check.py => tests/e2e/root/test_get.py (52%)
 mode change 100755 => 100644
 create mode 100755 tests/run-e2e.sh


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

Reply via email to