Re: [Geoserver-devel] [community module proposal] template editor

2019-05-13 Thread Jody Garnett
I am not sure this is needed Jean, the web-resource community module offers editing. If you are game I would love to pick this module up as a supported extension. Can you try the above community module and write back

Re: [Geoserver-devel] [Geotools-devel] GeoTools PR reviews and downstream builds

2019-05-13 Thread Jody Garnett
When build.geoserver.org is back we should be able to configure it to check pull request branches and do a long build chain as you describe Andrea. -- Jody Garnett On Mon, 13 May 2019 at 14:22, Chris Snider wrote: > Is any part of the build chain Jenkins? I know Jenkins can call a build > scri

Re: [Geoserver-devel] GeoTools PR reviews and downstream builds

2019-05-13 Thread Chris Snider
Is any part of the build chain Jenkins? I know Jenkins can call a build script from another branch of the same repository, but it may also work to call a build job from a different repository. I plan on investigating this process for our in-house builds for a project I moved to. Might be wort

Re: [Geoserver-devel] GeoTools PR reviews and downstream builds

2019-05-13 Thread Andrea Aime
On Mon, May 13, 2019 at 8:49 PM Chris Snider wrote: > Is any part of the build chain Jenkins? > Nope, we are talking about the PR validations performed by Travis and Appveyor, there is no Jenkins involved. Not sure if it could make it involved, but also, even if technically feasible if we'd have

[Geoserver-devel] [JIRA] (GEOS-9213) GeoFence should support adding security rules for layer groups

2019-05-13 Thread Torben Barsballe (JIRA)
Title: Message Title Torben Barsballe cr

[Geoserver-devel] [JIRA] (GEOS-9212) GeoFence Internal Server plugin gives NPE when run from web/app

2019-05-13 Thread Torben Barsballe (JIRA)
Title: Message Title Torben Barsballe cr

Re: [Geoserver-devel] GeoTools PR reviews and downstream builds

2019-05-13 Thread Andrea Aime
On Mon, May 13, 2019 at 5:29 PM Andrea Aime wrote: > Was wondering if this could be delegated to the build server, rough idea: > >- Add a entry in the build matrix that runs a custom shell script >- The script build geotools without tests (the other builds cover >that) in order to hav

[Geoserver-devel] Reminder - PMC Meeting at 16:30 UTC tomorrow

2019-05-13 Thread Torben Barsballe via Geoserver-devel
Reminder that the next PMC meeting is scheduled for 16:30 UTC on Tuesday, May 14. The meeting link is https://meet.jit.si/GeoServerMeeting Talk to everyon

Re: [Geoserver-devel] Opinion about backporting [GEOS-9209] Enhance StyleInfo with MetadataMap on Catalog object and Rest entpoint.

2019-05-13 Thread fernando.m...@geo-solutions.it
Thanks Andrea. Good to know and as you suggest I'll backport and test it as soon master PR merges successfully. Regards, Fernando Mino == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Fernando Mino Softwar

Re: [Geoserver-devel] Opinion about backporting [GEOS-9209] Enhance StyleInfo with MetadataMap on Catalog object and Rest entpoint.

2019-05-13 Thread Andrea Aime
Hi Fernando, looking at the PR, it seems there is only a single new method to get the metadata map, and support for it in the implementation bean. No other changes around, so for the moment it's acting as storage for REST clients that are aware of the change. Support for metadata maps serializatio

[Geoserver-devel] Build failed in Jenkins: geoserver-2.15.x-nightly #105

2019-05-13 Thread address not configured yet
See -- Started by timer Running as SYSTEM ln builds/lastSuccessfulBuild /var/lib/jenkins/jobs/geoserver-2.15.x-nightly/lastSuccessful failed java.nio.file.DirectoryNotEmptyExcept

[Geoserver-devel] GeoTools PR reviews and downstream builds

