You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/03/28 16:03:59 UTC

[airflow] branch mapped-task-drawer updated (db98a6a -> a422b64)

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

bbovenzi pushed a change to branch mapped-task-drawer
in repository https://gitbox.apache.org/repos/asf/airflow.git.


 discard db98a6a  Fix argument count errors
 discard 047fdcc  Merge branch 'main' into mapped-task-drawer
 discard e45d183  Anticipate when the 'Accept' header is not present
 discard d7fed4e  remove request as arg
 discard b0bfbe1  pass request as arg
 discard e1544fe  Clean up views.py endpoints
 discard a5dec48  Handle task/run action sideeffects by separating autorefresh and treeData hooks
 discard 713f85a  Address PR feedback
 discard 6dccc4a  revert useTreeData changes
 discard 6acdbaf  auto-refresh task instance details
 discard 45c1a18  autorefresh dag run details
 discard 60445c4  Improve button UX
 discard 9266c76  Fix TimezoneEvent import
 discard 171647e  Add timezone provider
 discard 31c5324  Fix task/run label, dialog focus, dag details overflow, panel open/close
 discard b49395d  Code cleanup and fix task clear
 discard c50cb55  Fix dialog scrolling
 discard 2f5f4e1  Update confirm modals for runs and tasks
 discard 54b2f5b  confirm mark task failed/success
 discard f0ed02c  fix extra links, hide local TZ if UTC,
 discard d7b2ca7  download log bug fixes
 discard 8a3cc5c  add extra links to TI details
 discard 84f771b  download logs and external logs
 discard ba1d769  update TI and DR buttons
 discard 2e36bf8  fix test with mock providers
 discard 107cffd  move ref and selection to providers
 discard 716b240  make UI and tree work with mapped tasks
     add ead6cc9  Fix indentation of the new notification entry (#22567)
     add ae6570f  Fixed sequence of starting an ARM instance (#22564)
     add 2f5a567  Use Airflow.Base.metadata in FAB models (#22353)
     add 46a3a98  make UI and tree work with mapped tasks
     add 26a430e  move ref and selection to providers
     add 28dbbe6  fix test with mock providers
     add fc5ff50  update TI and DR buttons
     add c80a36f  download logs and external logs
     add 6478a40  add extra links to TI details
     add 32b831e  download log bug fixes
     add 2b8a86b  fix extra links, hide local TZ if UTC,
     add 59b9b00  confirm mark task failed/success
     add a2c6eb6  Update confirm modals for runs and tasks
     add 302a246  Fix dialog scrolling
     add 08ae932  Code cleanup and fix task clear
     add 7793bac  Fix task/run label, dialog focus, dag details overflow, panel open/close
     add db949c6  Add timezone provider
     add e393899  Fix TimezoneEvent import
     add 76574b8  Improve button UX
     add 83a21c8  autorefresh dag run details
     add 028eea4  auto-refresh task instance details
     add c36dd1b  revert useTreeData changes
     add 6ddeecc  Address PR feedback
     add b7a467b  Handle task/run action sideeffects by separating autorefresh and treeData hooks
     add 7d48a13  Clean up views.py endpoints
     add 4891e82  pass request as arg
     add 643aed4  remove request as arg
     add c2d0bdb  Anticipate when the 'Accept' header is not present
     add a422b64  Fix argument count errors

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   (db98a6a)
            \
             N -- N -- N   refs/heads/mapped-task-drawer (a422b64)

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:
 .asf.yaml                                          |   5 +-
 .github/workflows/ci.yml                           |  11 +--
 airflow/migrations/env.py                          |   4 +-
 ...27fdd3_increase_length_of_email_and_username.py |   1 -
 ...on_for_fab_tables_to_add_missing_constraints.py | 108 +++++++++++++++++++++
 airflow/www/fab_security/sqla/models.py            |   6 +-
 docs/apache-airflow/migrations-ref.rst             |   4 +-
 tests/utils/test_db.py                             |  18 ----
 tests/www/test_security.py                         |   9 +-
 9 files changed, 134 insertions(+), 32 deletions(-)
 create mode 100644 airflow/migrations/versions/0106_909884dea523_update_migration_for_fab_tables_to_add_missing_constraints.py