Rémy HUBSCHER

Results 390 comments of Rémy HUBSCHER

No uwsgi is not slower, what I meant was more that the image does all the setup and things at once (create the ini file, etc.) I meant quick launch...

@msathis do you have an idea of how you would like to access this information? You can already have the number of records in a particular collection doing a head...

Thank you for this it is really interesting :+1:

The proposition is to add on collection a readonly stats parameter such as permissions and data which contains: **For buckets** ``` { "collections_count": 5, "storage_size": "478" } ``` **For collections**...

It is already possible to get the `last_write` and we can use kinto-changes for that. Also having the creation date can be achieve with the kinto-history plugin that let you...

To answer @fpiedrah question, I guess this would be done at the permission and storage backends level, while the kinto-wizard command can be used at the HTTP API level and...

Your best take at it is to create a custom authentication backend. You have lots of example: - [kinto.plugins.openid](https://github.com/Kinto/kinto/tree/master/kinto/plugins/openid) - [kinto-facebook](https://github.com/Kinto/kinto-facebook) - [kinto-nexmo-verify](https://github.com/Kinto/kinto-nexmo-verify/) - [kinto-portier](https://github.com/Kinto/kinto-portier) I encourage you to copy...

We hit that bug today when trying to remove records from a user default_bucket, they didn't show in the admin

This is something that we definitely want to fix for the kinto webextension stack. Refs: https://sentry.prod.mozaws.net/operations/kinto-webextensions-stage/issues/384592/ ``Key (id, parent_id, collection_id)=(81d2f645-5b5f-2e53-fc0c-913e938ef2a4, , bucket) already exists.``

I agree with your analyse. I guess we are now ok to move out of sequences at some point. It is possible to handle timestamps differently. If think for the...