-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into 0.6.x
* origin/master: (38 commits) RF: completely remove custom subclass HTTPError for now RF: quit loop even before the first .get if exception was raised ENH(UX): set warn to True upon issueing first warning that we got more than expected BF: ask for pyout != 0.6.0 so we could keep passing tuples with field names RF: dandiapi - remove not used include_metadata option ENH: use result.ok instead of checking only for 200 and 201 BF: close the session if we started a new one BF: cast env var DANDI_MAX_CHUNK_SIZE to int RF: do not duplicate defaults within kwargs in @click entrypoint for download BF(TST): yet one more test fix up for incorrect handling while merging BF: moved lock_dandiset into correct position (incorrect merge side effect) RF: "dandiapi" -> "api" and "DANDI API" to match /server-info simple "api" BF: making linting happy Remove duplicate "requests" dependency get_instance(): Immediately return known instances that lack redirector URLs Raise helpful error if /server-info returns invalid version Make redirector report http://localhost:8081 as Girder URL Test uploading an unregistered dandiset Assert a certain code path is unreachable Test that lock_dandiset() is called when uploading ...
- Loading branch information
Showing
31 changed files
with
653 additions
and
246 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from .tests.fixtures import * | ||
from .tests.fixtures import * # noqa: F401, F403 |
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.