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

Adds new CLI features and IOPointer unflag all option #223

Merged
merged 30 commits into from
Sep 12, 2021

Conversation

aditim1359
Copy link
Collaborator

@aditim1359 aditim1359 commented Sep 7, 2021

Addressed the cli features: addd ml trace tags, components and unflag all

Closes #203
Closes #157

mltrace/cli/cli.py Outdated Show resolved Hide resolved
mltrace/cli/cli.py Outdated Show resolved Hide resolved
mltrace/cli/cli.py Show resolved Hide resolved
mltrace/cli/cli.py Outdated Show resolved Hide resolved
mltrace/cli/cli.py Outdated Show resolved Hide resolved
mltrace/client.py Outdated Show resolved Hide resolved
mltrace/cli/cli.py Outdated Show resolved Hide resolved
@aditim1359
Copy link
Collaborator Author

The reason the tests are failing are because of it testing te functionality of the get_components_with_owner function which I condensed into get_components. Are there any other things off the top of your head that need the get_components_with_owner and with_tag separate functions? if so, I can update them or we can discuss. Otherwise, I will update those tests to just test for get_components.

@shreyashankar
Copy link
Collaborator

Your solution sounds good to me! I don't think there are any dependencies on the old functions

Copy link
Collaborator

@shreyashankar shreyashankar left a comment

Choose a reason for hiding this comment

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

Super close! Just a couple of nits & one method stub to fill out

mltrace/cli/cli.py Outdated Show resolved Hide resolved
mltrace/__init__.py Outdated Show resolved Hide resolved
mltrace/db/store.py Outdated Show resolved Hide resolved
mltrace/client.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@shreyashankar shreyashankar left a comment

Choose a reason for hiding this comment

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

So close!!

mltrace/client.py Outdated Show resolved Hide resolved
@shreyashankar shreyashankar changed the title Clifeatures Adds new CLI features and IOPointer unflag all option Sep 12, 2021
Copy link
Collaborator

@shreyashankar shreyashankar left a comment

Choose a reason for hiding this comment

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

LGTM! Feel free to merge :)

@aditim1359 aditim1359 merged commit b252048 into loglabs:master Sep 12, 2021
@aditim1359 aditim1359 deleted the clifeatures branch September 12, 2021 03:06
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.

[Feature] Ability to "unflag all" CLI command list
2 participants