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/06/14 08:02:17 UTC

[GitHub] [airflow] potiuk opened a new pull request #16419: Adds automated generation of provider issue to track test progress

potiuk opened a new pull request #16419:
URL: https://github.com/apache/airflow/pull/16419


   Allows to automatically generate draft of the issue which can be
   used to track progress of testing released providers.


-- 
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] potiuk closed pull request #16419: Adds automated generation of provider issue to track test progress

Posted by GitBox <gi...@apache.org>.
potiuk closed pull request #16419:
URL: https://github.com/apache/airflow/pull/16419


   


-- 
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] potiuk commented on pull request #16419: Adds automated generation of provider issue to track test progress

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #16419:
URL: https://github.com/apache/airflow/pull/16419#issuecomment-864441536


   Updated


-- 
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] potiuk commented on pull request #16419: Adds automated generation of provider issue to track test progress

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #16419:
URL: https://github.com/apache/airflow/pull/16419#issuecomment-864251449






-- 
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] potiuk merged pull request #16419: Adds automated generation of provider issue to track test progress

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


   


-- 
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 #16419: Adds automated generation of provider issue to track test progress

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


   The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, 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 commented on a change in pull request #16419: Adds automated generation of provider issue to track test progress

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



##########
File path: .github/workflows/ci.yml
##########
@@ -320,8 +320,6 @@ jobs:
         uses: actions/checkout@v2
         with:
           persist-credentials: false
-          # Needs to fetch all history to be able to verify changelog generation
-          fetch-depth: 0

Review comment:
       Do we not need this anymore?




-- 
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] potiuk commented on a change in pull request #16419: Adds automated generation of provider issue to track test progress

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



##########
File path: .github/workflows/ci.yml
##########
@@ -320,8 +320,6 @@ jobs:
         uses: actions/checkout@v2
         with:
           persist-credentials: false
-          # Needs to fetch all history to be able to verify changelog generation
-          fetch-depth: 0

Review comment:
       We don't :)




-- 
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 #16419: Adds automated generation of provider issue to track test progress

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



##########
File path: BREEZE.rst
##########
@@ -2141,6 +2141,10 @@ This is the current syntax for  `./breeze <./breeze>`_:
 
           Runs the command in non-interactive mode.
 
+  --generate-providers-issue
+
+          Generate providers issue that should be created.

Review comment:
       ```suggestion
             Generate GitHub issue to track the changes in the provider release.
   ```
   
   Something like that WDYT?




-- 
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] potiuk commented on pull request #16419: Adds automated generation of provider issue to track test progress

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #16419:
URL: https://github.com/apache/airflow/pull/16419#issuecomment-860113417


   Fragment of the Issue content generated by this change:
   
   ![Screenshot 2021-06-12 23 32 40](https://user-images.githubusercontent.com/595491/121789486-93eaa380-cbd6-11eb-8fba-954d8bce912f.png)
   
   ![Screenshot 2021-06-12 23 32 23](https://user-images.githubusercontent.com/595491/121789488-95b46700-cbd6-11eb-953c-2e7298d51593.png)
   


-- 
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] potiuk commented on a change in pull request #16419: Adds automated generation of provider issue to track test progress

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



##########
File path: .github/workflows/ci.yml
##########
@@ -320,8 +320,6 @@ jobs:
         uses: actions/checkout@v2
         with:
           persist-credentials: false
-          # Needs to fetch all history to be able to verify changelog generation
-          fetch-depth: 0

Review comment:
       Fetching is done by the script - we are fetching from specially prepared read only remote https-something-for-providers - this way we make sure we fetch latest main always - no matter where we branched off - this way we will be warned in case there are already some changes merged that we did not rebase to




-- 
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