[AIRFLOW-1091] Add script that can compare jira target against merges#2231
Closed
bolkedebruin wants to merge 1 commit intoapache:masterfrom
Closed
[AIRFLOW-1091] Add script that can compare jira target against merges#2231bolkedebruin wants to merge 1 commit intoapache:masterfrom
bolkedebruin wants to merge 1 commit intoapache:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2231 +/- ##
==========================================
+ Coverage 68.73% 68.77% +0.03%
==========================================
Files 142 142
Lines 10926 10926
==========================================
+ Hits 7510 7514 +4
+ Misses 3416 3412 -4
Continue to review full report at Codecov.
|
Contributor
|
I had to pip install |
Contributor
|
This is awesome. Ran the script, and it appears to work as expected! |
Contributor
|
Couple of nits, but other than that, LGTM |
Contributor
|
Make sure to update the release wiki, too. :) |
criccomini
reviewed
Apr 12, 2017
dev/airflow-jira
Outdated
dev/airflow-jira
Outdated
ebf30d3 to
91da8bc
Compare
When working towards a release it is convenient to be able to compare what has been merged into the current branch and what has not.
91da8bc to
98424da
Compare
alekstorm
pushed a commit
to alekstorm/incubator-airflow
that referenced
this pull request
Jun 1, 2017
When working towards a release it is convenient to be able to compare what has been merged into the current branch and what has not. Closes apache#2231 from bolkedebruin/AIRFLOW-1091
stverhae
pushed a commit
to stverhae/incubator-airflow
that referenced
this pull request
Jun 6, 2017
When working towards a release it is convenient to be able to compare what has been merged into the current branch and what has not. Closes apache#2231 from bolkedebruin/AIRFLOW-1091
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dear Airflow maintainers,
Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
JIRA
Description
When working towards a release it is convenient to be able to compare
what has been merged into the current branch and what has not.
Tests
Commits
@criccomini enjoy! (works only in the current branch at the moment)