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 business days functions to Date and Date_Time #3726

Merged
merged 22 commits into from
Sep 22, 2022

Commits on Sep 21, 2022

  1. Add method signatures

    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c1da0f2 View commit details
    Browse the repository at this point in the history
  2. checkpoint

    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    96a4d63 View commit details
    Browse the repository at this point in the history
  3. Add tests for Date

    TODO once this is implemented we want an analogous test suite for
    Date_Time
    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e69b374 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4eb74d3 View commit details
    Browse the repository at this point in the history
  5. Take holidays into account

    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    2bca481 View commit details
    Browse the repository at this point in the history
  6. Add preliminary tests for Date_Time.work_days_until,

    some spec clarifications are still needed
    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    2a20b99 View commit details
    Browse the repository at this point in the history
  7. Prototype add_work_days

    Does not work yet (:
    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e9d50d7 View commit details
    Browse the repository at this point in the history
  8. Removed work_days_until from Date_Time as the notion is not really we…

    …ll-defined.
    
    Users can manually convert to Date and then the intent is much much clearer.
    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1dbbadd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09cb4fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98908ca View commit details
    Browse the repository at this point in the history
  11. fix a test

    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    fd3a430 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    86f40f5 View commit details
    Browse the repository at this point in the history
  13. Initial implementation for negative shift,

    still there may be some off by one error
    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9b0c38d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8317b18 View commit details
    Browse the repository at this point in the history
  15. changelog

    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4ed863d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5cf12fe View commit details
    Browse the repository at this point in the history
  17. formatting

    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    dee2d3f View commit details
    Browse the repository at this point in the history
  18. more docs

    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    68c4a0f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1f48800 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7adf4c1 View commit details
    Browse the repository at this point in the history
  21. cr

    radeusgd committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    de5d72d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    8a98ebc View commit details
    Browse the repository at this point in the history