1
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the checkExistence method to allow the wrapper to be null in the case of primitives like ints that do not have a wrapper associated with them. More... about 10 years ago
Merge pull request #52 from chanchett/master More... about 10 years ago
Merge pull request #51 from SpectraLogic/bulk_plan_properties More... about 10 years ago
added a default return value to checkExistence, modified code to use it More... about 10 years ago
minor code cleanup. Added the endpoint and proxy information the client as properties so they can be retrieved after the client has been created. Also fixed the Ds3BulkPlan model so that the various size properties are always present. More... about 10 years ago
Merge pull request #50 from berkeleysquare/master More... about 10 years ago
Document members to Ds3BulkPlan More... about 10 years ago
Merge pull request #48 from SpectraLogic/typo-fix More... about 10 years ago
Update ds3.py More... about 10 years ago
Merge pull request #46 from berkeleysquare/master More... about 10 years ago
Add docs (PYTHONSDK-41) More... about 10 years ago
Merge pull request #45 from chanchett/master More... about 10 years ago
added unicode support to parameters More... about 10 years ago
Update README.md More... over 10 years ago
Merge pull request #42 from SpectraLogic/size_fix More... over 10 years ago
Making sure that when we pass the size to the c sdk that it's as a ulonglong More... over 10 years ago
When the proxy field is set in the Ds3Client constructor, actually set it on the underlying c struct More... over 10 years ago
Merge pull request #41 from chanchett/nightlyTests More... over 10 years ago
added sleep to testGetBulkWithMetadata to see if test failure is a race condition More... over 10 years ago
Merge pull request #40 from chanchett/docsExamples More... over 10 years ago
Merge branch 'master' of https://github.com/SpectraLogic/ds3_python_sdk into docsExamples More... over 10 years ago
Renamed README links More... over 10 years ago
moved around README examples More... over 10 years ago
Merge pull request #39 from chanchett/emptyBucket More... over 10 years ago
Merge pull request #38 from chanchett/master More... over 10 years ago
fix checks for empty bucket More... over 10 years ago
fixed a bug in one of the examples More... over 10 years ago
Added pagination example, fixed typo More... over 10 years ago
Merge branch 'docsExamples' More... over 10 years ago
Added some examples to the Python readme, including get bulk More... over 10 years ago