-
Notifications
You must be signed in to change notification settings - Fork 22
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
add support for entity type filtering on endpoint search #1055
add support for entity type filtering on endpoint search #1055
Conversation
aa12186
to
0a71c12
Compare
Once the Globus SDK version in |
0a71c12
to
cfa3ccf
Compare
It appears that the version of the Globus SDK in |
ffdd589
to
a7a61e5
Compare
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.
Initially, I was going to recommend that this change include a new test, but I now see that we don't have tests which exercise this command.
The ideal would be that there are already tests for endpoint search
which demonstrate how to test this, and I could point you at an appropriate one to work off of as a template. But we're missing that bit of framework, and I don't think it's fair to ask you to set that up as part of a first contribution.
I'm taking testing as a follow-up item. I have a specific plan for how to test such an addition, and I'll @-mention you on that when I have it up, so you can see what a test would look like.
Can you give this a quick rebase to get passing CI, and optionally apply my suggestion to put backticks in place? That will put this in a clean-to-merge state.
@@ -0,0 +1,3 @@ | |||
### Enhancements | |||
|
|||
* Added a --filter-entity-type option on endpoint search. |
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.
* Added a --filter-entity-type option on endpoint search. | |
* Added a `--filter-entity-type` option on endpoint search. |
Small tweak. Since this renders on the doc site it's nice to give code-style.
Implements requested change from @sirosen, adding formatting to the command line option cited in the changelog fragment. globus#1055 (comment)
Add new command line option to globus endpoint search which limits the returned values to certain types of collections. Make use of change to Python SDK work in 37389. refs sc-29242 add formatting for option in changelog Implements requested change from @sirosen, adding formatting to the command line option cited in the changelog fragment. globus#1055 (comment)
b066a0c
to
63d104a
Compare
@sirosen wrote:
Done! Let me know if any other adjustments need to be made. Thanks again! |
Add new command line option to globus endpoint search which limits the returned values to certain types of collections. Make use of change to Python SDK work in 37389. refs sc-29242 add formatting for option in changelog Implements requested change from @sirosen, adding formatting to the command line option cited in the changelog fragment. globus#1055 (comment)
Add new command line option to globus endpoint search which limits the returned values to certain types of collections. Make use of change to Python SDK work in 37389.
refs sc-29242