udata 9.2.2.dev31715__py2.py3-none-any.whl → 9.2.2.dev31762__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/dataservices/models.py +1 -4
- {udata-9.2.2.dev31715.dist-info → udata-9.2.2.dev31762.dist-info}/METADATA +2 -1
- {udata-9.2.2.dev31715.dist-info → udata-9.2.2.dev31762.dist-info}/RECORD +7 -7
- {udata-9.2.2.dev31715.dist-info → udata-9.2.2.dev31762.dist-info}/LICENSE +0 -0
- {udata-9.2.2.dev31715.dist-info → udata-9.2.2.dev31762.dist-info}/WHEEL +0 -0
- {udata-9.2.2.dev31715.dist-info → udata-9.2.2.dev31762.dist-info}/entry_points.txt +0 -0
- {udata-9.2.2.dev31715.dist-info → udata-9.2.2.dev31762.dist-info}/top_level.txt +0 -0
|
@@ -122,10 +122,7 @@ class Dataservice(WithMetrics, Owned, db.Document):
|
|
|
122
122
|
readonly=True,
|
|
123
123
|
)
|
|
124
124
|
description = field(db.StringField(default=""), description="In markdown")
|
|
125
|
-
base_api_url = field(
|
|
126
|
-
db.URLField(required=True),
|
|
127
|
-
sortable=True,
|
|
128
|
-
)
|
|
125
|
+
base_api_url = field(db.URLField(), sortable=True)
|
|
129
126
|
endpoint_description_url = field(db.URLField())
|
|
130
127
|
authorization_request_url = field(db.URLField())
|
|
131
128
|
availability = field(db.FloatField(min=0, max=100), example="99.99")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 9.2.2.
|
|
3
|
+
Version: 9.2.2.dev31762
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Home-page: https://github.com/opendatateam/udata
|
|
6
6
|
Author: Opendata Team
|
|
@@ -143,6 +143,7 @@ It is collectively taken care of by members of the
|
|
|
143
143
|
- Add a filter on organization and document sort parameters in the `/discussions` endpoint [#3147](https://github.com/opendatateam/udata/pull/3147)
|
|
144
144
|
- Move discussion catalog creation and add fields [#3152](https://github.com/opendatateam/udata/pull/3152) and [#3154](https://github.com/opendatateam/udata/pull/3154)
|
|
145
145
|
- Add resources formats and harvest remote_url on dataset catalog [#3159](https://github.com/opendatateam/udata/pull/3159)
|
|
146
|
+
- Make base_api_url optional in dataservice [https://github.com/opendatateam/udata/pull/3163](#3163)
|
|
146
147
|
|
|
147
148
|
## 9.2.1 (2024-09-23)
|
|
148
149
|
|
|
@@ -82,7 +82,7 @@ udata/core/contact_point/models.py,sha256=yB82UcZJGeVhSIsvnpAT8yao7fmAyl59WVGphP
|
|
|
82
82
|
udata/core/dataservices/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
83
83
|
udata/core/dataservices/api.py,sha256=uwKSwwZEskECTzt9ePaAbfpwx6DbEP0eE3Ovopo2DPk,4750
|
|
84
84
|
udata/core/dataservices/factories.py,sha256=LDk8vvG0zhW8J-ZX5LoJQDU13pqeIyjQ05muuMro_eA,876
|
|
85
|
-
udata/core/dataservices/models.py,sha256=
|
|
85
|
+
udata/core/dataservices/models.py,sha256=BFnfGPmhZM2mSnv4eIy_s67iTGUPTdOnYNpOpSFiDyo,8239
|
|
86
86
|
udata/core/dataservices/permissions.py,sha256=98zM_R4v2ZtRubflB7ajaVQz-DVc-pZBMgtKUYy34oI,169
|
|
87
87
|
udata/core/dataservices/rdf.py,sha256=l1vItR7jhaTxs5f6kU6MAR32uvRR233GDbp1hIUbP3k,4673
|
|
88
88
|
udata/core/dataservices/tasks.py,sha256=a43x1oKNF-EYmzM3O-8GQPJvZsgJmQiXOZx8Qti3M4E,960
|
|
@@ -698,9 +698,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=WpPzAqVd2Onv_kz45ULUySKPLrpjcc
|
|
|
698
698
|
udata/translations/pt/LC_MESSAGES/udata.po,sha256=18Op9RUITewoDRewlOdYzzq6gjsf1lsvepACV1d7zxs,44976
|
|
699
699
|
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=NIYRNhVoETZUvIvWm3cCW7DtMBAnS2vXzZjMF5ZzD_c,28500
|
|
700
700
|
udata/translations/sr/LC_MESSAGES/udata.po,sha256=rQB-4V4WJ7bURj6g2j653vItr5TMHadcLQxec7_fDmg,51545
|
|
701
|
-
udata-9.2.2.
|
|
702
|
-
udata-9.2.2.
|
|
703
|
-
udata-9.2.2.
|
|
704
|
-
udata-9.2.2.
|
|
705
|
-
udata-9.2.2.
|
|
706
|
-
udata-9.2.2.
|
|
701
|
+
udata-9.2.2.dev31762.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
702
|
+
udata-9.2.2.dev31762.dist-info/METADATA,sha256=LxUIdHvAQ7upZaNMFW0a4Mnn4QTxT1oVt4QnB2vfk4w,131420
|
|
703
|
+
udata-9.2.2.dev31762.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
704
|
+
udata-9.2.2.dev31762.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
|
|
705
|
+
udata-9.2.2.dev31762.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
706
|
+
udata-9.2.2.dev31762.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|