Skip to content

[AIRFLOW-187][AIRFLOW-228][AIRFLOW-260][AIRFLOW-302] Many PR tool fixes#1642

Merged
asfgit merged 7 commits intoapache:masterfrom
jlowin:pr-tool-1
Jul 12, 2016
Merged

[AIRFLOW-187][AIRFLOW-228][AIRFLOW-260][AIRFLOW-302] Many PR tool fixes#1642
asfgit merged 7 commits intoapache:masterfrom
jlowin:pr-tool-1

Conversation

@jlowin
Copy link
Copy Markdown
Member

@jlowin jlowin commented Jul 1, 2016

Dear Airflow Maintainers,

Please accept this PR that addresses the following issues:

cc @criccomini (closes your issue AIRFLOW-228)
cc @bolkedebruin (first shot at closing your issue AIRFLOW-302 "The Bolke Correction"):
Previously, we always used the PR title as the squash commit subject.
Now, if the squash contains only one commit, then we use the commit
message for the squash commit message. If the squash contains more than
one commit, we default to the old behavior (using the PR title). We
still ask if the user wants to include the PR body, but we only ask if
they want to include the individual commits if there was more than one.

I haven't squashed the PR because it contains a large number of small fixes that don't share a common cause.

jlowin added 7 commits June 30, 2016 19:54
Previously, we always used the PR title as the squash commit subject.
Now, if the squash contains only one commit, then we use the commit
message for the squash commit message. If the squash contains more than
one commit, we default to the old behavior (using the PR title). We
still ask if the user wants to include the PR body, but we only ask if
they want to include the individual commits if there was more than one.
If the filter matched no version names, it would return an empty list
and the [0] index would fail.
If no version is found, the “.name” attribute can’t be accessed,
causing a crash.
Previously, the “fail” function was called, which exited the entire
program. By returning from this function, we allow the JIRA loop to
resume and users can continue closing other issues.
@codecov-io
Copy link
Copy Markdown

codecov-io commented Jul 1, 2016

Current coverage is 64.26%

Merging #1642 into master will increase coverage by 0.01%

@@             master      #1642   diff @@
==========================================
  Files           122        122          
  Lines          8562       8562          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           5501       5502     +1   
+ Misses         3061       3060     -1   
  Partials          0          0          

Powered by Codecov. Last updated by 0a94cae...8e0ac53

@criccomini
Copy link
Copy Markdown
Contributor

LGTM

@asfgit asfgit merged commit 8e0ac53 into apache:master Jul 12, 2016
asfgit pushed a commit that referenced this pull request Jul 12, 2016
@jlowin jlowin deleted the pr-tool-1 branch August 12, 2016 17:37
alekstorm pushed a commit to alekstorm/incubator-airflow that referenced this pull request Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants