Rémy HUBSCHER

Results 124 issues of Rémy HUBSCHER

In kinto-elasticsearch, kinto-signer and kinto-account we have commands that we would like to run with `kinto COMMAND`. Because kinto-account is a build-in plugin we did it by coupling the plugin...

enhancement
help wanted
scope: commands

Most plugins have specific configuration. We could let them hook in the `kinto init` command when installed in the venv to generate their default configuration in this file and help...

enhancement
help wanted
scope: commands

We would like to be able to trigger a Lambda Function on an Kinto update event. The goal would be to be able to configure a URL that will be...

help wanted
plugin-idea

Historically `in_` and `exclude_` filters are comma separated only. When we introduced `contains_` and `contains_any_` we decided to support JSON objects. I think we should backport the logic to `in_`...

enhancement

As @jmandel described in [his comment on the tutorial](http://kinto.readthedocs.org/en/latest/tutorials/authentication-github.html#comment-2568178329) > In order to use GitHub sign-in safely, you need to ensure the token you pass to Kinto API endpoints is...

bug
help wanted
question
documentation
scope:authentication

I find it cumbersome when we have ``account_create_principals = system.Everyone`` to have to put the ID in the body. We could directly use the Authentication header to grab the user...

enhancement
scope:authentication

```(psycopg2.IntegrityError) duplicate key value violates unique constraint \"idx_records_parent_id_collection_id_last_modified```

bug

While working with groups on the kinto-admin, we discovered [a confusing behavior](https://github.com/Kinto/kinto-admin/pull/297) **Context** If you have the permission to create groups in a bucket, you can read the bucket metadata....

question
scope: permissions

In our case we are using kinto.core on a resource where we want to enforce the ID. [This](https://github.com/Kinto/kinto/blob/master/kinto/core/resource/__init__.py#L322-L323) prevent us to do that in the deserialize of the colander method.

question

```self.app.get("/buckets/beer/collections/barley'/records", headers=self.headers, status=404)``` While it should probably be ```self.app.get("/buckets/beer/collections/barley'/records", headers=self.headers, status=400)```

enhancement
protocol