-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Added support for New Zealand #13
Merged
stelgenhof
merged 21 commits into
azuyalabs:master
from
badams:new_zealand_holiday_provider
Apr 9, 2016
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
da46215
Adding base New Zealand holiday provider
badams 19b67cb
Adding tests for ANZAC day, fixed ANZAC start date and "Mondayisation"
badams eba6df9
Fixing start date of Queens birthdat celebration
badams 7ec4151
Adding tests for Queens Birthday
badams 42e9b0a
Adding Tests for Labour Day
badams 477929e
Adding NewZealand testsuite config
badams f06d7f6
Updating Waitangi Day calculation and adding tests
badams 535f0b9
Adding NotHoliday tests to national holidays
badams 2db27f3
Merge branch 'master' into new_zealand_holiday_provider
badams 90822be
Refactored New Year Holidays, Adding tests
badams 1817028
Refactoring xmas holiday calculations and added tests.
badams ff95546
cleaned up NewZealand::calculateNewYearHolidays()
badams c02f284
updating doc blocks
badams b84a8a5
More tests
badams e092a68
Adding translations for unique holiday names
badams b3b0f27
Merging upstream changes
badams 21a402d
Replacing hardcoded list of ANZAC dates
badams 07010c2
Refactoring HolidayDataProvider implementations in NZ test suite
badams 4c89184
Merging changes from upstream
badams 4537cb7
Merge branch 'master' into new_zealand_holiday_provider
badams 8b42aa6
Code style fixes
badams File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stelgenhof does this look okay?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, looks great! BTW There have been some new commits after your created this PR, so might want to sync up your PR :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I'll update the rest of the tests