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

Add support for WEEK/DAY period #979

Closed
wants to merge 15 commits into from
Closed

Add support for WEEK/DAY period #979

wants to merge 15 commits into from

Commits on Mar 10, 2021

  1. Fix ignored period tests

    Mauko Quiroga committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    39bd57e View commit details
    Browse the repository at this point in the history
  2. Use fixtures

    Mauko Quiroga committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    98da1ec View commit details
    Browse the repository at this point in the history
  3. Add first test for week

    Mauko Quiroga committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a7b7495 View commit details
    Browse the repository at this point in the history
  4. Add several weeks

    Mauko Quiroga committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e844b56 View commit details
    Browse the repository at this point in the history
  5. Add weekdays

    Mauko Quiroga committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7b0f13f View commit details
    Browse the repository at this point in the history
  6. Replace day with DAY

    Mauko Quiroga committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c3883f0 View commit details
    Browse the repository at this point in the history
  7. Replace month/year with MONTH/YEAR

    Mauko Quiroga committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a7d271e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Test parsing weeks

    Mauko Quiroga committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    10cfec4 View commit details
    Browse the repository at this point in the history
  2. Test parsing weekdays

    Mauko Quiroga committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    8f580d4 View commit details
    Browse the repository at this point in the history
  3. Add weeks to instant check

    Mauko Quiroga committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    c557909 View commit details
    Browse the repository at this point in the history
  4. Add weeks to holders

    Mauko Quiroga committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2b992ec View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Add basic unit test to variables

    Mauko Quiroga committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    21729ed View commit details
    Browse the repository at this point in the history
  2. Add definition period test to variables

    Mauko Quiroga committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    74fd249 View commit details
    Browse the repository at this point in the history
  3. Add a first unit test to holders

    Mauko Quiroga committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    fcc978f View commit details
    Browse the repository at this point in the history
  4. Do not support weeks on divide by period

    Mauko Quiroga committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    abe326a View commit details
    Browse the repository at this point in the history