You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/08/27 08:37:43 UTC

[airflow] branch form-in-issues updated (0a7d1b1 -> b995ffd)

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

potiuk pushed a change to branch form-in-issues
in repository https://gitbox.apache.org/repos/asf/airflow.git.


 discard 0a7d1b1  fixup! Convert issue templates into forms
 discard b19009a  Convert issue templates into forms
 discard f02a34d  Fix provider.yaml errors due to exit(0) in test
     add e18b6a6  Avoid redirect loop for users with no permissions (#17838)
     add 7f1ad08  Fix provider.yaml errors due to exit(0) in test
     add 87c4d49  Convert issue templates into forms
     add b995ffd  fixup! Convert issue templates into forms

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   (0a7d1b1)
            \
             N -- N -- N   refs/heads/form-in-issues (b995ffd)

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:
 .github/ISSUE_TEMPLATE/airflow_bug_report.yml      |  2 +-
 .../ISSUE_TEMPLATE/airflow_doc_issue_report.yml    |  2 +-
 .../airflow_providers_bug_report.yml               |  7 ++++-
 .../amazon/aws/example_dags/example_local_to_s3.py |  4 +--
 .../s3_upload.py => transfers/local_to_s3.py}      |  2 +-
 airflow/providers/amazon/provider.yaml             |  4 ++-
 airflow/www/auth.py                                | 18 ++++++++++--
 airflow/www/security.py                            |  6 ++++
 .../{no_roles.html => no_roles_permissions.html}   |  2 +-
 airflow/www/views.py                               | 14 ---------
 .../test_local_to_s3.py}                           | 14 ++++-----
 tests/www/test_security.py                         | 21 +++++++++++++
 tests/www/views/test_views_acl.py                  | 34 ++++++++++++++++------
 tests/www/views/test_views_base.py                 |  2 +-
 14 files changed, 90 insertions(+), 42 deletions(-)
 rename airflow/providers/amazon/aws/{operators/s3_upload.py => transfers/local_to_s3.py} (98%)
 rename airflow/www/templates/airflow/{no_roles.html => no_roles_permissions.html} (96%)
 rename tests/providers/amazon/aws/{operators/test_s3_upload.py => transfers/test_local_to_s3.py} (89%)