This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch inrcease-grid-font
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 7a914ff0b2 Increase font sizes across grid view
add a1fd82f2a5 Fix state and try number for failed mapped tasks (#22757)
add db9165fbaa Remove extraneous treeData fields (#22763)
add e1aa7d9272 Move tests under correct test class (#22768)
add 279565022b Consider mapped upstream in TriggerRuleDep (#22583)
add 9322c3e5f2 Remove task group mapping for now (#22518)
add ccb16404d8 Add map_index to Log model (#22274)
add cfe7c3f456 remove json parse for gantt chart (#22780)
add a07bb9b936 Add summary of runs to dag details (#22766)
add 7361c6dada Prevent meta name clash for task instances (#22783)
new f1c002b1fd Increase font sizes across grid view
new a835cca820 Fix button sizes
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 (7a914ff0b2)
\
N -- N -- N refs/heads/inrcease-grid-font (a835cca820)
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.
The 2 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/decorators/task_group.py | 55 +----
...y => 0107_75d5ed6c2b43_add_map_index_to_log.py} | 26 +--
airflow/models/baseoperator.py | 21 +-
airflow/models/log.py | 15 +-
airflow/models/taskinstance.py | 30 ++-
airflow/models/taskmixin.py | 4 +-
airflow/models/xcom.py | 4 +-
airflow/models/xcom_arg.py | 15 +-
airflow/serialization/serialized_objects.py | 10 +-
airflow/ti_deps/deps/trigger_rule_dep.py | 41 +++-
airflow/utils/task_group.py | 31 +--
airflow/www/static/js/tree/details/content/Dag.jsx | 124 +++++++----
.../js/tree/details/content/dagRun/index.jsx | 2 +-
.../tree/details/content/taskInstance/Details.jsx | 21 +-
.../details/content/taskInstance/ExtraLinks.jsx | 1 +
.../js/tree/details/content/taskInstance/Logs.jsx | 2 +
.../js/tree/details/content/taskInstance/Nav.jsx | 14 +-
.../js/tree/details/content/taskInstance/index.jsx | 52 +++--
.../content/taskInstance/taskActions/Clear.jsx | 12 +-
.../taskInstance/taskActions/MarkFailed.jsx | 12 +-
.../taskInstance/taskActions/MarkSuccess.jsx | 10 +-
.../content/taskInstance/taskActions/Run.jsx | 5 +-
airflow/www/static/js/tree/treeDataUtils.js | 2 +-
airflow/www/templates/airflow/dag.html | 2 +-
airflow/www/templates/airflow/gantt.html | 5 +-
airflow/www/utils.py | 22 +-
docs/apache-airflow/migrations-ref.rst | 4 +-
tests/jobs/test_scheduler_job.py | 244 ++++++++++-----------
tests/models/test_dagrun.py | 51 +++++
tests/models/test_taskinstance.py | 32 +++
tests/serialization/test_dag_serialization.py | 38 +---
tests/ti_deps/deps/test_trigger_rule_dep.py | 8 +-
tests/utils/test_task_group.py | 86 +-------
33 files changed, 485 insertions(+), 516 deletions(-)
copy
airflow/migrations/versions/{0096_587bdf053233_adding_index_for_dag_id_in_job.py
=> 0107_75d5ed6c2b43_add_map_index_to_log.py} (64%)