-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Business hour logic to routing and triage (#365)
* holiday config * add capability to add multiple offices per channel * add comment about using office for notify-for-triage * add more holiday logic * clean up moment tz installation * lot of tests :) * use 2023 chrimstas instead of 2022 * don't add date, just subtract loop counter for holidays * add test case for rerouted issues * initial businessHour logic seems to work * tests for business hours * fix case of last day of month * fix flaky issue notifier tests * remove it.only * add some comments * clean up some logic, variable renaming * fix bug related to utc time conversion, use moment for most of the logic * see if this fixes warnings * add full iso string to tests * completely refactor logic * fix typescript errors * rename some functions
- Loading branch information
1 parent
393bde6
commit c0de7a3
Showing
12 changed files
with
469 additions
and
184 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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
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
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
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
Oops, something went wrong.