-
Notifications
You must be signed in to change notification settings - Fork 126
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 REQUEST] Generate AppConfig spec file from OCClassSettings metadata automatically #842
Comments
|
Source data: We already generate Some old specfiles: Specfiles can be generated manaually: Generated specfiles can be used here: Here's the detailed spec: More information: |
Parameter should be grouped by Key is the |
We could use GitHub Actions to run this automatically, similar to the MDM tables. |
It would be great to have one location (tbd, but not inside the docs folder) for all files which are and will be generated for docs or are docs relevant, so we have a single location for those files. |
Better move to |
One day, it will be auto-generated… - #842
One day, it will be auto-generated… - #842 Co-authored-by: Michael Stingl <git@michaelstingl.com>
Is your feature request related to a problem? Please describe.
In ownCloud app we have a comprehensive set of settings which can be used for branding, MDM, configuration during development. AppConfig spec files are maintained manually.
When a new setting is added or an existing setting is changed in code, class settings metadata should be used to automatically generate an updated version of the AppConfig spec file.
Describe the solution you'd like
A script, unit test or tool using the
OCClassSettings
metadata to generate theAppConfig
spec XML files automatically.It should generate different versions with varying degrees of detail/sets of settings based on the
status
.RELATED ISSUES
#755 on automatic generation of documentation from metadata.
TASKS
The text was updated successfully, but these errors were encountered: