-
Notifications
You must be signed in to change notification settings - Fork 19
[Fixes #286] Allow to add metadata when uploading a resource #287
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
[Fixes #286] Allow to add metadata when uploading a resource #287
Conversation
|
end2end test fails because of |
|
@mattiagiupponi any updates here? To make GeoNode/geonode#12929 work, the importer has to parse and pass the |
|
Hi @ridoo I'll review it today, sorry for the waiting |
|
No problem :) Just wanted to connect the dots |
|
tested with this simple CURL and it worked as expected (file path should be update accordingly) I'll make a test on my local to see if the tests passes |
|
tested on local by updating the docker and works as expected, all the tests passes: Updated Dockerfile test results: |
|
@mattiagiupponi we would need this feature to be available for I know this repo becomes outdated once we move to GeoNode |
|
Done: #291 |
* [Fixes #273] connect resource with execution request * Update README.md * Update README.md * store spacial file always true for cloning * store spacial file always true for cloning * fix build * [Fixes #12763] 3D tiles geometricError mandatory field should be on t… (#279) * [Fixes #12763] 3D tiles geometricError mandatory field should be on tileset level ref to GeoNode/geonode#12763 * fix tests * Update tests.py * Update test_end2end.py * fix test * [Fixes #12789] Improve 3dtiles filename handling (#281) * Fix migrations for asset (#283) * Fix migrations for create handlerinfo via asset * Fix migrations for create handlerinfo via asset * [Fixes #286] Allow to add metadata when uploading a resource (#287) * [Fixes #12828] New remote datasets are not registered inside proxy allowed hosts when GeoNode runs asynchoronously (#282) * [Fixes #255] Fix encoding for Shapefile uploads (#289) Use SHAPE_ENCODING parameter to inform the ogr2ogr command of the encoding for the Shapefile so it can transform accordingly. * [FIXIES 13044] Remote WMS dataset store is not correct if uploaded via importer (#292) * Update remote.py * [FIXIES 13044] Remote WMS dataset store is not correct if uploaded via importer * [Fixes #13451] broken upload datasets when asset have duplicated name from different users (#296) --------- Co-authored-by: Giovanni Allegri <[email protected]> Co-authored-by: Henning Bredel <[email protected]> Co-authored-by: Peter Marlow <[email protected]>
Relates to #286