-
Notifications
You must be signed in to change notification settings - Fork 39
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
app: add pending reply status, persist replies in the database #578
Merged
Commits on Oct 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 196c969 - Browse repository at this point
Copy the full SHA 196c969View commit details -
Configuration menu - View commit details
-
Copy full SHA for c281524 - Browse repository at this point
Copy the full SHA c281524View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9958697 - Browse repository at this point
Copy the full SHA 9958697View commit details
Commits on Nov 4, 2019
-
app: create separate object for draft/pending/failed replies
during the sync, we don't attempt to delete draft replies in the source.collection they aren't stored on disk, but will get deleted by the cascade delete when the source is deleted. however we also ensure that duplicate drafts are cleaned up on sync to handle the scenario where a ReplySendJob "fails" but the reply _was_ actually saved properly on the server.
Configuration menu - View commit details
-
Copy full SHA for 1325068 - Browse repository at this point
Copy the full SHA 1325068View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935de8a - Browse repository at this point
Copy the full SHA 935de8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e13b7 - Browse repository at this point
Copy the full SHA 73e13b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc878cd - Browse repository at this point
Copy the full SHA dc878cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3fb666 - Browse repository at this point
Copy the full SHA c3fb666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4880707 - Browse repository at this point
Copy the full SHA 4880707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c116b - Browse repository at this point
Copy the full SHA 03c116bView commit details
Commits on Nov 5, 2019
-
app, test: run draft re-ordering after sync in addition to reply send
if a user sends multiple replies A, B, C, the order should always be A, B, C, even if: * A fails * B sends successfully * C is pending we ensure that once a reply sends successfully - or we find that a reply _did_ send but we have it marked as failed as we never got the response (h/t @creviera for testing this case) - that we ensure that C appears after B. this is done by updating the file_counter.
Configuration menu - View commit details
-
Copy full SHA for 95db9b4 - Browse repository at this point
Copy the full SHA 95db9b4View commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 44c4394 - Browse repository at this point
Copy the full SHA 44c4394View commit details
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.