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/26 20:22:41 UTC

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

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 07d0578  Update .github/ISSUE_TEMPLATE/bug_report.yml
 discard 1c51063  Update .github/ISSUE_TEMPLATE/bug_report.yml
 discard cac2f87  Update .github/ISSUE_TEMPLATE/bug_report.yml
 discard 5e4143e  Update .github/ISSUE_TEMPLATE/bug_report.yml
 discard 5c2cb20  Update .github/ISSUE_TEMPLATE/bug_report.yml
 discard 628e495  Update .github/ISSUE_TEMPLATE/bug_report.yml
 discard b43106a  Apply suggestions from code review
 discard caf5e15  Apply suggestions from code review
 discard 32257bf  Apply suggestions from code review
 discard 8d59518  Convert issue templates into forms
     add 933d863  Fix broken MSSQL test (#17797)
     add f02a34d  Fix provider.yaml errors due to exit(0) in test
     add b19009a  Convert issue templates into forms
     add 0a7d1b1  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   (07d0578)
            \
             N -- N -- N   refs/heads/form-in-issues (0a7d1b1)

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:
 .../{bug_report.yml => airflow_bug_report.yml}     |  23 +++--
 .../ISSUE_TEMPLATE/airflow_doc_issue_report.yml    |  59 +++++++++++
 ...report.yml => airflow_providers_bug_report.yml} | 108 ++++++++++++++++++---
 .github/ISSUE_TEMPLATE/feature_request.yml         |   2 +-
 .pre-commit-config.yaml                            |   6 +-
 .../amazon/aws/example_dags/example_local_to_s3.py |   4 +-
 .../local_to_s3.py => operators/s3_upload.py}      |   2 +-
 airflow/providers/amazon/provider.yaml             |   1 +
 airflow/providers/microsoft/psrp/provider.yaml     |  13 ++-
 .../pre_commit_check_provider_yaml_files.py        |  25 ++++-
 .../test_s3_upload.py}                             |  14 +--
 .../task/task_runner/test_standard_task_runner.py  |  56 ++++++-----
 12 files changed, 242 insertions(+), 71 deletions(-)
 copy .github/ISSUE_TEMPLATE/{bug_report.yml => airflow_bug_report.yml} (88%)
 create mode 100644 .github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml
 rename .github/ISSUE_TEMPLATE/{bug_report.yml => airflow_providers_bug_report.yml} (63%)
 rename airflow/providers/amazon/aws/{transfers/local_to_s3.py => operators/s3_upload.py} (98%)
 rename tests/providers/amazon/aws/{transfers/test_local_to_s3.py => operators/test_s3_upload.py} (89%)