Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Implement /keys/changes #1869
+65
−0
Conversation
erikjohnston
added some commits
Feb 1, 2017
erikjohnston
assigned
NegativeMjark
Feb 1, 2017
| @@ -149,6 +151,52 @@ def on_POST(self, request): | ||
| defer.returnValue((200, result)) | ||
| +class KeyChangesServlet(RestServlet): | ||
| + """Returns the list of changes of keys between two stream tokens (may return | ||
| + spurious results). |
NegativeMjark
Feb 1, 2017
Contributor
Maybe explain why the results might be spurious and the nature of their spuriosity?
erikjohnston
merged commit bd84387
into
develop
Feb 1, 2017
2 of 7 checks passed
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2277 origin/erikj/device_list_stream in progress...
Details
Sytest Postgres (Merged PR)
Build started sha1 is merged.
Details
Sytest SQLite (Commit)
Build #2346 origin/erikj/device_list_stream in progress...
Details
Sytest SQLite (Merged PR)
Build started sha1 is merged.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
erikjohnston
deleted the
erikj/device_list_stream
branch
Mar 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
erikjohnston commentedFeb 1, 2017
No description provided.