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

jedcunningham pushed a change to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 838b97c9a0 Fix release date for 2.3.1
     new 4ba96b836b Exclude missing tasks from the gantt view (#23627)
     new 7ee739bb92 Simplify flash message for _airflow_moved tables (#23635)
     new 14b1ea9aba Enable clicking on DAG owner in autocomplete dropdown 
(#23804)
     new 7f4a833798 Fix UnboundLocalError when sql is empty list in DbApiHook 
(#23816)
     new ecbae242c6 Add __wrapped__ property to _TaskDecorator (#23830)
     new f0122053a7 Fix exception trying to display moved table warnings 
(#23837)
     new 6decd20c96 Remove redundant register exit signals in `dag-processor` 
command (#23886)
     new a88900c8a7 Prevent UI from crashing if grid task instances are null 
(#23939)
     new 2560dd50c4 Fix and speed up grid view (#23947)

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/cli/commands/dag_processor_command.py      |   2 -
 airflow/decorators/base.py                         |  10 +-
 airflow/hooks/dbapi.py                             |   5 +
 airflow/www/static/js/dags.js                      |  11 +-
 airflow/www/static/js/grid/renderTaskRows.jsx      |   2 +-
 airflow/www/static/js/grid/renderTaskRows.test.jsx | 140 +++++++++++++--------
 airflow/www/templates/airflow/dags.html            |  26 ++--
 airflow/www/utils.py                               |  57 +++++----
 airflow/www/views.py                               |  31 +++--
 tests/decorators/test_python.py                    |  17 +++
 tests/hooks/test_dbapi.py                          |   5 +
 tests/www/views/test_views_acl.py                  |  10 +-
 tests/www/views/test_views_graph_gantt.py          |  54 +++++++-
 13 files changed, 256 insertions(+), 114 deletions(-)

Reply via email to