-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Floutage des données sensibles #2687
Merged
jacquesfize
merged 12 commits into
PnX-SI:develop
from
bouttier:feat/permissions-blurring
Jan 5, 2024
Merged
Floutage des données sensibles #2687
jacquesfize
merged 12 commits into
PnX-SI:develop
from
bouttier:feat/permissions-blurring
Jan 5, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bouttier
force-pushed
the
feat/permissions-blurring
branch
from
September 6, 2023 14:27
00f1edc
to
5eb7663
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #2687 +/- ##
===========================================
+ Coverage 77.97% 78.44% +0.47%
===========================================
Files 87 88 +1
Lines 7033 7182 +149
===========================================
+ Hits 5484 5634 +150
+ Misses 1549 1548 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bouttier
force-pushed
the
feat/permissions-blurring
branch
from
September 8, 2023 09:30
100f477
to
f954be6
Compare
bouttier
force-pushed
the
feat/permissions-blurring
branch
3 times, most recently
from
December 18, 2023 11:04
baa19e7
to
6cd50de
Compare
bouttier
force-pushed
the
feat/permissions-blurring
branch
5 times, most recently
from
January 4, 2024 23:37
ab94ab8
to
a1d9f0b
Compare
Add UserSchema.organisme
Via migration
Note: usage of assert_geometries_equal requires shapely>=2
bouttier
force-pushed
the
feat/permissions-blurring
branch
from
January 4, 2024 23:54
a1d9f0b
to
c26da9c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Actuellement les données sensibles peuvent être exclus grâce au filtre de permission « Exclure les données sensibles ».
Cette PR ajoute un nouveau paramètre
BLUR_SENSITIVE_OBSERVATIONS
permettant de transformer ce filtre en « Flouter les données sensibles ».Le floutage est implémenté dans la visualisation de la synthèse, et nouvellement des exports de la synthèse.
En raison de l’impact important sur les performances de la synthèse, le floutage est désactivé par défaut.
Secondairement, cette PR monte shapely en version 2, et apporte un schéma Marshmallow pour les observations de la synthèse
SyntheseSchema
.Reprise de la PR #2571
Issue - #2558