Closed creativeprojects closed 4 months ago
This update introduces numerous changes, including .gitignore
adjustments, restructuring of core logic around command generation, new and modified functions for outputs generation, and added documentation templates. The reference section in the documentation is moved, and there are updates to workflows and the Makefile to align paths and configurations with the new structure.
Files / Groups | Change Summary |
---|---|
.gitignore |
Added exclusion pattern for Markdown files in reference directory. |
commands.go |
Removed command generation and template handling functions. |
commands_display.go |
Added sortedProfileKeys function for map sorting. |
commands_generate.go |
Added functionality to generate outputs based on arguments, including new types and templates. |
contrib/templates/**/*.gomd |
Added various Markdown templates for different configuration sections and JSON schema. |
docs/content/** |
Updated content and links, removed headers, and changed references. |
.github/workflows/*.yml |
Corrected configuration file names and updated sed commands. |
Makefile |
Updated paths and meta title in generate-config-reference target. |
commands_test.go |
Modified tests to reflect changes in TestGenerateCommand . |
Objective | Addressed | Explanation |
---|---|---|
Move "Reference" to the end of section 2 (#380) | ✅ |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Attention: Patch coverage is 69.02655%
with 35 lines
in your changes missing coverage. Please review.
Project coverage is 71.52%. Comparing base (
ffffabf
) to head (9fd5375
).
Files | Patch % | Lines |
---|---|---|
commands_generate.go | 72.90% | 17 Missing and 12 partials :warning: |
commands_display.go | 0.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Move the reference documentation into its own chapter (with sub-sections)
Fixes https://github.com/creativeprojects/resticprofile/issues/380