We could be using README.md instead of README.txt to make use of the nicer rendering via markdown.
Now that we've moved to GitLab, we should probably use Markdown instead of plain .txt files for our documentation
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | README.d-updated-MR5.png | 305.12 KB | clarkssquared |
| #14 | 3319944-applying-MR-updated.png | 91.79 KB | clarkssquared |
| #11 | 3319944-after.png | 295.29 KB | clarkssquared |
| #11 | 3319944-applying-MR.png | 185.17 KB | clarkssquared |
| #11 | 3319944-before.png | 250.09 KB | clarkssquared |
Issue fork config_rewrite-3319944
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
nitapawar commentedComment #3
Manoj Raj.R commentedReviewed this patch.
#2 patch looks good to me.
Found nil error.
can be moved to RTBC.
Comment #4
Sonal Gyanani commentedComment #6
Sonal Gyanani commentedFixed formatting issue according to Readme.md template format.
Please review.
Thanks
Comment #7
Manoj Raj.R commentedComment #8
Manoj Raj.R commentedFixed some fixes which has other module reference.
Please review.
Comment #9
Manoj Raj.R commentedComment #10
nupur badola commentedIssue is still exists in the patch.
Comment #11
clarkssquared commentedHi
I also encountered the same issue as I tried to apply MR !5 to my local.
config_rewrite git:(8.x-1.5) curl https://git.drupalcode.org/project/config_rewrite/-/merge_requests/5.diff | git apply -v
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3642 0 3642 0 0 1078 0 --:--:-- 0:00:03 --:--:-- 1082
:9: trailing whitespace.
The Configuration Rewrite module rewrites existing configuration on module
:11: trailing whitespace.
in the config directory. Stops with an error, if you are going to rewrite
:15: trailing whitespace.
This can be handy, if you like to overwrite existing configuration
:17: trailing whitespace.
use install or update hooks. You can just place your configuration
:19: trailing whitespace.
module folder. Afterwards the existing configuration will be rewritten
Checking patch README.md...
Checking patch README.txt...
Applied patch README.md cleanly.
Applied patch README.txt cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.
➜ config_rewrite git:(8.x-1.5) ✗
However, the patch successfully replaced the README.txt file with README.md, hence I will move this to needs work to cater the whitespace errors being flagged in the MR !5 patch
Please look at the screenshots attached for your reference
Thank you
Comment #13
bharath-kondeti commentedComment #14
clarkssquared commentedHi
I applied the updated MR !5 to my local and confirmed that the patch applied cleanly without the whitespace error, and README.txt was replaced with README.md file, hence the patch is good and functional.
Please look at the screenshot attached for your reference, moving this to RTBC
Thank you