This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch dependabot/pip/gunicorn-22.0.0 in repository llvm-lnt.
discards ccb3035 Bump gunicorn from 19.9.0 to 22.0.0 adds ae5049e Add a temporary Lit feature to XFAIL tests that are currently [...] adds 4e467aa Disable fail-fast from CI job, allowing all failures and succ [...] adds b8ab486 Fix test that was using `not` in a shell script (#66) adds 7d7e489 Remove id-token permission for build workflow adds 9992e48 Move permissions in build workflow to top-level adds cd731d0 Pin Ubuntu version in build workflow adds 8fc27f4 Restore pinned versions in setup.py for now. adds 11c2d9e Pin Jinja2 to 2.11.3 (#67) adds e538304 Don't override PYTHONPATH in the Lit config (#69) adds 7d21dcd [NFC] Remove some trailing whitespace and a few other weirdly [...] adds 2b61b2b Fix broken samples API (#74) adds 4b174d5 Fix several tests failing due to missing CMAKE_OBJDUMP in CMa [...] adds 77e8659 Update installation instructions and run the installation tes [...] new a83dc10 Bump gunicorn from 19.9.0 to 22.0.0
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 (ccb3035) \ N -- N -- N refs/heads/dependabot/pip/gunicorn-22.0.0 (a83dc10)
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 "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .github/workflows/build.yaml | 7 +++-- .github/workflows/tox.yaml | 1 + docs/developer_guide.rst | 4 +-- docs/quickstart.rst | 31 ++++++------------ lnt/external/stats/stats.py | 40 ++++++++++++------------ lnt/lnttool/main.py | 3 +- lnt/server/db/testsuite.py | 5 +-- lnt/server/ui/api.py | 1 + lnt/server/ui/app.py | 3 +- lnt/server/ui/views.py | 2 +- lnt/tests/nt.py | 4 +-- requirements.client.txt | 18 ++++++++++- requirements.server.txt | 17 ++-------- requirements.txt | 2 +- setup.py | 30 ++++++++++-------- tests/lit.cfg | 10 ++---- tests/lnttool/submit.shtest | 10 +++--- tests/runtest/Inputs/test-suite-cmake/fake-cmake | 2 ++ tests/runtest/test_suite-c-compiler.shtest | 4 +-- tests/server/ui/V4Pages.py | 2 ++ tests/server/ui/test_api.py | 4 +-- tests/utils/Installation.py | 12 ------- tests/utils/installation-client.shtest | 8 +++++ tests/utils/installation-server.shtest | 8 +++++ 24 files changed, 116 insertions(+), 112 deletions(-) delete mode 100644 tests/utils/Installation.py create mode 100644 tests/utils/installation-client.shtest create mode 100644 tests/utils/installation-server.shtest