forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3.3.x][Fixes GeoNode#8689] Extend the ResourceBase metadata model wi…
…th an opaque JSONField (GeoNode#8727) * [Fixes GeoNode#8689] Extend the ResourceBase metadata model with an opaque JSONField * [Fixes GeoNode#8689] Fix missing resource_type for new form instances * [Fixes GeoNode#8689] Add test and UI fix for doc, maps and geoapps * [Fixes GeoNode#8689] Fix flakee8 formatting * [Fixes GeoNode#8689] Extra metadata json saved with format * [Fixes GeoNode#8689] Refactor validation def, start defining endpoint for API * [Fixes GeoNode#8689] Definition of extra-metadata endpoints for resources * [Fixes GeoNode#8689] Converting metadata from jsonfield to manytomany relation * [Fixes GeoNode#8689] Fix views with new relation and prettify json on UI * [Fixes GeoNode#8689] Fix serializer * [Fixes GeoNode#8689] Fix custom metadata endpoint, update metadata schema * [Fixes GeoNode#8689] Fix flake8 issues * [Fixes GeoNode#8689] Remove endpoint from each resorce, keep it only on base resource * [Fixes GeoNode#8689] Fix broken tests * [Fixes GeoNode#8689] Add metadata filtering in API v1 * [Fixes GeoNode#8689] Add test for metadata filtering in API v1 * [Fixes GeoNode#8689] Fix some of broken tests * [Fixes GeoNode#8689] fix flake8 * [Fixes GeoNode#8689] fix tests * [Fixes GeoNode#8689] removed typo on settings.py * [Fixes GeoNode#8689] fix broken build * [Fixes GeoNode#8689] fix minor error on filter convertion * [Fixes GeoNode#8689] fix flake8 * [Fixes GeoNode#8689] Update default schema structure
- Loading branch information
1 parent
410b2c0
commit b24c8e8
Showing
29 changed files
with
756 additions
and
32 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.