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

Support td query --domain-key=KEY #157

Merged
merged 1 commit into from
Apr 8, 2016
Merged

Support td query --domain-key=KEY #157

merged 1 commit into from
Apr 8, 2016

Conversation

nurse
Copy link
Collaborator

@nurse nurse commented Mar 31, 2016

"Domain key" is an optional user-provided unique ID.
Users can include this ID with your create request to ensure idempotence.

@nurse nurse force-pushed the support-domain-key branch 3 times, most recently from 932cb6f to 7a51b72 Compare March 31, 2016 08:56
"Domain key" is an optional user-provided unique ID.
Users can include this ID with your `create` request to ensure idempotence.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 56.368% when pulling 7b48177 on support-domain-key into bdd2ace on master.

require 'td/command/list'
require 'td/command/query'
require 'td/client'
require 'tempfile'
Copy link
Contributor

Choose a reason for hiding this comment

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

These requires are necessary? (cosme)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

With these requires, I can run only this spec like bundle exec rake spec SPEC_OPTS="-fd" SPEC=spec/td/command/query_spec.rb.

Copy link
Contributor

Choose a reason for hiding this comment

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

I see 👍

@uu59
Copy link
Contributor

uu59 commented Apr 8, 2016

Commented minor but LGTM to merge.

@nurse nurse merged commit d817725 into master Apr 8, 2016
@nurse nurse deleted the support-domain-key branch April 8, 2016 07:30
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