udata 10.3.3.dev35020__py2.py3-none-any.whl → 10.3.3.dev35068__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of udata might be problematic. Click here for more details.
- udata/core/dataset/api_fields.py +1 -0
- udata/core/dataset/apiv2.py +1 -0
- udata/core/reuse/models.py +1 -0
- {udata-10.3.3.dev35020.dist-info → udata-10.3.3.dev35068.dist-info}/METADATA +3 -2
- {udata-10.3.3.dev35020.dist-info → udata-10.3.3.dev35068.dist-info}/RECORD +9 -9
- {udata-10.3.3.dev35020.dist-info → udata-10.3.3.dev35068.dist-info}/LICENSE +0 -0
- {udata-10.3.3.dev35020.dist-info → udata-10.3.3.dev35068.dist-info}/WHEEL +0 -0
- {udata-10.3.3.dev35020.dist-info → udata-10.3.3.dev35068.dist-info}/entry_points.txt +0 -0
- {udata-10.3.3.dev35020.dist-info → udata-10.3.3.dev35068.dist-info}/top_level.txt +0 -0
udata/core/dataset/api_fields.py
CHANGED
udata/core/dataset/apiv2.py
CHANGED
udata/core/reuse/models.py
CHANGED
|
@@ -58,6 +58,7 @@ class ReuseBadgeMixin(BadgeMixin):
|
|
|
58
58
|
{"key": "views", "value": "metrics.views"},
|
|
59
59
|
],
|
|
60
60
|
additional_filters={"organization_badge": "organization.badges"},
|
|
61
|
+
mask="*,datasets{title,uri,page}",
|
|
61
62
|
)
|
|
62
63
|
class Reuse(db.Datetimed, WithMetrics, ReuseBadgeMixin, Owned, db.Document):
|
|
63
64
|
title = field(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 10.3.3.
|
|
3
|
+
Version: 10.3.3.dev35068
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Home-page: https://github.com/opendatateam/udata
|
|
6
6
|
Author: Opendata Team
|
|
@@ -141,7 +141,8 @@ It is collectively taken care of by members of the
|
|
|
141
141
|
|
|
142
142
|
## Current (in progress)
|
|
143
143
|
|
|
144
|
-
-
|
|
144
|
+
- Improve reuse api perfs by adding a mask on datasets [#3309](https://github.com/opendatateam/udata/pull/3309)
|
|
145
|
+
- Add `featured` to dataset default mask [#3313](https://github.com/opendatateam/udata/pull/3313)
|
|
145
146
|
|
|
146
147
|
## 10.3.2 (2025-05-06)
|
|
147
148
|
|
|
@@ -95,8 +95,8 @@ udata/core/dataset/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
95
95
|
udata/core/dataset/actions.py,sha256=mX6xox0PiMrbcAPZ3VZsI26rfM-ciYfEXxN6sqqImKA,1222
|
|
96
96
|
udata/core/dataset/activities.py,sha256=v8k1jwhdx62Z2ARZq8Q-x86OWSsBK99hRloPl74OCgA,1502
|
|
97
97
|
udata/core/dataset/api.py,sha256=Xif5NcmxXMrTnDwWi3RKfzIp_FxlYVTVcYCgPi2g0M0,33120
|
|
98
|
-
udata/core/dataset/api_fields.py,sha256=
|
|
99
|
-
udata/core/dataset/apiv2.py,sha256=
|
|
98
|
+
udata/core/dataset/api_fields.py,sha256=SLuzWoPdMLPX28WQ9DRGUPKS27vlltiFeiTo6jXa55Q,17549
|
|
99
|
+
udata/core/dataset/apiv2.py,sha256=5tBsbEbF7kjUHP0X9Xd6qDSI9bqNBgYvRaWs0n3r1OM,17803
|
|
100
100
|
udata/core/dataset/commands.py,sha256=__hPAk_6iHtgMnEG51ux0vbNWJHxUjXhi1ukH4hF5jY,3714
|
|
101
101
|
udata/core/dataset/constants.py,sha256=44uFvmL7xRF73Kag3rdaVli6CIP-3ZN8obhmsqHYJIM,2918
|
|
102
102
|
udata/core/dataset/csv.py,sha256=aNJOytbFbH8OCYr6hyaSaqFSa94Xb3dvBd3QGZHJRsA,3633
|
|
@@ -181,7 +181,7 @@ udata/core/reuse/constants.py,sha256=JgDBrjOKSt9q0auv9rjzbGsch83H-Oi8YXAKeI5hO4o
|
|
|
181
181
|
udata/core/reuse/csv.py,sha256=hCvKYzbL6kiUwzHkd9jrexdeACBj5k7XycKaLZesQeo,892
|
|
182
182
|
udata/core/reuse/factories.py,sha256=GrQqYTIvwQrwkvJrbTr38-2faFW_PC99gn3yOVpgFec,850
|
|
183
183
|
udata/core/reuse/metrics.py,sha256=sVh7BlW3OKRvFDHFyD4pPUV91jOOhj8qeWbBkLPn5Gg,176
|
|
184
|
-
udata/core/reuse/models.py,sha256=
|
|
184
|
+
udata/core/reuse/models.py,sha256=ibPCh7_O3_astx4u4v1m83fRAlbajL4rZuZVGWsYZ3Y,8666
|
|
185
185
|
udata/core/reuse/permissions.py,sha256=j-ancS7gvLl5vJu0TNYqpYD-2So-UzoDE4IHLxRoMGg,621
|
|
186
186
|
udata/core/reuse/search.py,sha256=y1DwXYkBMBwuhn62CULkU1NNo89IYp0Ae7U01jcnjBY,3137
|
|
187
187
|
udata/core/reuse/signals.py,sha256=nDrEUpYKN0AdYiEbrR0z3nzXzjaRcD8SAMutwIDsQPM,155
|
|
@@ -726,9 +726,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=ViV14tUmjSydHS0TWG_mFikKQfyUaT
|
|
|
726
726
|
udata/translations/pt/LC_MESSAGES/udata.po,sha256=rzAD_MVoV54TmN3w1ECz3H2Ru5pM7hWMVH03SkY28Q8,47250
|
|
727
727
|
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=EHX1_D-Uglj38832G7BrA0QC5IuY3p8dKqi9T0DgPmE,29169
|
|
728
728
|
udata/translations/sr/LC_MESSAGES/udata.po,sha256=3PMnbVhKVJh6Q8ABi1ZTZ8Dcf-sMjngLJZqLbonJoec,54225
|
|
729
|
-
udata-10.3.3.
|
|
730
|
-
udata-10.3.3.
|
|
731
|
-
udata-10.3.3.
|
|
732
|
-
udata-10.3.3.
|
|
733
|
-
udata-10.3.3.
|
|
734
|
-
udata-10.3.3.
|
|
729
|
+
udata-10.3.3.dev35068.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
730
|
+
udata-10.3.3.dev35068.dist-info/METADATA,sha256=ryDQc1Wt1G4ENdYlyst4xltkRgWebQtZ9E9Pc21DC_Q,145583
|
|
731
|
+
udata-10.3.3.dev35068.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
732
|
+
udata-10.3.3.dev35068.dist-info/entry_points.txt,sha256=ETvkR4r6G1duBsh_V_fGWENQy17GTFuobi95MYBAl1A,498
|
|
733
|
+
udata-10.3.3.dev35068.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
734
|
+
udata-10.3.3.dev35068.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|