-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Implement customer events #4094
Merged
maarcingebala
merged 20 commits into
saleor:master
from
NyanKiyoshi:feature/events/customers
May 21, 2019
Merged
Implement customer events #4094
maarcingebala
merged 20 commits into
saleor:master
from
NyanKiyoshi:feature/events/customers
May 21, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
korycins
reviewed
May 9, 2019
Codecov Report
@@ Coverage Diff @@
## master #4094 +/- ##
==========================================
+ Coverage 91.5% 91.63% +0.13%
==========================================
Files 277 278 +1
Lines 15151 15308 +157
Branches 1489 1503 +14
==========================================
+ Hits 13864 14028 +164
+ Misses 882 879 -3
+ Partials 405 401 -4
Continue to review full report at Codecov.
|
NyanKiyoshi
force-pushed
the
feature/events/customers
branch
from
May 9, 2019 11:43
0a7ef71
to
0f8a76b
Compare
korycins
approved these changes
May 9, 2019
NyanKiyoshi
force-pushed
the
feature/events/customers
branch
from
May 9, 2019 15:04
247ee38
to
60c26be
Compare
NyanKiyoshi
force-pushed
the
feature/events/customers
branch
from
May 10, 2019 12:36
1f8901c
to
02dc29b
Compare
korycins
reviewed
May 13, 2019
NyanKiyoshi
force-pushed
the
feature/events/customers
branch
from
May 14, 2019 13:32
9b69f69
to
0f0f1a5
Compare
pawelzar
reviewed
May 14, 2019
NyanKiyoshi
commented
May 15, 2019
NyanKiyoshi
force-pushed
the
feature/events/customers
branch
from
May 15, 2019 10:16
cf7f910
to
58efb90
Compare
NyanKiyoshi
force-pushed
the
feature/events/customers
branch
from
May 20, 2019 11:22
782c6a0
to
838000c
Compare
NyanKiyoshi
force-pushed
the
feature/events/customers
branch
from
May 20, 2019 11:43
838000c
to
5d7407c
Compare
Co-Authored-By: Paweł Zarębski <ppjzarebski@gmail.com>
NyanKiyoshi
force-pushed
the
feature/events/customers
branch
2 times, most recently
from
May 21, 2019 05:56
88bf870
to
d54b062
Compare
NyanKiyoshi
force-pushed
the
feature/events/customers
branch
from
May 21, 2019 06:56
d54b062
to
7308a99
Compare
maarcingebala
approved these changes
May 21, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #4039.
Checklist
first_name: str|none; last_name: str|none
count
parameter)GraphQL Changes
events
field incustomer
Misc
Pull Request Checklist