dbsaver icon indicating copy to clipboard operation
dbsaver copied to clipboard

Added backup custom periodicity support

Open bastien70 opened this issue 3 years ago • 1 comments

See #68

All that remains is to modify the documentation.

bastien70 avatar Aug 01 '22 14:08 bastien70

Codecov Report

Merging #73 (3a7dd0d) into main (b7a5716) will increase coverage by 1.10%. The diff coverage is 89.00%.

@@             Coverage Diff              @@
##               main      #73      +/-   ##
============================================
+ Coverage     85.00%   86.11%   +1.10%     
- Complexity      395      419      +24     
============================================
  Files            61       63       +2     
  Lines          1394     1491      +97     
============================================
+ Hits           1185     1284      +99     
+ Misses          209      207       -2     
Impacted Files Coverage Δ
src/EventSubscriber/DatabaseSubscriber.php 0.00% <0.00%> (ø)
src/Entity/Database.php 96.93% <50.00%> (-3.07%) :arrow_down:
src/Entity/Embed/BackupTask.php 86.66% <86.66%> (ø)
src/Command/BackupCommand.php 96.96% <100.00%> (+0.19%) :arrow_up:
src/Controller/Admin/DatabaseCrudController.php 95.62% <100.00%> (+0.92%) :arrow_up:
src/Entity/Enum/BackupTaskPeriodicity.php 100.00% <100.00%> (ø)
src/Service/BackupService.php 94.59% <100.00%> (+20.35%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Aug 01 '22 14:08 codecov-commenter

Docs should be updated I guess

Maybe in a new PR after merged the 3 others ? Since there are a lot of changes in the doc between the different PRs, I might as well do it in another one right after

bastien70 avatar Aug 15 '22 08:08 bastien70

Sure

jmsche avatar Aug 15 '22 08:08 jmsche