-
Notifications
You must be signed in to change notification settings - Fork 82
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
New task-scheduling infrastructure. #73
Merged
Merged
Commits on Jun 3, 2015
-
New task-scheduling infrastructure.
This commit contains a major architectural revision: cleaning up our scheduling system. The original system scheduled tasks into the future; this system maintains the scheduling rules, but doesn't actually schedule anything until the user taps on it. We also: - centralized lots of code, making it easier to maintain and debug - made certain common features (schedule delays and task-expiration periods) data-driven instead of software-driven
Ron Conescu committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 08368ca - Browse repository at this point
Copy the full SHA 08368caView commit details
Commits on Jun 4, 2015
-
New task-scheduling infrastructure, take 2.
This commit contains a major architectural revision: cleaning up our scheduling system. The original system scheduled tasks into the future; this system maintains the scheduling rules, but doesn't actually schedule anything until the user taps on it. We also: - centralized lots of code, making it easier to maintain and debug - made certain common features (schedule delays and task-expiration periods) data-driven instead of software-driven This commit addresses concerns raised in the pull-request comments to my previous commit: - DataSubstrate has been re-consolidated (and extended) - superfluous files have been removed - formatting has (mostly) been preserved
Ron Conescu committedJun 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 4ae89a6 - Browse repository at this point
Copy the full SHA 4ae89a6View commit details -
Ron Conescu committed
Jun 4, 2015 Configuration menu - View commit details
-
Copy full SHA for e807a4d - Browse repository at this point
Copy the full SHA e807a4dView commit details -
Ron Conescu committed
Jun 4, 2015 Configuration menu - View commit details
-
Copy full SHA for d04597f - Browse repository at this point
Copy the full SHA d04597fView commit details
Commits on Jun 5, 2015
-
Ron Conescu committed
Jun 5, 2015 Configuration menu - View commit details
-
Copy full SHA for f0c2402 - Browse repository at this point
Copy the full SHA f0c2402View commit details -
Ron Conescu committed
Jun 5, 2015 Configuration menu - View commit details
-
Copy full SHA for f0dab2e - Browse repository at this point
Copy the full SHA f0dab2eView commit details
Commits on Jun 8, 2015
-
Responding to pull-request comments.
Ron Conescu committedJun 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 5c46280 - Browse repository at this point
Copy the full SHA 5c46280View commit details
Commits on Jun 10, 2015
-
Responding to pull-request comments.
Ron Conescu committedJun 10, 2015 Configuration menu - View commit details
-
Copy full SHA for f4a44a0 - Browse repository at this point
Copy the full SHA f4a44a0View commit details
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.