-
Notifications
You must be signed in to change notification settings - Fork 1
verbose configuration files #103
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
855b64d
chore(readme): remove unnecessary trailing newline in code block
printminion-co 8c3a082
refactor: replace ooc function calls with execute_occ_command
printminion-co 02a9225
refactor: rename functions in configure.sh for clarity and consistency
printminion-co efb1b26
feat(config): enhance configure.sh with detailed documentation and us…
printminion-co b151c01
feat(config): improve output messages in configure.sh for better clarity
printminion-co 01b5dde
refactor(config): update script directory variable for improved clarity
printminion-co 31ebc2a
refactor(config): make script variables readonly for improved safety
printminion-co c1b7fc8
refactor(config): improve script readability by standardizing quoting…
printminion-co 9c021a1
feat(config): enhance logging in configure.sh with dedicated log func…
printminion-co af24076
refactor(config): rename internal variable for homepage URL in for im…
printminion-co c28529e
refactor(config): add comments for initial checks and configuration s…
printminion-co 3731d0e
fix(config): add validation for app name in disable_single_app functi…
printminion-co 469c1d1
fix(config): rename internal variable for app name in disable_single_…
printminion-co 8a5872a
fix(config): update command execution in disable_configured_apps func…
printminion-co 0619dd9
fix(config): rename internal variable in loop for consistency in app …
printminion-co fe82abf
fix(logging): enhance log messages with color coding for better visib…
printminion-co b6c1593
fix(logging): replace echo statements with log_info for better loggin…
printminion-co be4b489
fix(installation): extract nextcloud installation as own function
printminion-co db257ca
fix(apps-enable): improve error handling in enable_app function and r…
printminion-co 6359d8b
fix(apps-enable): redirect error messages to stderr in fail function
printminion-co df1bdda
fix(apps-enable): rename ooc function to execute_occ_command for clarity
printminion-co d89f5ab
fix(apps-enable): replace direct occ command calls with execute_occ_c…
printminion-co d5bb851
fix(configure): correct boolean comparison for main status check
printminion-co b4a88f2
fix(apps-enable): quote variable in failed apps count check for safety
printminion-co 2c6df09
fix(apps): replace fail function with log_fatal for consistent error …
printminion-co File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] This error branch uses a plain
echowhile other failures uselog_fatal; consider unifying to a consistent logging function for maintainability.