maudetes

Results 79 issues of maudetes

This issue follows issue #294, as it had never been answered. In order to implement timeout on server side, you need to override the `onTimeout()` function, as explained [in the...

Hello, We are using Pistache for our Rest server and we would like to add some unit tests to our server. We particularly want to test input and output formats...

First part of https://github.com/etalab/data.gouv.fr/issues/838. # Questions and TODOs - [ ] resource protected extras route needs dataset id -> but not always available - [ ] how to register additionnal...

A VSCode devcontainer for udata :) Requires the `Remote - Containers` extension (sadly [not available in VSCodium](https://github.com/microsoft/vscode-remote-release/issues/1925)). Some things left: - [ ] deal with user permissions (in particular on...

Fix https://github.com/etalab/data.gouv.fr/issues/358 (show sentry event id). Fix https://github.com/etalab/data.gouv.fr/issues/231 (update from raven to sentry). `SENTRY_PUBLIC_DSN` was required to set meta tags accordingly (see https://github.com/etalab/data.gouv.fr/issues/352#issuecomment-876588788) and had been removed in #2620. Sentry...

Following #2620, add integration tests for sentry, in particular to test flask and celery events catching. ## Possible Implementation You can look at the following doc for testing: https://docs.sentry.io/platforms/python/guides/flask/configuration/options/#transport, https://flask.palletsprojects.com/en/2.0.x/testing/...

Fix https://github.com/etalab/data.gouv.fr/issues/818, alternative to https://github.com/opendatateam/udata/pull/2750 Uses a separate `harvest` [dynamic document](https://docs.mongoengine.org/apireference.html#mongoengine.DynamicDocument) to store harvest information. The core fields are defined in [/dataset/models.py](https://github.com/maudetes/udata/blob/67dfdda59750eb4224c07b1da4c792f41147a26f/udata/core/dataset/models.py#L131). Any entry can be added freely, without validation...

Hello ! We've upgraded to the latest mongo, pymongo and mongoengine versions recently. It seems that we sometimes have duplicates results when paginating using slices or index on objects with...

Close https://github.com/etalab/data.gouv.fr/issues/1148 Add an IGNORED_SCHEMA_TYPES variable to ignore some schema types (datapackage). Felt more secure to have an exclude instead of an include logic. :warning: The front filter doesn't use...

Fix https://github.com/etalab/data.gouv.fr/issues/1079 Fix https://github.com/etalab/data.gouv.fr/issues/1062 We should target for support >=3.8 and make it work with 3.10 at least. Add [flask-shell-ipython](https://pypi.org/project/flask-shell-ipython/) deps in develop.in in this PR since latest version requires...