Skip to content

Fix incorrect tag param in list_by_tag#322

Merged
asantas93 merged 2 commits intomasterfrom
bugfix/list-by-tag-query-param
Apr 30, 2020
Merged

Fix incorrect tag param in list_by_tag#322
asantas93 merged 2 commits intomasterfrom
bugfix/list-by-tag-query-param

Conversation

@asantas93
Copy link
Copy Markdown
Contributor

Citrine Python PR

Description

list_by_tag actually just lists by dataset because tag isn't actually the correct search parameter.

PR Type:

  • Breaking change (fix or feature that would cause existing functionality to change)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Adherence to team decisions

  • I have added tests for 100% coverage
  • I have written Numpy-style docstrings for every method and class.
  • I have communicated the downstream consequences of the PR to others.
  • I have bumped the version in setup.py

@asantas93 asantas93 requested review from bfolie, djack and maxhutch April 30, 2020 17:13
Copy link
Copy Markdown
Contributor

@maxhutch maxhutch left a comment

Choose a reason for hiding this comment

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

Needs a version bump


"""
params = {'tag': tag}
params = {'tags': [tag]}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor

@maxhutch maxhutch left a comment

Choose a reason for hiding this comment

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

Needs a version bump

@bfolie
Copy link
Copy Markdown

bfolie commented Apr 30, 2020

Is there a Mock test somewhere that needs to be updated?

@asantas93 asantas93 requested a review from maxhutch April 30, 2020 17:17
@asantas93 asantas93 merged commit 811336e into master Apr 30, 2020
@asantas93 asantas93 deleted the bugfix/list-by-tag-query-param branch April 30, 2020 20: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.

3 participants