Skip to content

Conversation

@ms32035
Copy link
Contributor

@ms32035 ms32035 commented Apr 4, 2018

JIRA

Description

  • Add support for Sendgrid categories passed via kwargs

Tests

  • Unit tests expanded

Commits

  • My commits all reference JIRA issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "How to write a good git commit message":

    1. Subject is separated from body by a blank line
    2. Subject is limited to 50 characters
    3. Subject does not end with a period
    4. Subject uses the imperative mood ("add", not "adding")
    5. Body wraps at 72 characters
    6. Body explains "what" and "why", not "how"
  • Passes git diff upstream/master -u -- "*.py" | flake8 --diff

@codecov-io
Copy link

Codecov Report

Merging #3188 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3188      +/-   ##
==========================================
- Coverage   74.21%   74.14%   -0.08%     
==========================================
  Files         193      193              
  Lines       14433    14433              
==========================================
- Hits        10712    10701      -11     
- Misses       3721     3732      +11
Impacted Files Coverage Δ
airflow/task/task_runner/bash_task_runner.py 93.33% <0%> (-6.67%) ⬇️
airflow/utils/helpers.py 51.14% <0%> (-2.88%) ⬇️
airflow/jobs.py 82.63% <0%> (-0.45%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c0c426...e8f0833. Read the comment docs.

@Fokko
Copy link
Contributor

Fokko commented Apr 9, 2018

I see you've refactored the existing tests. Please keep the original tests and add one with categories. So we test both cases, (1) without any categories given, (2) with explicit categories.

@ms32035
Copy link
Contributor Author

ms32035 commented Apr 9, 2018 via email

@Fokko
Copy link
Contributor

Fokko commented Apr 9, 2018

Ok @ms32035 Thanks for the explanation.

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@asfgit asfgit closed this in b3dea2f Apr 9, 2018
@ms32035 ms32035 deleted the sendgrid_categories branch November 7, 2018 15:37
aliceabe pushed a commit to aliceabe/incubator-airflow that referenced this pull request Jan 3, 2019
Closes apache#3188 from ms32035/sendgrid_categories
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.

3 participants