Skip to content
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

Onboarding updates 3 #38

Merged
merged 10 commits into from Nov 15, 2018
Merged

Onboarding updates 3 #38

merged 10 commits into from Nov 15, 2018

Conversation

ghost
Copy link

@ghost ghost commented Nov 14, 2018

No description provided.

Copy link
Member

@bnookala bnookala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one small nitpick but otherwise looking great!

@@ -0,0 +1,53 @@
import os
import logging
from azure.storage.blob import BlockBlobService
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this import is un-necessary, since you're not creating a new instance in this module - just being passed one

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, forgot to delete

Copy link
Collaborator

@mtarng mtarng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice organizing

@mtarng mtarng merged commit 34acdac into CatalystCode:master Nov 15, 2018
Copy link
Collaborator

@samiyaakhtar samiyaakhtar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ghost ghost deleted the onboarding-updates-3 branch November 15, 2018 22:37
bnookala pushed a commit to bnookala/active-learning-detect that referenced this pull request Dec 19, 2018
* Added exception handling for copy/delete blob operations.

* Added exception handling for connection database.

* Separated out blob manipulation code into a module

* Dependency injection refactor.  Renamed blob manipulation module and function.

* Changes

* Fixed return status code for when an image copy/delete operation fails.  Now returns 401 instead of 200.

* Wrapped code to build image object list into a function, and added try/catch in case of an error.

* Code cleanup and more descriptive comments.

* PR comment - deleted unnecessary module import.
abfleishman pushed a commit to abfleishman/active-learning-detect that referenced this pull request Oct 10, 2019
Adding CLI operation stubs and tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants