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

Event.__repr__: add created_at as ISO string #509

Merged
merged 1 commit into from Nov 23, 2017

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Nov 16, 2017

No description provided.

@codecov
Copy link

codecov bot commented Nov 16, 2017

Codecov Report

Merging #509 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #509   +/-   ##
=======================================
  Coverage   99.38%   99.38%           
=======================================
  Files          34       34           
  Lines        1793     1793           
  Branches      160      160           
=======================================
  Hits         1782     1782           
  Misses          5        5           
  Partials        6        6
Flag Coverage Δ
#py27dj110 99.05% <100%> (ø) ⬆️
#py27dj111 99.05% <100%> (ø) ⬆️
#py27dj18 99.33% <100%> (ø) ⬆️
#py34dj110 99.05% <100%> (ø) ⬆️
#py34dj111 99.05% <100%> (ø) ⬆️
#py34dj18 99.33% <100%> (ø) ⬆️
#py34dj20 99.05% <100%> (ø) ⬆️
#py35dj110 99.05% <100%> (ø) ⬆️
#py35dj111 99.05% <100%> (ø) ⬆️
#py35dj18 99.33% <100%> (ø) ⬆️
#py35dj20 99.05% <100%> (ø) ⬆️
#py36dj111 99.05% <100%> (ø) ⬆️
#py36dj20 99.05% <100%> (ø) ⬆️
#py36dj20psql 99.05% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pinax/stripe/models.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6360316...b3fd8d5. Read the comment docs.

@codecov
Copy link

codecov bot commented Nov 16, 2017

Codecov Report

Merging #509 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #509   +/-   ##
=======================================
  Coverage   99.38%   99.38%           
=======================================
  Files          34       34           
  Lines        1793     1793           
  Branches      160      160           
=======================================
  Hits         1782     1782           
  Misses          5        5           
  Partials        6        6
Flag Coverage Δ
#py27dj110 99.05% <100%> (ø) ⬆️
#py27dj111 99.05% <100%> (ø) ⬆️
#py27dj18 99.33% <100%> (ø) ⬆️
#py34dj110 99.05% <100%> (ø) ⬆️
#py34dj111 99.05% <100%> (ø) ⬆️
#py34dj18 99.33% <100%> (ø) ⬆️
#py34dj20 99.05% <100%> (ø) ⬆️
#py35dj110 99.05% <100%> (ø) ⬆️
#py35dj111 99.05% <100%> (ø) ⬆️
#py35dj18 99.33% <100%> (ø) ⬆️
#py35dj20 99.05% <100%> (ø) ⬆️
#py36dj111 99.05% <100%> (ø) ⬆️
#py36dj20 99.05% <100%> (ø) ⬆️
#py36dj20psql 99.05% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pinax/stripe/models.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6360316...b3fd8d5. Read the comment docs.

@codecov
Copy link

codecov bot commented Nov 16, 2017

Codecov Report

Merging #509 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #509   +/-   ##
=======================================
  Coverage   99.38%   99.38%           
=======================================
  Files          34       34           
  Lines        1793     1793           
  Branches      160      160           
=======================================
  Hits         1782     1782           
  Misses          5        5           
  Partials        6        6
Flag Coverage Δ
#py27dj110 99.05% <100%> (ø) ⬆️
#py27dj111 99.05% <100%> (ø) ⬆️
#py27dj18 99.33% <100%> (ø) ⬆️
#py34dj110 99.05% <100%> (ø) ⬆️
#py34dj111 99.05% <100%> (ø) ⬆️
#py34dj18 99.33% <100%> (ø) ⬆️
#py34dj20 99.05% <100%> (ø) ⬆️
#py35dj110 99.05% <100%> (ø) ⬆️
#py35dj111 99.05% <100%> (ø) ⬆️
#py35dj18 99.33% <100%> (ø) ⬆️
#py35dj20 99.05% <100%> (ø) ⬆️
#py36dj111 99.05% <100%> (ø) ⬆️
#py36dj20 99.05% <100%> (ø) ⬆️
#py36dj20psql 99.05% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pinax/stripe/models.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6360316...b3fd8d5. Read the comment docs.

@paltman paltman added this to the Rosie milestone Nov 23, 2017
@paltman paltman merged commit 0319fe1 into pinax:master Nov 23, 2017
@blueyed blueyed deleted the event-repr-created branch November 24, 2017 10: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.

None yet

2 participants