- 29 Sep, 2020 1 commit
-
-
Laurent Peuch authored
-
- 15 Nov, 2019 1 commit
-
-
Arthur Lutz authored
-
- 25 Sep, 2020 1 commit
-
-
Laurent Peuch authored
-
- 10 Sep, 2019 19 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
Essentially use "data_hash" attribute instead of "data_sha1hex".
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
Version 0.35.0 includes referenced changeset.
-
- 31 Jul, 2019 4 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
This packages replaces cubicweb-postgis which cannot be installed along with python-cubicweb-postgis at least on ubuntu bionic.
-
Denis Laxalde authored
-
- 14 Dec, 2017 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 11 Dec, 2017 1 commit
-
-
Denis Laxalde authored
We add a constraint involving the 'publisher_type' relation that is used to describe if and how an Agent is a publisher. Closes extranet #36768404.
-
- 13 Dec, 2017 2 commits
-
-
Denis Laxalde authored
This is completely wrong, we don't want to delete the object (Concept) when a license relation is removed. As a bonus point, we can remove uicfg declarations which were used before to mimic non-composite relation display in the primary view of DataCatalog and Distribution. Closes extranet #36769540.
-
Denis Laxalde authored
Just fetch the file version at http://licenses.opendefinition.org/licenses/groups/all.json. The JSON diff is: [ { "op" : "replace", "value" : "retired", "path" : "/ukclickusepsi/status" }, { "op" : "replace", "value" : "retired", "path" : "/ukcrown-withrights/status" }, { "path" : "/LO-FR-2.0", "op" : "add", "value" : { "maintainer" : "Etalab", "od_conformance" : "not reviewed", "title" : "Open License 2.0", "domain_data" : true, "url" : "https://www.etalab.gouv.fr/licence-ouverte-open-licence", "id" : "LO-FR-2.0", "is_generic" : "false", "family" : "", "status" : "active", "domain_content" : false, "domain_software" : false, "osd_conformance" : "not reviewed" } } ] Related to extranet #36769540.
-
- 11 Dec, 2017 2 commits
-
-
Denis Laxalde authored
This attribute will be used to name imported file in place of the "path" part of feed's URL which might be problematic when, e.g., the URL is generic and uses a query string. Still we make the attribute automatically computed (from the URL) when not specified (and hence, not required in the edition form). Closes extranet #36769551.
-
Denis Laxalde authored
-
- 13 Nov, 2017 6 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
Instead of proxying to the underlying file entity, we now expose a direct download link for distribution's data (that still goes through the underlying file to get its data). The advantage of this is that the download URL is permanent during the life-time of the Distribution entity, whereas the underlying file may change during data feed imports thus leading to 404 errors for consumers of the RDF export. Closes extranet #39788403.
-
Denis Laxalde authored
This is similar to the rewrite rule in cubicweb-file.
-
Denis Laxalde authored
We actually do not want data preview as it may fail sometimes (hence the previous version of SafeIDownloadablePrimaryView) or it may slow down page loading to something that's not acceptable for large files. Also, the UI is ugly. As a consequence, we can safely implement download_data method for DownloadableDistribution as we'll need this in the next patch.
-
- 13 Oct, 2017 1 commit
-
-
Denis Laxalde authored
-