-
Notifications
You must be signed in to change notification settings - Fork 0
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 hour logic to routing and triage #365
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
17aea74
holiday config
hubertdeng123 b788ef1
add capability to add multiple offices per channel
hubertdeng123 90a50f9
add comment about using office for notify-for-triage
hubertdeng123 2e6a908
Merge branch 'hubertdeng123/allow-multiple-offices-per-channel' into …
hubertdeng123 96621bf
add more holiday logic
hubertdeng123 aa8ee23
merging master
hubertdeng123 2607bab
clean up moment tz installation
hubertdeng123 578eef6
lot of tests :)
hubertdeng123 6105f54
use 2023 chrimstas instead of 2022
hubertdeng123 1a096d1
don't add date, just subtract loop counter for holidays
hubertdeng123 0060b69
add test case for rerouted issues
hubertdeng123 397d415
Merge branch 'main' into hubertdeng123/add-business-hours
hubertdeng123 aa73337
Merge branch 'main' into hubertdeng123/add-business-hours
hubertdeng123 a3d2a37
initial businessHour logic seems to work
hubertdeng123 ccecd7b
tests for business hours
hubertdeng123 a1c81d6
fix case of last day of month
hubertdeng123 786a317
fix flaky issue notifier tests
hubertdeng123 5a79a68
remove it.only
hubertdeng123 728c39b
add some comments
hubertdeng123 36745f7
clean up some logic, variable renaming
hubertdeng123 645a36c
fix bug related to utc time conversion, use moment for most of the logic
hubertdeng123 99554f6
see if this fixes warnings
hubertdeng123 3bb8a59
add full iso string to tests
hubertdeng123 a3eccc4
completely refactor logic
hubertdeng123 368edb3
fix typescript errors
hubertdeng123 51358ef
rename some functions
hubertdeng123 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
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.
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.
this fixes flaky tests,
id
here isn't what we care aboutThere 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.
Good find!