2019-05-13 Thread Andrea Aime
Hi, a common annoyance when reviewing a GeoTools PR is that, while it can be green on Travis, it can still cause a downstream failure in GeoWebCache and GeoServer. I don't always checkout the PR, build it, and then run downstream builds locally when reviewing PRs... because well, it takes quite a

[Geoserver-devel] Opinion about backporting [GEOS-9209] Enhance StyleInfo with MetadataMap on Catalog object and Rest entpoint.

2019-05-13 Thread fernando.m...@geo-solutions.it
Hi all, This mail is for asking some opinion about backporting (2.15.x) a StyleInfo Catalog object enhacement (MetadataMap added) described as: [GEOS-9209] Enhance StyleInfo with MetadataMap on Catalog object and Rest entpoint. The unique addition is a MetadataMap property on Styl

[Geoserver-devel] [JIRA] (GEOS-9211) Upgrade jackson to 2.9.8

2019-05-13 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created

Re: [Geoserver-devel] geoserver tests and internet connection

2019-05-13 Thread Andrea Aime
On Mon, May 13, 2019 at 4:05 PM Niels Charlier wrote: > ok. Once I have some spare time, I might investigate further myself and > propose a solution. > Awesome, thanks for the ticket and for having a look (when you have time, of course) Cheers Andrea == GeoServer Professional Services from the

[Geoserver-devel] [JIRA] (GEOS-9210) WCS2 tests fail if no internet connection (can't find schema's)

2019-05-13 Thread Niels Charlier (JIRA)
Title: Message Title Niels C

Re: [Geoserver-devel] geoserver tests and internet connection

2019-05-13 Thread Niels Charlier
On 13/05/2019 14:38, Andrea Aime wrote: I can confirm the failure... but don't understand the " a number of fairly recent WCS tests" statement. The tests have been around for years now, do you mean they started failing recently? If so, do you have a date and potential commit candidates that in

Re: [Geoserver-devel] geoserver tests and internet connection

2019-05-13 Thread Andrea Aime
On Mon, May 13, 2019 at 2:22 PM Niels Charlier wrote: > > testDescribeWithTimeElevation(org.geoserver.wcs2_0.ResourceAccessManagerWCSTest): > Could not parse the WCS 2.0 schemas > > gridCellCenterEnforce(org.geoserver.wcs2_0.kvp.DescribeCoverageTest): > Could not parse the WCS 2.0 schemas > t

Re: [Geoserver-devel] geoserver tests and internet connection

2019-05-13 Thread Niels Charlier
On 13/05/2019 11:47, Andrea Aime wrote: Do you have a list? Apart from the CSW one from the PR, these WCS2 ones: testDescribeWithTimeElevation(org.geoserver.wcs2_0.ResourceAccessManagerWCSTest): Could not parse the WCS 2.0 schemas gridCellCenterEnforce(org.geoserver.wcs2_0.kvp.DescribeCoverag

Re: [Geoserver-devel] geoserver tests and internet connection

2019-05-13 Thread Andrea Aime
On Mon, May 13, 2019 at 11:12 AM Niels Charlier wrote: > Is there a rule about whether geoserver unit/integration tests should be > able to run without internet connection? No written rule, but the practice is to mark a test that needs to talk to a server (remote or local, does not matter) or f

[Geoserver-devel] geoserver tests and internet connection

2019-05-13 Thread Niels Charlier
Is there a rule about whether geoserver unit/integration tests should be able to run without internet connection? Couldn't find anything, but it seems that most are with only a few exceptions: one method in CSW and a number of fairly recent WCS tests.. Because of those few exceptions you can't

Re: [Geoserver-devel] CSW

2019-05-13 Thread Niels Charlier
Hello Simone, Andrea, Anyone who is interested, I closed all the ISO related PR's and will be making a new one for the split. I just left two PR's open related to the CSW work that are not directly iso-related (1) https://github.com/geoserver/geoserver/pull/3346 a very trivial one that add