-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support ScopeCollectionType in GlobusApp
- Loading branch information
1 parent
6909c0d
commit 0ac85e0
Showing
8 changed files
with
178 additions
and
26 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
changelog.d/20240801_182813_derek_globus_app_extended_scope_type_support.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
Added | ||
~~~~~ | ||
|
||
- Added support for ``ScopeCollectionType`` to GlobusApp's ``__init__`` and | ||
``add_scope_requirements`` methods. (:pr:`NUMBER`) | ||
|
||
Changed | ||
~~~~~~~ | ||
|
||
- Updated ``ScopeCollectionType`` to be defined recursively. (:pr:`NUMBER`) | ||
|
||
|
||
Development | ||
~~~~~~~~~~~ | ||
|
||
- Added a scope normalization function ``globus_sdk.scopes.scopes_to_scope_list`` to | ||
translate from ``ScopeCollectionType`` to a list of ``Scope`` objects. | ||
(:pr:`NUMBER`) | ||
|
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
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
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
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
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
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
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