Releases: GeoNodeUserGroup-DE/geonodectl
Releases · GeoNodeUserGroup-DE/geonodectl
v0.2.1
What's Changed
- [Fixes #70] Bug: creating a map via the GeoNode API leads to a map which is not visable on the web UI by @mwallschlaeger in #71
- [Fixes #72] Bug: maps create not setting maplayers properly by @mwallschlaeger in #73
- [Fixes #65] Feature: support endpoint /api/v2/keywords by @mwallschlaeger in #76
- issue_#60_Task_Update_install_method_to_use_pyproject.toml by @mwallschlaeger in #75
- Issue #55 feature support delete of multiple objects by @mwallschlaeger in #77
- [Fixes #74] allowing to add maplayers to a map while creating a map (including data blob) for WMS by @mwallschlaeger in #84
- [Fixes #81] Bug: set rasterdatasets as maplayer when creating a map fails by @mwallschlaeger in #85
- Issue #78 feature support /api/v2/resources/pk/linked resources by @mwallschlaeger in #86
- [Release] v0.2.1 by @mwallschlaeger in #87
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Issue#7 patching data to rest api by @mwallschlaeger in #8
- bugfixing changes to patch --set argument by @mwallschlaeger in #10
- removed pprint used json.dump instead by @mwallschlaeger in #13
- fixed delete bug by @mwallschlaeger in #15
- fixes #16 by @mwallschlaeger in #17
- Issue#18 upload support new importer design in verison 4.1 by @mwallschlaeger in #21
- fixed bug related to removing title argument for uploading data by @mwallschlaeger in #22
- [Fixes #23] Listing exectionrequests returns error by @mwallschlaeger in #24
- install script is not working as intended by @mwallschlaeger in #26
- A new parameter to read json files to patch dataset metadata (including attributes) by @kilichenko-pixida in #30
- [Fixes #33] refector GeonodeEnv to be more useable lib mode by @mwallschlaeger in #34
- [Fixes #33] refector GeonodeEnv to be more usable lib mode by @mwallschlaeger in #35
- [Fixes #36] add create map feature by @mwallschlaeger in #37
- [Fixes #39] add .github/ISSUE_TEMPLATE/ and .github/pull_request_template.md by @mwallschlaeger in #41
- [Fixes #32] make page size a default value inside the project by @mwallschlaeger in #40
- [Fixes #20] add user create function by @mwallschlaeger in #44
- [Fixes #20] add user create function by @mwallschlaeger in #46
- [Fixes #48] Feature: allow searching through filter parameter by @mwallschlaeger in #50
- [Fixes #47] Feature: implement /api/v2/tkeywords endpoint by @mwallschlaeger in #52
- [Fixes #53] Bug: uploading zipped files does not work as expected by @mwallschlaeger in #54
- [Fixes #56] Bug: maps create does not unpack dict before return by @mwallschlaeger in #57
- [Fixes #56] Bug: maps create does not unpack dict before return by @mwallschlaeger in #58
- [Fixes #51] Bug: creating user via json_content expects username, also fixes bug when using delete user by @mwallschlaeger in #62
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #59
- [Fixes #63] Bug: no unified handling of page, page_size and filter refactoring required by @mwallschlaeger in #64
- [Fixes #66] Bug: not for all geonode object types we are able to run --filter by @mwallschlaeger in #68
New Contributors
- @kilichenko-pixida made their first contribution in #30
- @dependabot made their first contribution in #59
Full Changelog: v0.1.0...v0.2.0
v0.1.0
geonodectl v0.1.0
This is the first release of geonodectl, a simple commandline interface for the geonode v2 API.
With this release geonodectl can interact with resources,datasets, documents, maps and geoapps. Further it has basic interaction with geonode users and uploads.