This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a change to branch improve-warning-system
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard d8fdf34e29 Revert some accidental changes
discard 8469e5db44 Update example in docs
discard 90515102a3 Add warnings summarizer
discard df938f1d57 Make plugin works withing xdists workers
discard 1b40aaa382 Add group based on where warnings raised
discard 9ce6398287 Change capture warnings output format to the JSON
add 5f96fee9be Change capture warnings output format to the JSON
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 (d8fdf34e29)
\
N -- N -- N refs/heads/improve-warning-system (5f96fee9be)
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:
scripts/ci/testing/summarize_captured_warnings.py | 135 ++++++++++++----------
tests/_internals/capture_warnings.py | 8 +-
2 files changed, 77 insertions(+), 66 deletions(-)