-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Display minutes for time #388
Open
LeoRosse
wants to merge
24
commits into
jkbrzt:master
Choose a base branch
from
pulsarplatform:display_minutes_for_time
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+349
−164
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e829685
Insert byminute function to totext to display minutes in daily case
LeoRosse 77b1251
Insert byminute function to totext to display minute
LeoRosse 72ccadc
Add function C to evaluate colon in daily case
LeoRosse d14b993
Add function C to display time in daily case
LeoRosse 37129c2
Add time to weekly case
LeoRosse be2e246
Add time in weekly case
LeoRosse cb7dea8
add time in monthly case
LeoRosse e394e50
add time in monthly case
LeoRosse f371f58
Upgrade weekly case
LeoRosse d078c02
Upgrade weekly case
LeoRosse b327eab
Upgrade monthly case
LeoRosse dc5572d
Upgrade monthly case
LeoRosse b1947f2
v1.0.2
LeoRosse 5cc96f1
Upgrade scripts
LeoRosse 23207be
Remove yarn from scripts
LeoRosse 46f1f7f
1.0.2-add-npmrc.23207be
LeoRosse c2b823d
Remove homepage from package json and fix repository for pulsar
LeoRosse 5e34153
Add .npmrc file
LeoRosse 5ea441a
Merge pull request #2 from pulsarplatform/add-npmrc
LeoRosse a20a6ed
v1.0.3
LeoRosse 7167eb1
Remove .npmrc file
LeoRosse b3c0dc8
Revert bad modify in package json
LeoRosse edc6474
Remove npm line command from package json
LeoRosse a5a3540
Remove 'run' from pre-commit
LeoRosse 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
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.
The main draw back with this approach is that lists of times are not supported though that may be intentional.
For example in the list case you would have to list all permutation for this to work
Personally, I think it's reasonable to limit this to one hour time combo to prevent confusion