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

Patch 1 #1

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

Patch 1 #1

wants to merge 56 commits into from

Conversation

anjogu
Copy link
Owner

@anjogu anjogu commented Jul 22, 2024

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: black geonode && flake8 geonode
  • Commits changing the settings, UI, existing user workflows, or adding new functionality, need to include documentation updates
  • Commits adding new texts do use gettext and have updated .po / .mo files (without location infos)

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.

github-actions bot and others added 30 commits May 25, 2023 09:52
…de#11107)

* Bump to Geoserver 2.23.1

* fixed typo

(cherry picked from commit a5d7552)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
(cherry picked from commit 82ca860)

Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
* Bump requests from 2.30.0 to 2.31.0

Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.30.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Dependencies] Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
(cherry picked from commit 100a46e)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump owslib from 0.29.1 to 0.29.2

Bumps [owslib](https://github.com/geopython/OWSLib) from 0.29.1 to 0.29.2.
- [Release notes](https://github.com/geopython/OWSLib/releases)
- [Commits](geopython/OWSLib@0.29.1...0.29.2)

---
updated-dependencies:
- dependency-name: owslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Dependencies] Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
(cherry picked from commit 65e580c)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…e#11110)

* Bump geoserver-restconfig from 2.0.8 to 2.0.9

Bumps [geoserver-restconfig](https://github.com/GeoNode/geoserver-restconfig) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/GeoNode/geoserver-restconfig/releases)
- [Changelog](https://github.com/GeoNode/geoserver-restconfig/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GeoNode/geoserver-restconfig/commits)

---
updated-dependencies:
- dependency-name: geoserver-restconfig
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Dependencies] Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
(cherry picked from commit 83703e8)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump invoke from 2.1.1 to 2.1.2

Bumps [invoke](https://github.com/pyinvoke/invoke) from 2.1.1 to 2.1.2.
- [Commits](pyinvoke/invoke@2.1.1...2.1.2)

---
updated-dependencies:
- dependency-name: invoke
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Dependencies] Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
(cherry picked from commit f3ddb10)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….0 (GeoNode#11091) (GeoNode#11113)

* Update setuptools requirement from <67.8.0,>=59.1.1 to >=59.1.1,<67.9.0

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v65.5.1...v67.8.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Dependencies] Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
(cherry picked from commit 6d8fe43)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump wandb from 0.15.2 to 0.15.3

Bumps [wandb](https://github.com/wandb/wandb) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.15.2...v0.15.3)

---
updated-dependencies:
- dependency-name: wandb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Dependencies] Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
(cherry picked from commit 32cda5b)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump sqlalchemy from 2.0.13 to 2.0.15

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.13 to 2.0.15.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Dependencies] Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
(cherry picked from commit 3fbdad0)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump boto3 from 1.26.133 to 1.26.137

Bumps [boto3](https://github.com/boto/boto3) from 1.26.133 to 1.26.137.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.26.133...1.26.137)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Dependencies] Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
(cherry picked from commit 1fa0e2d)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
GeoNode#11119)

(cherry picked from commit 927a302)

Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
…eoNode#11130) (GeoNode#11132)

(cherry picked from commit 4bf0d8a)

Co-authored-by: Emanuele Tajariol <etj@geo-solutions.it>
…) (GeoNode#11150)

* strip port from visitor_ip_address

* gix PEP

(cherry picked from commit 6887596)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
(cherry picked from commit 5ae4e18)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
…with the Django Admin (GeoNode#11189) (GeoNode#11190)

(cherry picked from commit c34e492)

Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
… (GeoNode#11165) (GeoNode#11201)

* FIx download_url for WFS url

* FIx download_url for WFS url

* FIx download_url for WFS url, change settings

* FIx download_url for WFS url, change settings

* Fix tests

* [Fixes GeoNode#11156] Approach change and code rollback

* [Fixes GeoNode#11156] Approach change and code rollback

* [Fixes GeoNode#11156] Approach change and code rollback

* [Fixes GeoNode#11156] Change delete query for original links

---------

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
(cherry picked from commit e103d06)

Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
…eoNode#11214)

* Fix GeoNode#11154 - Wrong login URL in notification

* fix single quote

(cherry picked from commit ad68f2e)

Co-authored-by: Francisco Vicent <franciscovicent@outlook.com>
* Bump django from 3.2.19 to 3.2.20

Bumps [django](https://github.com/django/django) from 3.2.19 to 3.2.20.
- [Commits](django/django@3.2.19...3.2.20)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* - Align "setup.cfg" to "requirements.txt"

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alessio Fabiani <alessio.fabiani@geosolutionsgroup.com>
(cherry picked from commit de59bce)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…eoNode#11257) (GeoNode#11261)

* Assign regions based on contains and overlaps

* tests

* fix E501
…st fixes [Fixes GeoNode#11264] Fix the italian translation for Position (GeoNode#11284)

(cherry picked from commit 2bdd242)

Co-authored-by: etj <etj@geo-solutions.it>
…#11314)

* expose dataser ows url

* Formatting

(cherry picked from commit 3c5729e)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
… Service (GeoNode#11309) (GeoNode#11315)

Co-authored-by: Alessio Fabiani <alessio.fabiani@geosolutionsgroup.com>
…Node#11324) (GeoNode#11325)

* Align the Position labels and translations

* Improvement to it translation

(cherry picked from commit 2b09aa6)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
github-actions bot and others added 26 commits August 7, 2023 18:01
…) (GeoNode#11344)

(cherry picked from commit 84b27ae)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
…eoNode#11345)

(cherry picked from commit 1c8df23)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
(cherry picked from commit 4861375)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
* [Fixes GeoNode#11332] Remove geoip task

* [Fixes GeoNode#11332] Rollback requirements.txt

* [Fixes GeoNode#11332] Rollback setuo.cfg

(cherry picked from commit 95eb82e)

Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
* Bump client to 4.1.1 and importer to 1.0.4

* Bump version to version 4.1.1
…e#11369) (GeoNode#11370)

* Fix spatial representation type parsing

* improved code

* fixed tests

* fixed formatting

(cherry picked from commit 3fa9a86)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
…dn't be… (GeoNode#11321) (GeoNode#11384)

* [Fixes GeoNode#11320] API V1 delivers information on users that shouldn't be visible

* Fix black and flake8

* Fix black and flake8

* Fix black and flake8

* Fix black and flake8

* [Fixes GeoNode#11320] API V1 delivers information on users that shouldn't be visible

---------

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
(cherry picked from commit c84f55e)

Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
…ode#11485)

* Fixup dataset template

* Fixup document template

* Fixup geoapp and maps template

* [Fixes GeoNode#11430] Fix template typo

(cherry picked from commit 1404400)

Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
Co-authored-by: G. Allegri <giohappy@gmail.com>
)

* [Backport 4.1.x] SSRF Bypass to return internal host data

* - Test fix

(cherry picked from commit 6503e42)

---------

Co-authored-by: G. Allegri <giohappy@gmail.com>
(cherry picked from commit 8865884)

Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
…1489) (GeoNode#11490)

* [Fixes GeoNode#11430] Improve metadata template for geoapp

* [Fixes GeoNode#11430] Remove typo

* [Fixes GeoNode#11430] add block for doc

(cherry picked from commit 66ccb3c)

Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
This reverts commit f5be5d3.
…eoNode#12004)

* [Fixes GeoNode#11977] B/R should only deal with data

* [Fixes GeoNode#11977] B/R should only deal with data
…12021)

* Upgrade Remote Docker version for CircleCI (GeoNode#12020)

(cherry picked from commit cd1ad83)

* Backport 12020 to 4.1.x, fix inconsistent test result

---------

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
Co-authored-by: mattiagiupponi <mattia.giupponi@gmail.com>
update on dropbox version under branch 4.1.x
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.

4 participants