Alexandre Bulté

Results 67 issues of Alexandre Bulté

Source : https://static.data.gouv.fr/resources/demandes-de-valeurs-foncieres/20191030-171734/faq.pdf

Ref http://docs.mongoengine.org/guide/mongomock.html This should speed up testing (twice as fast on my machine). :warning: remove `MONGODB_HOST_TEST` from your local `udata.cfg`. Fix https://github.com/etalab/data.gouv.fr/issues/467

Assuming `JSON.stringify` is safe enough since this can be a user provided value 🧐. ## Before ## After

A naive approach at dispatching webhooks. ~~For now, only the dispatch logic is here, we still need to plug it to signals (dataset created...).~~ Plugged-in signals: - [x] datagouvfr.dataset.created -...

Replaces #2367, courtesy of @odtvince

Allows to conditionally hook into dataset sidebar template via an extension like https://github.com/abulte/udata-dataset-sidebar-example.

We discussed this change a few times, and always agreed it was not needed anymore. The profile page adds little value. It can be a problem wrt/ spam.

refactoring
to-be-discussed

My local environment was broken due to the absence of `manifest.json`. I had to run `inv assets-build` to fix this, both in `udata` and `udata-gouvfr`. So this PR: - moves...