-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
refactor(cron): Use IAppConfig
for cron settings and migrate ajax cron away from jQuery
#46009
Conversation
87845ac
to
9120e21
Compare
Cool, Thank you 👍 |
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.
You need to adapt AccessFactory
to Access
constructor changes.
9120e21
to
e5d2c4e
Compare
e5d2c4e
to
e5464d7
Compare
/compile |
This comment was marked as resolved.
This comment was marked as resolved.
b225d62
to
18b90be
Compare
unit tests are still failing |
18b90be
to
04f9744
Compare
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
04f9744
to
25361b0
Compare
I think it will be easier to manually backport the changes to the base command for 29 and thus removed the backport request. |
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.
- Login
- occ commands
- core-ajax-cron.js only loaded for ajax
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
25361b0
to
4f79076
Compare
Summary
This contains two refactor commits for background job / cron settings:
IAppConfig
for setting of cron type (ajax, web-cron, cron)Checklist