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

[Fixes #5476] Possible typo in SPCGeonode docker-compose.yml file #5475

Merged
merged 5 commits into from
Jan 8, 2020

Conversation

lucernae
Copy link
Contributor

@lucernae lucernae commented Jan 7, 2020

Change environment variable to refer GEONODE_DATABASE_USER
and GEONODE_GEODATABASE_USER respectively for user
field in database connections.

When testing GeoNode installation as described here in this document:
http://docs.geonode.org/en/master/install/spc/index.html
I did noticed that the environment variables has some typo.
The variables were defined in .env file but not used in docker-compose.yml in the appropriate location in database connection URL. Thus, I suspect this is a typo.

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 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 exemptions 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 are 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.

Change environment variable to refer GEONODE_DATABASE_USER
and GEONODE_GEODATABASE_USER respectively for user
field in database connections.
@cla-bot
Copy link

cla-bot bot commented Jan 7, 2020

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @lucernae on file. In order for us to review and merge your code, please contact the project maintainers to get yourself added.

@t-book
Copy link
Contributor

t-book commented Jan 7, 2020

Hi @lucernae
thanks for your contribution. Would you kindly sign the CLA as explained here: https://github.com/GeoNode/geonode/blob/master/CONTRIBUTING.md

Further, open an issue for your PR

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

Thanks!

@lucernae
Copy link
Contributor Author

lucernae commented Jan 8, 2020

Thank you @t-book . Previously I thought it was not required for one file small bug fix. Will do it as requested.

@t-book
Copy link
Contributor

t-book commented Jan 8, 2020

thanks @lucernae

@gannebamm
Copy link
Contributor

strange, I use them and had not spotted any issues with the current env - even though I must admit they look wrong. Let´s see what the tests say.

@lucernae
Copy link
Contributor Author

lucernae commented Jan 8, 2020

The default settings in .env have GEONODE_DATABASE and GEONODE_DATABASE_USER with the same value. So default settings works.

@gannebamm
Copy link
Contributor

@lucernae Of course, my fault.
I see only selenium SPC failing on travis, which has nothing to do with these changes. I would approve them.

@cla-bot
Copy link

cla-bot bot commented Jan 8, 2020

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @lucernae on file. In order for us to review and merge your code, please contact the project maintainers to get yourself added.

@codecov
Copy link

codecov bot commented Jan 8, 2020

Codecov Report

Merging #5475 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5475   +/-   ##
=======================================
  Coverage   57.57%   57.57%           
=======================================
  Files         172      172           
  Lines       19299    19299           
  Branches     3006     3006           
=======================================
  Hits        11112    11112           
  Misses       7167     7167           
  Partials     1020     1020

@lucernae lucernae changed the title Fix environment variable references [Fixes #5476] Possible typo in SPCGeonode docker-compose.yml file Jan 8, 2020
@lucernae
Copy link
Contributor Author

lucernae commented Jan 8, 2020

Hi @t-book @gannebamm , I've submitted the CLA as requested to [email protected] and [email protected]
I've also updated PR title according to the issue.

@afabiani afabiani added this to the 2.10.2 milestone Jan 8, 2020
@cla-bot
Copy link

cla-bot bot commented Jan 8, 2020

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @lucernae on file. In order for us to review and merge your code, please contact the project maintainers to get yourself added.

@cla-bot cla-bot bot removed the backport 2.10.x label Jan 8, 2020
@cla-bot
Copy link

cla-bot bot commented Jan 8, 2020

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @lucernae on file. In order for us to review and merge your code, please contact the project maintainers to get yourself added.

@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Jan 8, 2020
@afabiani afabiani merged commit 6aa2bcc into GeoNode:master Jan 8, 2020
afabiani pushed a commit that referenced this pull request Jan 8, 2020
Change environment variable to refer GEONODE_DATABASE_USER
and GEONODE_GEODATABASE_USER respectively for user
field in database connections.

Co-authored-by: Toni  <[email protected]>
Co-authored-by: Alessio Fabiani <[email protected]>
@lucernae lucernae deleted the fix_scripts branch January 8, 2020 15:43
afabiani pushed a commit that referenced this pull request Jan 8, 2020
[Backport to 2.10.x] Fix environment variable references (#5475)
gannebamm added a commit to gannebamm/geonode that referenced this pull request Feb 4, 2020
* [Fixes GeoNode#5392][Performance] Put meaningful generic thumbs if thumbnail generation fails some some reason

* Revert "[Issue GeoNode#4276] Upgrade tests for Python 2.7/3 compatibility"

*  - Smoke Test Seg Fault fix

* - Smoke Test Seg Fault fix

*  - Cleanup print messages

* - Smoke Test Seg Fault fix

* - Smoke Test Seg Fault fix

* - Smoke Test Seg Fault fix

* - Integration Tests fix

* - Integration Tests fix

* [Hardening] Minor fixes and checks

* Bump pytest from 4.6.6 to 4.6.7

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.6 to 4.6.7.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/4.6.7/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@4.6.6...4.6.7)

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

* Bump kombu from 4.6.6 to 4.6.7

Bumps [kombu](https://kombu.readthedocs.io) from 4.6.6 to 4.6.7.

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

* Bump tqdm from 4.40.0 to 4.40.2

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.40.0 to 4.40.2.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.40.0...v4.40.2)

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

* Bump boto3 from 1.10.32 to 1.10.35

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

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

* Bump splinter from 0.11.0 to 0.12.0

Bumps [splinter](https://github.com/cobrateam/splinter) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/cobrateam/splinter/releases)
- [Changelog](https://github.com/cobrateam/splinter/blob/master/docs/news.rst)
- [Commits](cobrateam/splinter@0.11.0...0.12.0)

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

* Bump boto3 from 1.10.32 to 1.10.36

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

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

* Setup code moved to geonode-selenium container

* [Hardening] Get rid of deprecated middelware

* [Hardening] Adding MAPBOX_BASEMAPS to local_settings.py.geoserver.sample

* [Issue GeoNode#4276] Upgrade tests for Python 2.7/3 compatibility

* Bump boto3 from 1.10.36 to 1.10.37

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

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

* [Fixes GeoNode#5408] Update "sync layers and maps" management commands documentation and cleanup old stuff

* Typos on updatelaters management command

*  - Disabling "Selenium Integration Tests SPCGeonode"

* Bump boto3 from 1.10.37 to 1.10.38

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

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

* Bump geonode-user-messages from 0.1.14 to 0.1.15

Bumps [geonode-user-messages](https://github.com/GeoNode/geonode-user-messages) from 0.1.14 to 0.1.15.
- [Release notes](https://github.com/GeoNode/geonode-user-messages/releases)
- [Changelog](https://github.com/GeoNode/geonode-user-messages/blob/master/CHANGELOG.md)
- [Commits](GeoNode/geonode-user-messages@0.1.14...0.1.15)

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

* Bump gn-gsimporter from 1.0.15 to 1.0.17

Bumps [gn-gsimporter](https://github.com/GeoNode/gsimporter) from 1.0.15 to 1.0.17.
- [Release notes](https://github.com/GeoNode/gsimporter/releases)
- [Changelog](https://github.com/GeoNode/gsimporter/blob/gn-gsimporter/CHANGELOG.md)
- [Commits](GeoNode/gsimporter@1.0.15...1.0.17)

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

* Bump django-mapstore-adapter from 1.0.13 to 1.0.14

Bumps [django-mapstore-adapter](https://github.com/GeoNode/django-mapstore-adapter) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/GeoNode/django-mapstore-adapter/releases)
- [Changelog](https://github.com/GeoNode/django-mapstore-adapter/blob/master/CHANGELOG.md)
- [Commits](GeoNode/django-mapstore-adapter@1.0.13...1.0.14)

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

* [Fixes GeoNode#5416] LIKE filter on layer download tab doesn't let setting a pattern value

* Bump celery from 4.3.0 to 4.4.0

Bumps [celery](https://github.com/celery/celery) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst)
- [Commits](celery/celery@v4.3.0...4.4.0)

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

* Bump splinter from 0.12.0 to 0.13.0

Bumps [splinter](https://github.com/cobrateam/splinter) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/cobrateam/splinter/releases)
- [Changelog](https://github.com/cobrateam/splinter/blob/master/docs/news.rst)
- [Commits](cobrateam/splinter@0.12.0...0.13.0)

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

* Bump coverage from 4.5.4 to 5.0

Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.4 to 5.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@coverage-4.5.4...coverage-5.0)

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

* Bump boto3 from 1.10.38 to 1.10.39

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

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

*  - Test fix

* Bump sqlalchemy from 1.3.11 to 1.3.12

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.11 to 1.3.12.
- [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-preview[bot] <[email protected]>

* [Fixes GeoNode#5429] Layer feature info templates are not used inside maps

* Bump django from 1.11.26 to 1.11.27

Bumps [django](https://github.com/django/django) from 1.11.26 to 1.11.27.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@1.11.26...1.11.27)

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

* Bump boto3 from 1.10.39 to 1.10.41

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

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

* Bump django-mapstore-adapter from 1.0.14 to 1.0.15

Bumps [django-mapstore-adapter](https://github.com/GeoNode/django-mapstore-adapter) from 1.0.14 to 1.0.15.
- [Release notes](https://github.com/GeoNode/django-mapstore-adapter/releases)
- [Changelog](https://github.com/GeoNode/django-mapstore-adapter/blob/master/CHANGELOG.md)
- [Commits](GeoNode/django-mapstore-adapter@1.0.14...1.0.15)

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

* Bump django-geonode-mapstore-client from 1.4.6 to 1.4.7

Bumps [django-geonode-mapstore-client](https://github.com/GeoNode/geonode-mapstore-client) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/GeoNode/geonode-mapstore-client/releases)
- [Changelog](https://github.com/GeoNode/geonode-mapstore-client/blob/master/CHANGELOG.md)
- [Commits](GeoNode/geonode-mapstore-client@1.4.6...1.4.7)

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

* Update django-jsonfield requirement from <1.3.2 to <1.4.1

Updates the requirements on [django-jsonfield](https://github.com/adamchainz/django-jsonfield) to permit the latest version.
- [Release notes](https://github.com/adamchainz/django-jsonfield/releases)
- [Commits](adamchainz/django-jsonfield@0.7...1.4.0)

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

* Bump boto3 from 1.10.41 to 1.10.42

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

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

* Update httplib2 requirement from <0.14.1 to <0.15.1

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.15.0)

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

* Bump pytest from 4.6.7 to 4.6.8

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.7 to 4.6.8.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/4.6.8/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@4.6.7...4.6.8)

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

* Bump boto3 from 1.10.42 to 1.10.43

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

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

* Bump django-geonode-mapstore-client from 1.4.7 to 1.4.8

Bumps [django-geonode-mapstore-client](https://github.com/GeoNode/geonode-mapstore-client) from 1.4.7 to 1.4.8.
- [Release notes](https://github.com/GeoNode/geonode-mapstore-client/releases)
- [Changelog](https://github.com/GeoNode/geonode-mapstore-client/blob/master/CHANGELOG.md)
- [Commits](GeoNode/geonode-mapstore-client@1.4.7...1.4.8)

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

* [Fixes GeoNode#5446] Fix binary files removed from lib

* [Fixes GeoNode#5419] Hierarchical keyword tree widget issues

* Bump coverage from 5.0 to 5.0.1

Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.0 to 5.0.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@coverage-5.0...coverage-5.0.1)

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

* Bump boto3 from 1.10.43 to 1.10.45

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

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

* Fixes [5463] Change geolite2-city endpoint

* Fixes GeoNode#5467 Gender neutral terminology

* [Fixes GeoNode#5468] Correct 'Favoriten' in german Translation

* [Hardening] Removing problematic CSS comment

(cherry picked from commit 3e44cbd)

* [Fixes GeoNode#5463] Change geolite2-city endpoint

* Bump geoip2 from 2.9.0 to 3.0.0

Bumps [geoip2](https://github.com/maxmind/libmaxminddb) from 2.9.0 to 3.0.0.
- [Release notes](https://github.com/maxmind/libmaxminddb/releases)
- [Changelog](https://github.com/maxmind/libmaxminddb/blob/master/Changes.md)
- [Commits](https://github.com/maxmind/libmaxminddb/commits)

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

* [Fixes 5464] Update docs for Tomcat download

* Bump pillow from 6.2.1 to 6.2.2

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](python-pillow/Pillow@6.2.1...6.2.2)

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

*  - Adding back backport bot (https://github.com/marketplace/actions/backporting)

* Add lucernae to CLA

*  - Avoid adding '%' by default

*  - Adding back backport bot (https://github.com/marketplace/actions/backporting)

*  - If no "%" sign is provided I would make it behave as before, i.e. having the "%" automatically added at the beginning and the end of the text, as per @giohappy comments

* Fix environment variable references (GeoNode#5475)

Change environment variable to refer GEONODE_DATABASE_USER
and GEONODE_GEODATABASE_USER respectively for user
field in database connections.

Co-authored-by: Toni  <[email protected]>
Co-authored-by: Alessio Fabiani <[email protected]>

* [Issue GeoNode#4276] Updating django-autocomplete-light to version 3.5.0 (GeoNode#5410)

* [Issue GeoNode#4276] Updating django-autocomplete-light to version 3.5.0

* [Issue GeoNode#4276] Updating django-autocomplete-light to version 3.5.0

Fixes:

1. When trying to edit the layer metadata I get the following error
GET http://localhost:8000/static/admin/css/autocomplete.css net::ERR_ABORTED 404 (Not Found)

2. If I try to insert new keywords containing substrings of already existing ones, they won't be inserted at all. As an instance, if I already have a keyword named "afabiani" in the system, trying to add a new one like "afa" or "afabi" or "iani" won't work.

* Fixing red highlight when keywords empty on wizard.

* Updating documentation for autocomplete/select2 changes.

Co-authored-by: Alessio Fabiani <[email protected]>

* .msgapi #mapstore-print-panel.modal-dialog

(cherry picked from commit 52c0194)

* Bump django-treebeard from 4.3 to 4.3.1

Bumps [django-treebeard](https://github.com/django-treebeard/django-treebeard) from 4.3 to 4.3.1.
- [Release notes](https://github.com/django-treebeard/django-treebeard/releases)
- [Changelog](https://github.com/django-treebeard/django-treebeard/blob/master/CHANGES)
- [Commits](django-treebeard/django-treebeard@4.3...4.3.1)

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

* Bump setuptools from 42.0.2 to 44.0.0

Bumps [setuptools](https://github.com/pypa/setuptools) from 42.0.2 to 44.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/master/CHANGES.rst)
- [Commits](pypa/setuptools@v42.0.2...v44.0.0)

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

* Bump tqdm from 4.40.2 to 4.41.1

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.40.2 to 4.41.1.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.40.2...v4.41.1)

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

* Bump coverage from 5.0.1 to 5.0.2

Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@coverage-5.0.1...coverage-5.0.2)

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

* Bump boto3 from 1.10.45 to 1.10.48

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

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

* Bump django-mapstore-adapter from 1.0.15 to 1.0.16

Bumps [django-mapstore-adapter](https://github.com/GeoNode/django-mapstore-adapter) from 1.0.15 to 1.0.16.
- [Release notes](https://github.com/GeoNode/django-mapstore-adapter/releases)
- [Changelog](https://github.com/GeoNode/django-mapstore-adapter/blob/master/CHANGELOG.md)
- [Commits](GeoNode/django-mapstore-adapter@1.0.15...1.0.16)

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

* Bump beautifulsoup4 from 4.8.1 to 4.8.2

Bumps [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) from 4.8.1 to 4.8.2.

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

* Bump pytest from 4.6.8 to 4.6.9

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.8 to 4.6.9.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/4.6.9/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@4.6.8...4.6.9)

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

* Bump invoke from 1.3.0 to 1.4.0

Bumps [invoke](https://github.com/bitprophet/alabaster) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/bitprophet/alabaster/releases)
- [Changelog](https://github.com/bitprophet/alabaster/blob/master/docs/changelog.rst)
- [Commits](https://github.com/bitprophet/alabaster/commits)

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

* [Fixes GeoNode#5486] "resolve_object" get confused when present a remote layer with alternate similar to the local one

* [Fixes GeoNode#5497] W*S on QGis not authenticating

* [Fixes GeoNode#5493] User permissions not synched when DEFAULT_ANONYMOUS_VIEW_PERMISSION is True

* Bump coverage from 5.0.2 to 5.0.3

Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@coverage-5.0.2...coverage-5.0.3)

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

* Bump boto3 from 1.10.48 to 1.11.0

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

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

*  - Typo

* [Fixes GeoNode#5504] Map Thumbnails Broken

*  - Bump to GeoServer 2.15.4

* Bump pytest-django from 3.7.0 to 3.8.0

Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v3.7.0...v3.8.0)

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

* [Fixes GeoNode#5504] Map Thumbnails Broken

*  - Bump to Python 3

*  - Bump to GeoServer 2.15.4

* - Bump to Python 3

* Update JETTY_RUNNER_URL to secure HTTPS equivalent

* Fix mixed content when logged in

*  - Bump to Python 3

* [Issue GeoNode#4276] Fixes to core modules for Python 3

Co-authored-by: Dingding Fan <[email protected]>
Co-authored-by: Dana Lambert <[email protected]>

* Adding documentation for Develop section

* Update index.rst

typo in l30 `service apahe2 stop`

* - Bump to Python 3

*  - Bump to officla spcgeonode images @ https://hub.docker.com/r/geonode/spcgeonode/tags

(cherry picked from commit 221de30)

# Conflicts:
#	scripts/spcgeonode/docker-compose.override.yml
#	scripts/spcgeonode/docker-compose.yml

*  - Updating SPCGeoNode README and doc references

(cherry picked from commit 0d824a3)

*  - Bump to Python 3

* Bump django-recaptcha from 2.0.5 to 2.0.6

Bumps [django-recaptcha](https://github.com/praekelt/django-recaptcha) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/praekelt/django-recaptcha/releases)
- [Changelog](https://github.com/praekelt/django-recaptcha/blob/develop/CHANGELOG.rst)
- [Commits](django-recaptcha/django-recaptcha@2.0.5...2.0.6)

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

* Fixed elasticsearch versions

* fixing steps and adding screenshots for develop

* fixing typos

*  - Adding "maabdelghaffar" to CLA signatures

* Update .travis.yml

Do not allow selenium failures anymore

*  - updated install doc

*  - Do not store unpickable objects on request session

* [Fixes GeoNode#5554] Fixed blank page when deleting announcements

* [Issue GeoNode#5555] Improved speed of terminating geoserver locally

* fixing workshop permissions tutorial

* [Fixes GeoNode#5560] Cannot upload XML layer metadata

*  - Update Django version on docs

* Bump pillow from 6.2.2 to 7.0.0

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 7.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](python-pillow/Pillow@6.2.2...7.0.0)

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

* Bump pyproj from 2.2.1 to 2.4.2.post1

Bumps [pyproj](https://github.com/pyproj4/pyproj) from 2.2.1 to 2.4.2.post1.
- [Release notes](https://github.com/pyproj4/pyproj/releases)
- [Changelog](https://github.com/pyproj4/pyproj/blob/master/docs/history.rst)
- [Commits](https://github.com/pyproj4/pyproj/commits)

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

* Bump django-mptt from 0.9.1 to 0.11.0

Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.9.1 to 0.11.0.
- [Release notes](https://github.com/django-mptt/django-mptt/releases)
- [Commits](django-mptt/django-mptt@0.9.1...0.11.0)

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

* Bump pytest from 4.6.9 to 5.3.4

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.9 to 5.3.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@4.6.9...5.3.4)

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

* Bump sqlalchemy from 1.3.12 to 1.3.13

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.12 to 1.3.13.
- [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-preview[bot] <[email protected]>

* Update numpy requirement from ==1.16.* to ==1.18.*

Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.16.0rc1...v1.18.1)

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

* Workaround for pip 20.0.2+ issue GeoNode#7645: 20.0.2 Regression: module missing pip._internal.download

* fix formatting issues at Develop documentation

* Bump tqdm from 4.41.1 to 4.42.0

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.41.1 to 4.42.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.41.1...v4.42.0)

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

* Fix GeoNode#5577 Vector layer does not have geometry or attributes.

* Changed exceptions messages to be more understandable

* Add travislbrundage to clabot

* Fixes: GeoNode#5585 pg_dump is failing because of version missmatch

* [Fixes GeoNode#5587] Set permissions for current user when DEFAULT_ANONYMOUS_VIEW_PERMISSION is False

* [Fixes GeoNode#5584] Added dutch sorted languages

Co-authored-by: Alessio Fabiani <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Francesco Frassinelli <[email protected]>
Co-authored-by: Matthew Northcott <[email protected]>
Co-authored-by: Toni  <[email protected]>
Co-authored-by: Rizky Maulana Nugraha <[email protected]>
Co-authored-by: dhlambert <[email protected]>
Co-authored-by: gonrial <[email protected]>
Co-authored-by: Dingding <[email protected]>
Co-authored-by: M. Ahmed <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible typo in SPCGeonode docker-compose.yml file
4 participants