Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use one-based day of week for aws cron expressions #120

Merged
merged 1 commit into from
Nov 14, 2020

Conversation

schottra
Copy link
Contributor

@schottra schottra commented Nov 13, 2020

TL;DR

Fixed a display issue for AWS-style cron expressions using an integer day-of-week field. We need to parse those expressions using a one-based index.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Unit tests added

Tracking Issue

flyteorg/flyte#616

Follow-up issue

NA

@codecov-io
Copy link

codecov-io commented Nov 14, 2020

Codecov Report

Merging #120 (f2d19f9) into master (d174b24) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #120   +/-   ##
=======================================
  Coverage   70.74%   70.74%           
=======================================
  Files         387      387           
  Lines        6516     6516           
  Branches     1049     1049           
=======================================
  Hits         4610     4610           
  Misses       1906     1906           
Impacted Files Coverage Δ
src/common/formatters.ts 99.13% <100.00%> (ø)

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 f0ba33e...f2d19f9. Read the comment docs.

@service-github-lyft-semantic-release
Copy link
Contributor

🎉 This PR is included in version 0.17.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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