EHJ-52n

Results 32 issues of EHJ-52n

## Description **Goal**: "one service per container" **Background** - Docker documentation: ["Run multiple services in a container"](https://docs.docker.com/config/containers/multi-service_container/) - devops.stackexchange: ["Why it is recommended to run only one process in a...

## Description This PR ensures that the celery container is waiting for the geonode container to launch before itself. By doing this, the migrations and other django init steps are...

## Expected Behavior When filling the "user is inviting you to GeoNode" mail template, I expected that the space in my sitename is correctly URL encoded with `+` or `%20`:...

minor
3.2.x
3.3.x
master

I am currently using version 7c62b9b6deb8191889ba817df10005366524fa8b of the [jenkins plugin](https://github.com/munin-monitoring/contrib/blob/master/plugins/jenkins/jenkins_). When providing a not working API token, I expected something like: ``` Not authorized. Provided API token username combination is...

no-issue-activity

### Problem The last item`s **keywords** are rendered in the wrong column because it has not the following properties: **project** and **category**. ![screenshot_2021-09-09_13-39](https://user-images.githubusercontent.com/3839896/132679296-33051edc-f48d-43db-9428-a5a1567d24ec.png) ### Expected behavior For all items in...

Please consider https://wiki.52north.org/bin/view/Documentation/BestPracticeLicenseManagementInSoftwareProjects#maven_notice_plugin especially the section ``` XML http://52north.github.io/cdn/licenses/license-mappings.xml ```

## Problem When inserting an observation with an encoded feature of interest instance using an identifier that is already present in the SOS instance but having a different geometry, the...

bug

#### Checklist - [x] Only if only **one** template exists for the given offering and observed property. - [x] Only `` and `` should be updated - [x] Schema: Example...

enhancement

Fixes: ``` 2017-06-05 16:29:26,290 ERROR [http-nio-127.0.0.1-8080-exec-20] [SosEventBus.java:261] Error handling event SensorDeletion[request=org.n52.sos.request.DeleteSensorRequest[service=SOS, version=2.0.0, operation=DeleteSensor], response=org.n52.sos.response.DeleteSensorResponse[service=SOS, version=2.0.0]] by handler org.n52.sos.cache.ctrl.DefaultContentModificationListener@24a5d753 java.lang.NullPointerException: null at org.n52.sos.cache.InMemoryCacheImpl.removeFeaturesOfInterestForOffering(InMemoryCacheImpl.java:1363) ~[InMemoryCacheImpl.class:na] at org.n52.sos.cache.ctrl.action.SensorDeletionUpdate.execute(SensorDeletionUpdate.java:101) ~[SensorDeletionUpdate.class:na] at org.n52.sos.cache.ctrl.ContentCacheControllerImpl$PartialUpdate.execute(ContentCacheControllerImpl.java:254) ~[ContentCacheControllerImpl$PartialUpdate.class:na] at...

bug

1. Missing whitespace after constraint name in [line 103 in `PG_update_43_44.sql`](https://github.com/52North/SOS/blob/v4.4.0/misc/db/PostgreSQL/series/PG_update_43_44.sql#L103): ```SQL alter table public.featureparameter add constraint FK_4ps6yv41rwnbu3q0let2v7foreign key (featureOfInterestId) references public.featureofinterest; ``` Should be ```SQL alter table public.featureparameter add...

bug