-
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.
Merge pull request #1004 from sirosen/experimental-tokenstorage-refactor
Refactor experimental SQLiteTokenStorage ("v2") to better accord with its parent class
- Loading branch information
Showing
5 changed files
with
77 additions
and
193 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
changelog.d/20240712_155421_sirosen_experimental_tokenstorage_refactor.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,17 @@ | ||
Changed | ||
~~~~~~~ | ||
|
||
- The ``SQLiteTokenStorage`` component in ``globus_sdk.experimental`` has been | ||
changed in several ways to improve its interface. (:pr:`NUMBER`) | ||
|
||
- ``:memory:`` is no longer accepted as a database name. Attempts to use it | ||
will trigger errors directing users to use ``MemoryTokenStorage`` instead. | ||
|
||
- Parent directories for a target file are automatically created, and this | ||
behavior is inherited from the ``FileTokenStorage`` base class. (This was | ||
previously a feature only of the ``JSONTokenStorage``.) | ||
|
||
- The ``config_storage`` table has been removed from the generated database | ||
schema, the schema version number has been incremented to ``2``, and | ||
methods and parameters related to manipulation of ``config_storage`` have | ||
been removed. |
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
Oops, something went wrong.