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

Make timestamp param position consistent. Add some tests #1

Merged
merged 4 commits into from
Nov 17, 2014

Conversation

nberger
Copy link
Contributor

@nberger nberger commented Nov 17, 2014

No description provided.

In some places it was before id, in others it was after the id.

Makes it always to be placed before the id param
Adds drop-schema to TimeSeries. It's needed to cleanup the db in tests
@@ -20,7 +20,7 @@
information for the fact on all the specified categories")

(inc! [service id categories]
[service id timestamp categories]
[service timestamp id categories]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@guilespi I'm changing the params order here, to make it consistent with new-fact params order. What do you think?

The id is more important than the timestamp, so it should appear first
@nberger
Copy link
Contributor Author

nberger commented Nov 17, 2014

@guilespi: Changed the params order, so id appears before timestamp. How does it look now?

guilespi added a commit that referenced this pull request Nov 17, 2014
Make timestamp param position consistent. Add some tests
@guilespi guilespi merged commit e1725e4 into guilespi:master Nov 17, 2014
@nberger nberger deleted the make-timestamp-position-consistent branch May 12, 2015 15:00
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.

2 participants