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

[FEATURE] add --all option #46

Closed
wants to merge 1 commit into from

Conversation

Kanti
Copy link
Member

@Kanti Kanti commented Jan 26, 2019

add --all option to ignore excludes

@Kanti Kanti added this to the Initial Release 1.0 milestone Jan 26, 2019
@Kanti Kanti requested a review from ChrisB9 January 26, 2019 08:37
@Kanti Kanti added this to In progress in Version 1.0.0 via automation Jan 26, 2019
@Kanti Kanti mentioned this pull request Jan 26, 2019
4 tasks
@codecov
Copy link

codecov bot commented Jan 26, 2019

Codecov Report

Merging #46 into feature/cleanup-dry-run will decrease coverage by 0.16%.
The diff coverage is 86.36%.

Impacted file tree graph

@@                      Coverage Diff                      @@
##             feature/cleanup-dry-run      #46      +/-   ##
=============================================================
- Coverage                      84.37%   84.21%   -0.17%     
- Complexity                       300      302       +2     
=============================================================
  Files                             32       32              
  Lines                            832      836       +4     
=============================================================
+ Hits                             702      704       +2     
- Misses                           130      132       +2
Impacted Files Coverage Δ Complexity Δ
src/Cli/SyncCliCommand.php 0% <0%> (ø) 2 <0> (ø) ⬇️
src/Command/DatabaseCommand.php 100% <100%> (ø) 32 <8> (+1) ⬆️
src/Command/CommandGenerator.php 100% <100%> (ø) 10 <5> (ø) ⬇️
src/Controller.php 41.66% <100%> (ø) 7 <4> (ø) ⬇️
src/Command/RsyncCommand.php 100% <100%> (ø) 34 <14> (+1) ⬆️

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 1991590...ec83af3. Read the comment docs.

* @return string[]
*/
public function syncCommands(string $from, string $to, string $currentHost): array
public function syncCommands(string $from, string $to, string $currentHost, bool $all): array
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the bool $all should have a default value, per default it should sync everything

@Kanti
Copy link
Member Author

Kanti commented Jan 29, 2019

included in #50.

@Kanti Kanti closed this Jan 29, 2019
Version 1.0.0 automation moved this from In progress to Done Jan 29, 2019
@Kanti Kanti deleted the feature/all-option branch January 29, 2019 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Version 1.0.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants