Skip to content
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

[stable10] Add background:execute occ command for running cron jobs manually #34995

Merged
merged 4 commits into from
Apr 9, 2019

Conversation

phil-davis
Copy link
Contributor

Backport #31617

@mmattel
Copy link
Contributor

mmattel commented Apr 9, 2019

Docs issue: owncloud/docs#290

@codecov
Copy link

codecov bot commented Apr 9, 2019

Codecov Report

Merging #34995 into stable10 will decrease coverage by 0.01%.
The diff coverage is 54.78%.

Impacted file tree graph

@@              Coverage Diff               @@
##             stable10   #34995      +/-   ##
==============================================
- Coverage       64.27%   64.26%   -0.02%     
- Complexity      20010    20039      +29     
==============================================
  Files            1283     1285       +2     
  Lines           76694    76801     +107     
  Branches         1307     1307              
==============================================
+ Hits            49298    49355      +57     
- Misses          27015    27065      +50     
  Partials          381      381
Flag Coverage Δ Complexity Δ
#javascript 53.01% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.46% <54.78%> (-0.02%) 20039 <25> (+29)
Impacted Files Coverage Δ Complexity Δ
lib/private/BackgroundJob/JobList.php 74% <ø> (ø) 33 <0> (ø) ⬇️
core/register_command.php 0% <0%> (ø) 0 <0> (ø) ⬇️
lib/private/BackgroundJob/Job.php 100% <100%> (ø) 11 <0> (+2) ⬆️
core/Command/Background/Queue/Status.php 100% <100%> (ø) 4 <0> (ø) ⬇️
core/Command/Background/Queue/Execute.php 100% <100%> (ø) 8 <8> (?)
core/Command/Background/Queue/Delete.php 100% <100%> (ø) 4 <0> (ø) ⬇️
lib/private/Log/CommandLogger.php 4.54% <4.54%> (ø) 17 <17> (?)
lib/private/BackgroundJob/TimedJob.php 63.63% <52.94%> (-36.37%) 5 <0> (+2)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32f1b97...5dbedfb. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 9, 2019

Codecov Report

Merging #34995 into stable10 will decrease coverage by 0.01%.
The diff coverage is 54.78%.

Impacted file tree graph

@@              Coverage Diff               @@
##             stable10   #34995      +/-   ##
==============================================
- Coverage       64.27%   64.26%   -0.02%     
- Complexity      20010    20039      +29     
==============================================
  Files            1283     1285       +2     
  Lines           76694    76801     +107     
  Branches         1307     1307              
==============================================
+ Hits            49298    49355      +57     
- Misses          27015    27065      +50     
  Partials          381      381
Flag Coverage Δ Complexity Δ
#javascript 53.01% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.46% <54.78%> (-0.02%) 20039 <25> (+29)
Impacted Files Coverage Δ Complexity Δ
lib/private/BackgroundJob/JobList.php 74% <ø> (ø) 33 <0> (ø) ⬇️
core/register_command.php 0% <0%> (ø) 0 <0> (ø) ⬇️
lib/private/BackgroundJob/Job.php 100% <100%> (ø) 11 <0> (+2) ⬆️
core/Command/Background/Queue/Status.php 100% <100%> (ø) 4 <0> (ø) ⬇️
core/Command/Background/Queue/Execute.php 100% <100%> (ø) 8 <8> (?)
core/Command/Background/Queue/Delete.php 100% <100%> (ø) 4 <0> (ø) ⬇️
lib/private/Log/CommandLogger.php 4.54% <4.54%> (ø) 17 <17> (?)
lib/private/BackgroundJob/TimedJob.php 63.63% <52.94%> (-36.37%) 5 <0> (+2)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32f1b97...5dbedfb. Read the comment docs.

@PVince81 PVince81 merged commit a503a48 into stable10 Apr 9, 2019
@PVince81 PVince81 deleted the stable10-occ-bgjob branch April 9, 2019 15:38
@PVince81 PVince81 added this to the QA milestone Apr 12, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants