Skip to content
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

#28059 Improving duplicated variables handling. #28421

Merged
merged 3 commits into from
May 3, 2024

Conversation

jgambarios
Copy link
Contributor

This PR improves the handling of duplicated site variables and covers more cases in the integration and postman tests.

@jgambarios jgambarios linked an issue May 2, 2024 that may be closed by this pull request
@nollymar nollymar enabled auto-merge May 3, 2024 00:34
The HostVariableAPIImpl was refactored to make use of Google's Immutable List implementation for returned site variables in the getUniqueSiteVariables() method. We previously used an ArrayList, but have made the shift for its immutable properties and thread-safety.
@nollymar nollymar added this pull request to the merge queue May 3, 2024
Merged via the queue into master with commit 3f7d39b May 3, 2024
26 checks passed
@nollymar nollymar deleted the issue-28059-site-vars-improvements branch May 3, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

dotCLI: Add ability to send site variables when sending a host
3 participants