[Stable10] received shares must go into share_folder when configured#35396
Merged
karakayasemi merged 1 commit intostable10from May 31, 2019
Merged
[Stable10] received shares must go into share_folder when configured#35396karakayasemi merged 1 commit intostable10from
karakayasemi merged 1 commit intostable10from
Conversation
11 tasks
micbar
approved these changes
May 31, 2019
Codecov Report
@@ Coverage Diff @@
## stable10 #35396 +/- ##
==============================================
+ Coverage 64.65% 64.68% +0.02%
Complexity 20103 20103
==============================================
Files 1293 1293
Lines 76974 76976 +2
Branches 1300 1300
==============================================
+ Hits 49770 49793 +23
+ Misses 26820 26799 -21
Partials 384 384
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## stable10 #35396 +/- ##
==============================================
+ Coverage 64.65% 64.68% +0.02%
Complexity 20103 20103
==============================================
Files 1293 1293
Lines 76974 76976 +2
Branches 1300 1300
==============================================
+ Hits 49770 49793 +23
+ Misses 26820 26799 -21
Partials 384 384
Continue to review full report at Codecov.
|
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Backport of #35312
Description
Federates shares currently does not respect to configured share folder. This PR resolves this bug.
Related Issue
Motivation and Context
Resolving bug.
How Has This Been Tested?
Manually by following below steps:
Scenario 1
'share_folder' => 'test'toconfig.php's of first instancetestfolderScenario 2
'share_folder' => 'test'toconfig.php's of first instancetestfolderTypes of changes
Checklist: