Add Get all environments task#96
Open
pegail wants to merge 4 commits into
Open
Conversation
added 3 commits
June 11, 2018 10:26
Take a path as input, and return all XLD environments available in this path (ex : Environments/MyEnvsFolder/) The "Get Child" checkbox will allow to search for environments recursively in that path
Possibility to browse for package recursively Add descriptions to parameters for clarity
Contributor
|
Never ever use pagesize -1! Please fix this correctly |
Author
|
Hello, |
Contributor
|
Yes, and that is something that we need to abolish for all calls. resultsPerPage=-1 means that all resultst will be fetched in a non-paginated mode. For large-scale installations this doesn't work. That's why no new code should ever use that. And wherever you come across it, please fix it. |
Remove the resultsPerPage=-1 in all queries in XLDeployClient
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.
Take a path as input, and return all XLD environments available in this path (ex : Environments/MyEnvsFolder/)
The "Get Child" checkbox will allow to search for environments recursively in that path
The "Strip Environments" checkbox will cut the "Environments/" string in the paths returned, so that you are able to directly use one of the path returned as an input to a XLD deploy task.