-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Dataset Upload with Force Replace #9072
base: dev
Are you sure you want to change the base?
Dataset Upload with Force Replace #9072
Commits on Jul 22, 2024
-
[syft/store] fix
KeyValueStorePartition._remove_keys
bug not removi……ng a unique key [tests/unit] adding a test to delete and reupload a dataset with the same name
Configuration menu - View commit details
-
Copy full SHA for d785b0e - Browse repository at this point
Copy the full SHA d785b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 569cd93 - Browse repository at this point
Copy the full SHA 569cd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c6e7f - Browse repository at this point
Copy the full SHA d2c6e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d0618 - Browse repository at this point
Copy the full SHA a8d0618View commit details
Commits on Jul 23, 2024
-
[tests/unit] add a test for request service to check if its `stash.up…
…date` and `stash.delete` works
Configuration menu - View commit details
-
Copy full SHA for e830aad - Browse repository at this point
Copy the full SHA e830aadView commit details -
[syft/dataset] implement upload dataset with force_replace
- fix bug `dataset.get_all` shows deleted dataset (now only show if specify with a flag) - improve repr_html of deleted datasets - test force_replace functionality in `test_reupload_dataset`
Configuration menu - View commit details
-
Copy full SHA for 61d5bf1 - Browse repository at this point
Copy the full SHA 61d5bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe674a - Browse repository at this point
Copy the full SHA bfe674aView commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f10586 - Browse repository at this point
Copy the full SHA 6f10586View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e40ce31 - Browse repository at this point
Copy the full SHA e40ce31View commit details -
[syft/dataset] merge with
dev
and move logic to include deleted dat……asets to DatasetStash.get_all - continue implementing uploading with force replace [tests/unit] modify test_reupload_dataset to reflect new changes
Configuration menu - View commit details
-
Copy full SHA for 1e9861c - Browse repository at this point
Copy the full SHA 1e9861cView commit details -
[syft/datasite_client] refactoring
upload_dataset
: separating logic…… that uploads a dataset's assets into a separate function
Configuration menu - View commit details
-
Copy full SHA for 50b2e0d - Browse repository at this point
Copy the full SHA 50b2e0dView commit details -
[syft/datasite_client] separating logic to upload a new dataset and r…
…eplace an existed dataset into 2 functions
Configuration menu - View commit details
-
Copy full SHA for 1d907ee - Browse repository at this point
Copy the full SHA 1d907eeView commit details -
[syft/dataset_service] done
DatasetService.replace
endpoint (withou……t deleting the old action objects)
Configuration menu - View commit details
-
Copy full SHA for d7912e1 - Browse repository at this point
Copy the full SHA d7912e1View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c1b034 - Browse repository at this point
Copy the full SHA 8c1b034View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa89985 - Browse repository at this point
Copy the full SHA fa89985View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ee5e39 - Browse repository at this point
Copy the full SHA 4ee5e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 689ee61 - Browse repository at this point
Copy the full SHA 689ee61View commit details -
[tests/unit] add a check to test access permissions for blob entries …
…after upload a big dataset
Configuration menu - View commit details
-
Copy full SHA for 9b63d2a - Browse repository at this point
Copy the full SHA 9b63d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df04ad2 - Browse repository at this point
Copy the full SHA df04ad2View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85a9915 - Browse repository at this point
Copy the full SHA 85a9915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6b30a - Browse repository at this point
Copy the full SHA 4d6b30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04bb965 - Browse repository at this point
Copy the full SHA 04bb965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b8b1c - Browse repository at this point
Copy the full SHA 68b8b1cView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87caff9 - Browse repository at this point
Copy the full SHA 87caff9View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 859a166 - Browse repository at this point
Copy the full SHA 859a166View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c62e115 - Browse repository at this point
Copy the full SHA c62e115View commit details
Commits on Aug 7, 2024
-
[syft/dataset] Define
DatasetV1
class that contains a list of `Asse……tV1` Co-authored-by: Eelco van der Wel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c0487c - Browse repository at this point
Copy the full SHA 6c0487cView commit details -
[syft/dataset] migrating functions to transform list of assets from V…
…1 to V2 for Dataset
Configuration menu - View commit details
-
Copy full SHA for 59994b1 - Browse repository at this point
Copy the full SHA 59994b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7a12b - Browse repository at this point
Copy the full SHA 5b7a12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8788ad - Browse repository at this point
Copy the full SHA b8788adView commit details
Commits on Aug 8, 2024
-
[syft/dataset] migrating functions to transform list of assets from …
…V2 to V1 for Dataset
Configuration menu - View commit details
-
Copy full SHA for adcff8b - Browse repository at this point
Copy the full SHA adcff8bView commit details -
[syft/dataset] handling exception when user does not have permission …
…to upload / replace a dataset - Merge branch 'dev' into upload-dataset-with-force-replace
Configuration menu - View commit details
-
Copy full SHA for c1b9c79 - Browse repository at this point
Copy the full SHA c1b9c79View commit details -
[tests/unit] modify `test_datasite_client_cannot_upload_dataset_with_…
…non_mock` since now we return a SyftError instead of rasing an exception
Configuration menu - View commit details
-
Copy full SHA for 21b5e6b - Browse repository at this point
Copy the full SHA 21b5e6bView commit details -
protocol: fix handling of syft object subclass in annotation repr
dataset: add unique and search attr fields to DatasetV1 class
Configuration menu - View commit details
-
Copy full SHA for 01ae483 - Browse repository at this point
Copy the full SHA 01ae483View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97dc55a - Browse repository at this point
Copy the full SHA 97dc55aView commit details
Commits on Aug 13, 2024
-
[syft/dataset] remove mock and data blob entries on the Asset level a…
…nd corresponding migrations
Configuration menu - View commit details
-
Copy full SHA for 8d627ac - Browse repository at this point
Copy the full SHA 8d627acView commit details -
Configuration menu - View commit details
-
Copy full SHA for a925f63 - Browse repository at this point
Copy the full SHA a925f63View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 435754c - Browse repository at this point
Copy the full SHA 435754cView commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for adca0ee - Browse repository at this point
Copy the full SHA adca0eeView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a69b3de - Browse repository at this point
Copy the full SHA a69b3deView commit details -
Configuration menu - View commit details
-
Copy full SHA for fff17e9 - Browse repository at this point
Copy the full SHA fff17e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f053035 - Browse repository at this point
Copy the full SHA f053035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a052c - Browse repository at this point
Copy the full SHA 37a052cView commit details