kinto
kinto copied to clipboard
A generic JSON document store with sharing and synchronisation capabilities.
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.2 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.39 to 1.4.40. Release notes Sourced from sqlalchemy's releases. 1.4.40 Released: August 8, 2022 orm [orm] [bug] Fixed issue where referencing a CTE multiple times in conjunction...
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.9.0 to 4.9.1. Release notes Sourced from jsonschema's releases. v4.9.1 Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.9.0...v4.9.1 Changelog Sourced from jsonschema's changelog. v4.9.1 Update some documentation examples to use newer validator...
Bumps [docutils](https://docutils.sourceforge.io/) from 0.16 to 0.19. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
When starting kinto the first time using docker-compose, the startup failed and I could not access the API. The log tells me that kinto exited immediately after trying to connect...
**Steps to reproduce** _docker run -p 8888:8888 kinto/kinto-server_ Running kinto 14.0.1.dev0. Request ``` GET /v1/permissions?_since=6148&_token= HTTP/1.1 Host: 127.0.0.1:8888 ``` Response ``` { "code": 500, "errno": 999, "error": "Internal Server Error",...
Sentry related documentation looks outdated. raven package is outdated (3y ago) in favor of [sentry-sdk](https://docs.sentry.io/platforms/python/) lib
I am using Kinto on local server by installing on system. Kinto stores a 'last modified' data field whenever we insert a document in 'Kinto' collection. I found an issue...
In the response for GET /\__api\__, for the endpoint POST /accounts, the ObjectSchema( body) is Using this body gives the following error, ``` { "code": 400, "errno": 107, "error": "Invalid...
**Steps to reproduce** _docker run -p 8888:8888 kinto/kinto-server_ Running kinto 14.0.1.dev0. First request ``` POST /v1/buckets HTTP/1.1 Host: 127.0.0.1:8888 Authorization: Basic AAAA Content-Type: application/json Content-Length: 222 {"data": {"collection:schema": {}, "group:schema":...