You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/08 23:33:52 UTC

[GitHub] [airflow] kaxil opened a new pull request #14674: Add Documentation for Project Guidelines

kaxil opened a new pull request #14674:
URL: https://github.com/apache/airflow/pull/14674


   This document is a replacement of our Confluence WIKI for the
   guidelines agreed on the mailing list.
   
   We can expand on this doc as we agree around Providers release,
   some of the guidelines for core release, Helm chart etc.
   
   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
   In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on a change in pull request #14674: Add Documentation for Project Guidelines

Posted by GitBox <gi...@apache.org>.
kaxil commented on a change in pull request #14674:
URL: https://github.com/apache/airflow/pull/14674#discussion_r590697952



##########
File path: dev/PROJECT_GUIDELINES.md
##########
@@ -0,0 +1,64 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<!-- START doctoc generated TOC please keep comment here to allow auto update -->
+<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
+
+- [Overview](#overview)
+  - [Adding a Committer or PMC Member](#adding-a-committer-or-pmc-member)
+  - [Airflow Improvement Proposals (AIPs)](#airflow-improvement-proposals-aips)
+  - [Support for Airflow 1.10.x releases](#support-for-airflow-110x-releases)
+  - [Support for Backport Providers](#support-for-backport-providers)
+  - [Release Guidelines](#release-guidelines)
+
+<!-- END doctoc generated TOC please keep comment here to allow auto update -->
+
+
+# Overview
+
+This document describes all the guidelines that have been agreed upon by the committers and PMC
+members on the mailing list.
+
+## Adding a Committer or PMC Member
+
+[COMMITTERS.rst](../COMMITTERS.rst) contains the guidelines for adding a new Committer and promoting an existing
+Committer to a PMC member.
+
+## Airflow Improvement Proposals (AIPs)
+
+When voting on AIPs, both PMC members and committers have a binding vote.
+([Link](https://lists.apache.org/thread.html/ra22cb7799e62e451fc285dee29f9df1eb17c000535ca2911c322c797%40%3Cdev.airflow.apache.org%3E))
+
+## Support for Airflow 1.10.x releases
+
+The Airflow 1.10.x series will be supported for six months (June 17, 2021) from Airflow 2.0.0
+release date (Dec 17, 2020). Specifically, only 'critical fixes' defined as fixes to bugs
+that take down Production systems, will be backported to 1.10.x until Dec 17, 2020.

Review comment:
       Updated @eladkal 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] commented on pull request #14674: Add Documentation for Project Guidelines

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #14674:
URL: https://github.com/apache/airflow/pull/14674#issuecomment-794523402


   The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide that full test matrix is needed and add the 'full tests needed' label. Then you should rebase it to the latest master or amend the last commit of the PR, and push it with --force-with-lease.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil merged pull request #14674: Add Documentation for Project Guidelines

Posted by GitBox <gi...@apache.org>.
kaxil merged pull request #14674:
URL: https://github.com/apache/airflow/pull/14674


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] eladkal commented on a change in pull request #14674: Add Documentation for Project Guidelines

Posted by GitBox <gi...@apache.org>.
eladkal commented on a change in pull request #14674:
URL: https://github.com/apache/airflow/pull/14674#discussion_r590694890



##########
File path: dev/PROJECT_GUIDELINES.md
##########
@@ -0,0 +1,64 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<!-- START doctoc generated TOC please keep comment here to allow auto update -->
+<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
+
+- [Overview](#overview)
+  - [Adding a Committer or PMC Member](#adding-a-committer-or-pmc-member)
+  - [Airflow Improvement Proposals (AIPs)](#airflow-improvement-proposals-aips)
+  - [Support for Airflow 1.10.x releases](#support-for-airflow-110x-releases)
+  - [Support for Backport Providers](#support-for-backport-providers)
+  - [Release Guidelines](#release-guidelines)
+
+<!-- END doctoc generated TOC please keep comment here to allow auto update -->
+
+
+# Overview
+
+This document describes all the guidelines that have been agreed upon by the committers and PMC
+members on the mailing list.
+
+## Adding a Committer or PMC Member
+
+[COMMITTERS.rst](../COMMITTERS.rst) contains the guidelines for adding a new Committer and promoting an existing
+Committer to a PMC member.
+
+## Airflow Improvement Proposals (AIPs)
+
+When voting on AIPs, both PMC members and committers have a binding vote.
+([Link](https://lists.apache.org/thread.html/ra22cb7799e62e451fc285dee29f9df1eb17c000535ca2911c322c797%40%3Cdev.airflow.apache.org%3E))
+
+## Support for Airflow 1.10.x releases
+
+The Airflow 1.10.x series will be supported for six months (June 17, 2021) from Airflow 2.0.0
+release date (Dec 17, 2020). Specifically, only 'critical fixes' defined as fixes to bugs
+that take down Production systems, will be backported to 1.10.x until Dec 17, 2020.

Review comment:
       ```suggestion
   that take down Production systems, will be backported to 1.10.x until June 17, 2021.
   ```
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org