-
Notifications
You must be signed in to change notification settings - Fork 27
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
Yoda 1.9.5 [draft] #500
Draft
stsnel
wants to merge
36
commits into
release-1.9
Choose a base branch
from
rc-1.9.5
base: release-1.9
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Yoda 1.9.5 [draft] #500
Conversation
This file contains 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
Update with information regarding how to run single tests, or tests with a common prefix.
Add parameter to enable duration logging of web requests in Apache. This can be used for performance monitoring, as well as troubleshooting performance issues. (Backport to Yoda 1.9)
(backport to Yoda 1.9)
(backport to Yoda 1.9)
Add monitoring thread to the Yoda portal for collecting technical support information in case of problems. (Backport to Yoda 1.9)
(Backport to Yoda 1.9)
(Backport to Yoda 1.9)
Deploying a new environment with Yoda-specific database indexes enabled failed, because the playbook tried to create the indexes before iRODS created the tables that were to be indexed. This fix moves the code for enabling or disabling the Yoda-specific indexes to a separate role that is always run after both the database and the provider have been deployed, so that this doesn't happen anymore.
(backport to Yoda 1.9)
(backport to Yoda 1.9)
(backport to Yoda 1.9)
Use the inventory FQDN rather than the one collected from the server's network configuration for the PSK name. This is more robust against name resolution issues.
Co-authored-by: Lazlo Westerhof <[email protected]> Co-authored-by: claravox <[email protected]>
This adds a check to all roles that multiple other roles are dependent on that verifies whether the role has already run on this host. If so, it is not run again. This speeds up the playbook by eliminating most redundant task runs. (backport to Yoda 1.9)
(backport to Yoda 1.9) Co-authored-by: Lazlo Westerhof <[email protected]>
Add a virtual host timeout parameter for the Yoda portal. (Backport to Yoda 1.9)
Trigger iRODS service restarts after ruleset changes. This is sometimes needed to effectuate changes after switching to different ruleset branches.
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.
This PR is currently a draft. It's not yet ready for review and merging.