Skip to content

Conversation

@TheConnMan
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Feb 10, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 964691c on feature/dockerfile into fed6841 on master.

RUN python setup.py test
RUN python setup.py install

RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime
Copy link
Contributor

Choose a reason for hiding this comment

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

why are you setting this here and on line 6?

Copy link
Contributor Author

@TheConnMan TheConnMan Feb 10, 2017

Choose a reason for hiding this comment

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

The tests fail when run with the timezone set to UTC (#9) then the samples and events don't respect this timezone when sent in so they are 5 hours in the future if I don't set it back to UTC. I wanted to see if I was doing something incorrectly before I made the latter issue a GitHub issue.

Dockerfile Outdated
RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime

ENV API_URL https://api.app.netuitive.com/ingest
ENV CUSTOM_API_KEY change-me
Copy link
Contributor

Choose a reason for hiding this comment

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

can your changes this to change-me-apikey or something else that has apikey in it? this will help with blocking misconfigured clients.

@coveralls
Copy link

coveralls commented Feb 10, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 0779310 on feature/dockerfile into fed6841 on master.

@TheConnMan TheConnMan merged commit 7892c8b into master Feb 14, 2017
@TheConnMan TheConnMan deleted the feature/dockerfile branch February 14, 2017 19:14
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