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 sure _PushStatus operations are run in order #2367

Merged
merged 1 commit into from
Jul 23, 2016

Conversation

flovilmart
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Jul 23, 2016

Current coverage is 91.84% (diff: 100%)

Merging #2367 into master will increase coverage by 0.01%

@@             master      #2367   diff @@
==========================================
  Files            95         95          
  Lines         10633      10650    +17   
  Methods        1295       1298     +3   
  Messages          0          0          
  Branches       1736       1736          
==========================================
+ Hits           9764       9781    +17   
  Misses          869        869          
  Partials          0          0          

Powered by Codecov. Last update 93b4117...67168b7

{status: "running", updatedAt: new Date() });
lastPromise = lastPromise.then(() => {
return database.update(PUSH_STATUS_COLLECTION,
{status:"pending", objectId: objectId},
Copy link
Contributor

Choose a reason for hiding this comment

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

whitespace could be nicer here, like the line below

@TylerBrock TylerBrock added this to the 2.2.17 milestone Jul 23, 2016
@TylerBrock TylerBrock merged commit 15a0785 into master Jul 23, 2016
@flovilmart flovilmart deleted the order-push-status-operations branch August 20, 2016 20:06
rsouzas pushed a commit to back4app/parse-server that referenced this pull request Mar 15, 2017
rsouzas pushed a commit to back4app/parse-server that referenced this pull request Mar 16, 2017
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

3 participants