Skip to content
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

Resolves #665 Layer UUID handler #666

Closed
wants to merge 34 commits into from
Closed

Conversation

mattiagiupponi
Copy link

@mattiagiupponi mattiagiupponi commented Feb 10, 2021

Resolves issue 665 by introducing a hook for manage the uuid
Documentation PR

Checklist

Reviewing is a process done by project maintainers, mostly on a volunteer basis. We try to keep the overhead as small as possible and appreciate if you help us to do so by completing the following items. Feel free to ask in a comment if you have troubles with any of them.

For all pull requests:

  • Confirm you have read the contribution guidelines
  • You have sent a Contribution Licence Agreement (CLA) as necessary (not required for small changes, e.g., fixing typos in the documentation)
  • Make sure the first PR targets the master branch, eventual backports will be managed later. This can be ignored if the PR is fixing an issue that only happens in a specific branch, but not in newer ones.

The following are required only for core and extension modules (they are welcomed, but not required, for contrib modules):

  • There is a ticket in https://github.com/GeoNode/geonode/issues describing the issue/improvement/feature (a notable exemption is, changes not visible to end-users)
  • The issue connected to the PR must have Labels and Milestone assigned
  • PR for bug fixes and small new features are presented as a single commit
  • Commit message must be in the form "[Fixes #<issue_number>] Title of the Issue"
  • New unit tests have been added covering the changes, unless there is an explanation on why the tests are not necessary/implemented
  • This PR passes all existing unit tests (test results will be reported by travis-ci after opening this PR)
  • This PR passes the QA checks: flake8 geonode
  • Commits changing the settings, UI, existing user workflows, or adding new functionality, need to include documentation updates

Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or inapplicable.

Alessio Fabiani and others added 21 commits February 5, 2021 17:08
…e is b… (GeoNode#6930)

* [Fixes  GeoNode#6929] Do not overwrite existing thumbnails if the image is blank

* [Fixes  GeoNode#6929] Do not overwrite existing thumbnails if the image is blank

* [Fixes  GeoNode#6929] Do not overwrite existing thumbnails if the image is blank

* [Fixes  GeoNode#6929] Do not overwrite existing thumbnails if the image is blank

* [Fixes  GeoNode#6929] Do not overwrite existing thumbnails if the image is blank

* [Fixes  GeoNode#6929] Do not overwrite existing thumbnails if the image is blank
* allow Basic authenticated requests in LOCKDOWN mode

* fix to avoid circular import

* flake8 check fix

* added tests

Co-authored-by: Giovanni Allegri <[email protected]>
Co-authored-by: allyoucanmap <[email protected]>
Co-authored-by: biegan <[email protected]>
Bumps [setuptools](https://github.com/pypa/setuptools) from 52.0.0 to 53.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v52.0.0...v53.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pytz](https://github.com/stub42/pytz) from 2020.5 to 2021.1.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2020.5...release_2021.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ipython](https://github.com/ipython/ipython) from 7.19.0 to 7.20.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.19.0...7.20.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [httplib2](https://github.com/httplib2/httplib2) to permit the latest version.
- [Release notes](https://github.com/httplib2/httplib2/releases)
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG)
- [Commits](httplib2/httplib2@0.9...v0.19.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [owslib](https://github.com/geopython/OWSLib) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/geopython/OWSLib/releases)
- [Changelog](https://github.com/geopython/OWSLib/blob/master/CHANGES.rst)
- [Commits](geopython/OWSLib@0.22.0...0.23.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.22 to 1.3.23.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.16.60 to 1.17.4.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.16.60...1.17.4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* removes use of six library

* Remove remaining 'six' occurences

* Fix import in render_metrics.py

Co-authored-by: Matthew Northcott <[email protected]>
Co-authored-by: Alessio Fabiani <[email protected]>
afabiani and others added 5 commits February 10, 2021 18:28
…mage.resize (GeoNode#6849)

* Replaced resizeimage with PIL.Image.resize

* Removed redundant python_resize_image library

* Replaced Image.resize() with ImageOps.fit()

* Fix imports and remove python_resize_image from setup.cfg

Co-authored-by: Alessio Fabiani <[email protected]>
Co-authored-by: Matthew Northcott <[email protected]>
* Simplified long conditionals

* flake8 fixes

Co-authored-by: Matthew Northcott <[email protected]>
Co-authored-by: Alessio Fabiani <[email protected]>
* Split get/post handling

* flake8 fixes

Co-authored-by: Matthew Northcott <[email protected]>
Co-authored-by: Alessio Fabiani <[email protected]>
mattiagiupponi and others added 8 commits February 15, 2021 09:38
Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/tfranzel/drf-spectacular/releases)
- [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst)
- [Commits](tfranzel/drf-spectacular@0.13.1...0.13.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [drf-extensions](https://github.com/chibisov/drf-extensions) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/chibisov/drf-extensions/releases)
- [Commits](chibisov/drf-extensions@0.6.0...0.7.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.56.0 to 4.56.2.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.56.0...v4.56.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.17.4 to 1.17.7.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.4...1.17.7)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@mattiagiupponi
Copy link
Author

GeoNode#6953

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants