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


    omit 5c6240c690 Revert some accidental changes
    omit df4a571173 Update example in docs
    omit 0877981523 Add warnings summarizer
    omit 8113d2262b Make plugin works withing xdists workers
    omit 6efde2c056 Add group based on where warnings raised
    omit bb5e9184ba Change capture warnings output format to the JSON
     add 8507ad9e54 Mark WASB blob tests as DB tests (#38963)
     add db8471cc07 Make handling of connection by fs/adls.py closer to that of 
WasbHook and add unit tests. (#38747)
     add c3bb80da93 Remove button for reset my password when we have reset 
password (#38957)
     add d39367bcbf Fix try_number handling when db isolation enabled (#38943)
     add 8fad98d34d (external_task.py): changed the background color of 
external task in graph (#38969)
     add 5f6f4a5f46 Fix calendar view with no DAG Run. (#38964)
     add 61501796ca Fix `sql_alchemy_engine_args` config example (#38971)
     add 259bc1c7b8 Fix Mypy error introduced in main (#38975)
     add ed99893853 Fix `DbApiHook.insert_rows` when `rows` is a generator 
(#38972)
     add c450cbfbf9 Make default_action_log an RPC function (#38946)
     add 311f2dd3ff Remove unnecessary logs from test output (#38974)
     add d03ba594b3 Use debug level for minischeduler skip (#38976)
     add 9ce6398287 Change capture warnings output format to the JSON
     add 1b40aaa382 Add group based on where warnings raised
     add df938f1d57 Make plugin works withing xdists workers
     add 90515102a3 Add warnings summarizer
     add 8469e5db44 Update example in docs
     add d8fdf34e29 Revert some accidental changes

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   (5c6240c690)
            \
             N -- N -- N   refs/heads/improve-warning-system (d8fdf34e29)

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:
 airflow/api_internal/endpoints/rpc_api_endpoint.py |   4 +-
 airflow/config_templates/config.yml                |   2 +-
 airflow/models/dagrun.py                           |   1 -
 airflow/models/taskinstance.py                     |  31 +++++-
 airflow/providers/common/sql/hooks/sql.py          |   5 +-
 airflow/providers/fab/auth_manager/views/user.py   |   1 +
 airflow/providers/microsoft/azure/fs/adls.py       |  62 ++++++++++-
 airflow/providers/microsoft/azure/hooks/wasb.py    |  34 +-----
 airflow/providers/microsoft/azure/utils.py         |  34 ++++++
 airflow/sensors/external_task.py                   |   4 +-
 airflow/serialization/pydantic/taskinstance.py     |   1 -
 airflow/utils/cli_action_loggers.py                |  80 +++++++++----
 airflow/utils/log/file_task_handler.py             |  13 ++-
 airflow/www/static/js/dag/details/dag/Calendar.tsx |   6 +-
 tests/always/test_project_structure.py             |   1 -
 tests/conftest.py                                  |  11 ++
 tests/models/test_mappedoperator.py                |   4 -
 tests/models/test_taskinstance.py                  |  15 ++-
 .../providers/microsoft/azure/fs}/__init__.py      |   0
 tests/providers/microsoft/azure/fs/test_adls.py    | 124 +++++++++++++++++++++
 tests/providers/microsoft/azure/test_utils.py      |  28 +++++
 .../microsoft/azure/triggers/test_wasb.py          |   6 +-
 22 files changed, 382 insertions(+), 85 deletions(-)
 copy {airflow/api/auth => tests/providers/microsoft/azure/fs}/__init__.py 
(100%)
 create mode 100644 tests/providers/microsoft/azure/fs/test_adls.py

Reply via email to