You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/02 00:20:54 UTC

[GitHub] [incubator-druid] jihoonson opened a new pull request #7817: Add a script to find missing backports

jihoonson opened a new pull request #7817: Add a script to find missing backports
URL: https://github.com/apache/incubator-druid/pull/7817
 
 
   This PR adds a script to find missing backports. The script does the below:
   
   - Find all commits between the previous release and the current release branches (e.g., 0.14.0-incubating and 0.15.0-incubating), and add the commit messages of those commits to a set called `release_pr_subjects`.
   - Lists all PRs from Github and filter them out with the given milestone.
     - This should be improved in the future to use `https://developer.github.com/v4/object/milestone/`. I tried, but it looks that this API currently has some bug.
   - The backport of the PR is missing if its title is missing in `release_pr_subjects`.
   
   The followings are regarded as the PR title.
   - The commit message in the master branch.
   - The commit message in the PR itself if there's a single commit.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org