I’ll schedule some time for me next week to complete them and submit the first complete version for comments.
On a related note: while writing the docs, I noticed I failed to resolve on of your original comments regarding the implementation. The CQL expression parameters still have the unconventional + operator that does string concatenation if either side is not a number. What was the CQL function that concatenates an arbitrary number of parameters together? Or is it too late to fix this?
···
On Thu, Feb 5, 2015 at 12:05 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:
Any update on the docs Sampo? We have the RC coming up on Feb 18th. At that point we will have a new 2.7.x branch (so any docs you do will need to be applied to both branches).
Jody
–
–
Jody Garnett
On 8 January 2015 at 07:25, Sampo Savolainen <sampo.savolainen@anonymised.com> wrote:
Hi,
I’ve got the go-ahead from my client for me to use the hours for the documentation. Is there a guide on how to write the docs? Or maybe just point me to a good example I could follow?
Thanks,
Sampo
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
On Mon, Dec 29, 2014 at 12:18 PM, Rahkonen Jukka (Tike) <jukka.rahkonen@anonymised.com> wrote:
Hi Sampo,
By the release schedule it is 2015-01-18
https://github.com/geoserver/geoserver/wiki/Release-Schedule
-Jukka Rahkonen-
Sampo Savolainen wrote:
Hi,
Thanks Jody! Thanks for patching up the merge. I’ll talk to my client to arrange the documentation.
What’s the deadline for 2.7.x feature freeze?
Sampo
–
Sampo Savolainen
R&D Director, Spatineo Oy
sampo.savolainen@anonymised.com
+358-407555649
Linnankoskenkatu 16 A 17, 00250 Helsinki, Finland
www.spatineo.com, twitter.com/#!/spatineo
www.linkedin.com/company/spatineo-inc
This message may contain privileged and/or confidential information. If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate, or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.
On Wed, Dec 24, 2014 at 7:05 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:
Thanks Sampo, merged the work into master (just in time for christmas).
Ran into two glitches:
- GeoServerFeatureSource was having trouble copying query hints (throwing illegal argument exception). I have patched the issue by logging these errors for now.
- No docs (we can do that as a seperate pull request, even just to get the new screens document).
–
Jody
–
Sampo Savolainen
R&D Director, Spatineo Oy
sampo.savolainen@anonymised.com
+358-407555649
Linnankoskenkatu 16 A 17, 00250 Helsinki, Finland
www.spatineo.com, twitter.com/#!/spatineo
www.linkedin.com/company/spatineo-inc
This message may contain privileged and/or confidential information. If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate, or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.
–
Jody Garnett
On 19 December 2014 at 03:25, Sampo Savolainen <sampo.savolainen@anonymised.com> wrote:
Hi,
I’ve now added temporary name support for my FeatureTypeCallback implementation. I think this should complete all the outstanding issues raised so far with this work.
Here’s the commit https://github.com/sampov2/geoserver/commit/7451f7949ce14f60e3e07cc341cf63a7bb986f79
Sampo
On Tue, Dec 9, 2014 at 1:32 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:
I went through and had a quick review of your pull request, a lot of small comments (and a couple questions) but nothing immediately troubling.
Can we get your FeatureTypeCallback question answered? I would like to get this pull request sorted while you still have time/budget.
–
Jody
–
Sampo Savolainen
R&D Director, Spatineo Oy
sampo.savolainen@anonymised.com
+358-407555649
Linnankoskenkatu 16 A 17, 00250 Helsinki, Finland
www.spatineo.com, twitter.com/#!/spatineo
www.linkedin.com/company/spatineo-inc
This message may contain privileged and/or confidential information. If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate, or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.
–
Jody Garnett
On 2 December 2014 at 06:31, Sampo Savolainen <sampo.savolainen@anonymised.com> wrote:
Hi,
A quick status update and a question: The GeoTools work is in a pull request that Jody has just about accepted. I’ve merged my GeoServer work with master and created a pull request for GeoServer (https://github.com/geoserver/geoserver/pull/841). Comments please!
There’s been a good improvement in GeoServer regarding these types of special layers (these types = virtual tables + cascaded stored queries) in between the time when I originally wrote this and now. You’ve introduced the FeatureTypeCallback system so these kinds of layers can include their own logic inside these modules instead of polluting ResourcePool.getFeatureSource().
However, I’m a bit confused about the “temporary name” part in this pattern. I recall there was something similar before, but I can’t remember what this was for.
Looking at the API description for the callback, this functionality seems to be optional for the callback. As it stands, my feature ignores the temporary names and thus does no cleanup either.
https://github.com/sampov2/geoserver/blob/2.7.x-feature-cascaded-stored-query/src/main/src/main/java/org/geoserver/catalog/CascadedStoredQueryCallback.java
In what cases are these temporary names required?
Sampo
btw. If any of you are in London for GeoDATA 2014 on Thursday, come say hello. I’ll be manning our stand there.
–
Sampo Savolainen
R&D Director, Spatineo Oy
sampo.savolainen@anonymised.com
+358-407555649
Linnankoskenkatu 16 A 17, 00250 Helsinki, Finland
www.spatineo.com, twitter.com/#!/spatineo
www.linkedin.com/company/spatineo-inc
This message may contain privileged and/or confidential information. If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate, or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Sampo Savolainen
R&D Director, Spatineo Oy
sampo.savolainen@…3889…
+358-407555649
Linnankoskenkatu 16 A 17, 00250 Helsinki, Finland
www.spatineo.com, twitter.com/#!/spatineo
www.linkedin.com/company/spatineo-inc
This message may contain privileged and/or confidential information. If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate, or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.