We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproduce:
http GET https://kinto-server.scalingo.io/v1/buckets/default/collections/certificates/records --auth token:my-secret Etag: "1455109382839" http GET https://kinto-server.scalingo.io/v1/buckets/default/collections/certificates/records --auth token:my-secret Etag: "1455109385100"
The text was updated successfully, but these errors were encountered:
The problem seems to come from this line in the psql backend, which takes the greatest value between records timestamp and the current datetime.
We should take the last_modified value of the collection?
Sorry, something went wrong.
Actually, we would need to set the timestamp during the creation of the collection.
Make sure we can sync on an empty remote collection.
a505431
XXX: Kinto/kinto#433 (comment) Related bug in Kinto/kinto#433.
Upgrade to Cliquet 3 (fixes #345, fixes #fixes #369, fixes #421, fixes …
830a6a2
…#424, fixes #433, fixes #434)
2ec35a9
97cab99
Merge pull request #479 from Kinto/upgrade-cliquet-3
c5e8f42
Upgrade to Cliquet 3 (fixes #345, fixes #fixes #369, fixes #421, fixes #424, fixes #433, fixes #434, fixes #461)
leplatrem
No branches or pull requests
Reproduce:
The text was updated successfully, but these errors were encountered: