Added install.ps1 and mysqlconfigurer.ps1#502
Open
drupaladmin wants to merge 24 commits intomasterfrom
Open
Conversation
…sensitive properties, reorganized dashboard launch properties, and updated package references in CustomActions project.
…r Releem API and MySQL settings
…ady dialog and adjust navigation controls accordingly
…xe during build; it will now be downloaded during installation. Update Product.wxs to reflect changes in executable component handling.
… process and enhance UI by adding logo bitmap to Configuration and Install Ready dialogs.
…ning in Configuration and Install Ready dialogs for improved layout.
…tion between dialogs, and enhance Configuration dialog with API key retrieval button.
…nd permissions guide buttons, introducing new custom actions for URL management.
…ting layout for API key, MySQL settings, and query optimization controls for improved clarity and usability.
…feature_windows_installer
…ion processes. Updated custom actions to run install.ps1 with parameters collected from the UI, improved error handling, and removed obsolete download logic for the executable. Adjusted directory names for consistency and clarity.
…feature_windows_installer
…d applying configurations for Windows users.
…feature_windows_installer
Contributor
Author
…ontext.txt'; enhance MySQL configuration script to support non-interactive rollback confirmation via environment variable.
Contributor
Author
|
Added tests |
Collaborator
|
Updating process doesn't download binary script of the agent. |
Collaborator
|
I got error when try to run the installation script twice It's nessary to try to stop the agent. |
Collaborator
|
There is no possibility apply the config noninteractive without restart. |
…feature_windows_installer
- Added support for a new test (test_05_update_delegation) in run_tests_windows.sh and run_all.ps1. - Updated usage instructions to reflect the addition of the new test option. - Modified Terraform configurations to conditionally manage SSH firewall rules based on OS type. - Removed SSH-related configurations from Windows bootstrap scripts to streamline setup. - Updated MySQL configurer script to refresh the installer script and delegate updates more effectively.
- Updated run_tests_windows.sh and run_all.ps1 to include a new test (test_06_reinstall_existing_install) and adjusted usage instructions accordingly. - Improved the installation script by adding a helper function (Stop-ReleemAgentForReplacement) to safely stop the Releem Agent service before updates and reinstalls. - Modified test success criteria to dynamically reflect the number of expected suite passes based on the selected test.
- Updated run_tests_windows.sh and run_all.ps1 to include two new tests: test_07_apply_without_restart and test_08_queue_apply, expanding the test suite. - Adjusted usage instructions to reflect the addition of new test options. - Modified mysqlconfigurer.ps1 to introduce new parameters for non-interactive configuration application and job queuing, improving flexibility in configuration management. - Updated test success criteria to accommodate the increased number of expected suite passes.
…ions - Added test_09_reinstall_rewrites_config_without_prompt to run_tests_windows.sh and run_all.ps1, expanding the test suite. - Updated usage instructions to reflect the addition of the new test option. - Modified expected suite passes in run_tests_windows.sh to account for the new test. - Enhanced the installation script to streamline configuration generation and permissions management.
…sqlconfigurer into feature_windows_installer
Contributor
Author
|
All issues were fixed @kochetovd |
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.
Added install.ps1 and mysqlconfigurer.ps1 to simplify installation and applying configurations for Windows users.