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

[GEOT-4677]: added logging and workaround for invalid unit string in time axis #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

n-lagomarsini
Copy link

No description provided.

dromagnoli pushed a commit that referenced this pull request May 8, 2015
dromagnoli pushed a commit that referenced this pull request Aug 7, 2015
Updating ContrastEnhancementNode to parse algorithms and parameters
dromagnoli pushed a commit that referenced this pull request Jun 27, 2016
Add copyright headers for YSLD
dromagnoli pushed a commit that referenced this pull request Jul 12, 2016
Refactor GranuleGeometryHandler to be more generic
dromagnoli pushed a commit that referenced this pull request May 7, 2018
* Implementing MBColor Expressions

fixing testcase

* fixing copyright date and typo

* Changing from hex to rgb color implementation

updated to UnsupportedOperationException for rgba expressions

* cleaning up comments

* remove unused code, add sld color conversion test

* Adding licence and optimizing imports

* adding test for sld transformed xml string
dromagnoli pushed a commit that referenced this pull request May 7, 2018
* MBZoom expression class implementation

Fixing tests

* refactoring test

Adding mapbox expressions implemenation functionality

MBString expressions implementation

Adding functionality for token replacement, correct parsing

Adding javadocs

Adding upcasing concat test case

MBColor Expressions Implementation (#2)

* Implementing MBColor Expressions

fixing testcase

* fixing copyright date and typo

* Changing from hex to rgb color implementation

updated to UnsupportedOperationException for rgba expressions

* cleaning up comments

* remove unused code, add sld color conversion test

* Adding licence and optimizing imports

* adding test for sld transformed xml string

Implementation of literal expression in MBTypes (geotools#6)

Implement MapBox Decision expressions (#3)

* Implement MapBox Decision expressions.

Signed-off-by: Erik Merkle <[email protected]>

* Move MapBox Decision expression evals to functions.

Signed-off-by: Erik Merkle <[email protected]>

* Replace native JSONArray with MBTypes "literal".

Signed-off-by: Erik Merkle <[email protected]>

Refactor common MBExpression Test functionality (geotools#7)

Signed-off-by: Erik Merkle <[email protected]>
dromagnoli pushed a commit that referenced this pull request Jun 4, 2019
* Adding circleci support

* Trying to prevent sigkills according to https://discuss.circleci.com/t/builds-getting-killed-with-vague-message-received-signal-killed/10214/12

* Remove formatting, manage memory

* Max memory take 2

* Trying to build everything in one machine and one shot

* Adding echoes and fixing dir names

* See if parallelized builds work fine and fix geowebcache main pom location

* Trying to tighten memory a bit more while preserving parallel builds

* Back to sequential build

* Attempt to split into smaller commands and run down to GeoServer

* Some issues with directories, seem they are intepreted as relative, attempt to fix #1

* Some issues with directories, seem they are intepreted as relative, attempt to fix #2

* Some issues with directories, seem they are intepreted as relative, attempt to fix #3

* Don't update snapshots, trying to use less memory in GS build

* Don't update snapshots, trying to use less memory in GT build

* More memory work and starting to add repository caching

* Fixing indentation

* More caching fixes

* Ok, trying to get offline costs too much in terms of downloads

* One more attempt at getting a GS build that does not fail

* Temporarily add early cache saving to have something for the next build (speed up trial and error roundtrip)

* Damn you yaml

* Switching all builds to batch mode

* Cache was saved once, good enough, removing

* Community modules have been compiled, without tests, in the first command, the third is redundant

* Trying harder to release memory to the OS

* Breaking install into two lines, it keeps on failing due to lack of memory...

* Trying to centralize JVM configurations

* Yet another attempt to control memory usage

* war assembly failed in GWC due to memory, trying to give a bit more

* Fixing typo

* One more push on memory

* Circle CI limits by the minute, try to reduce build time as much as possible
dromagnoli pushed a commit that referenced this pull request Oct 21, 2019
dromagnoli pushed a commit that referenced this pull request Jun 8, 2020
dromagnoli pushed a commit that referenced this pull request Sep 3, 2020
…cationFunction (geotools#3078)

* [GEOT-6665] Add percentages computation for StandardDeviationClassificationFunction

* reviewer's feedback applied

* reviewer's suggestion applied #2
dromagnoli pushed a commit that referenced this pull request Sep 7, 2020
…cationFunction (geotools#3078)

* [GEOT-6665] Add percentages computation for StandardDeviationClassificationFunction

* reviewer's feedback applied

* reviewer's suggestion applied #2
dromagnoli pushed a commit that referenced this pull request Jul 28, 2021
…eotools#3566)

* [GEOT-6895] - Restrict the responsibilities of WMTSTileService

* Fixed PMD Diamond issue

* Fixed javadoc issues

* Fixed comments

* Url encoding tileMatrix
dromagnoli pushed a commit that referenced this pull request Jul 25, 2024
…Server) to append additional querystring parameters e.g. AuthKey to every request made by the HTTPClient (geotools#4727)

* To support HTTP Headers see github.com/geoserver/geoserver/pull/7552

* Add AuthKey by appending to URL in HTTPClient

* Undo test version in pom files

* Fix SimpleHTTPClient

* Add test cases

* Fix review issues with URL

* URL Host not Authority

* Change AuthKey -> ExtraParams and from String to Map

* URL encode keys and values and build a test that verifies this

* Update modules/extension/wms/src/main/java/org/geotools/ows/wms/WebMapServer.java

Improve grammar

Co-authored-by: Jody Garnett <[email protected]>

* Update modules/library/http/src/main/java/org/geotools/http/HTTPClient.java

Improve docs

Co-authored-by: Jody Garnett <[email protected]>

* Petersmythe map string object (#2)

Replace Map<String, Object>

* Change null to emptyMap, add duplicate key check

* Oops, when applying patch

* Fix integer test

* Fix spelling

* To support HTTP Headers see github.com/geoserver/geoserver/pull/7552

* Add AuthKey by appending to URL in HTTPClient

* Undo test version in pom files

* Fix SimpleHTTPClient

* Add test cases

* Fix review issues with URL

* URL Host not Authority

* Change AuthKey -> ExtraParams and from String to Map

* URL encode keys and values and build a test that verifies this

* Update modules/extension/wms/src/main/java/org/geotools/ows/wms/WebMapServer.java

Improve grammar

Co-authored-by: Jody Garnett <[email protected]>

* Update modules/library/http/src/main/java/org/geotools/http/HTTPClient.java

Improve docs

Co-authored-by: Jody Garnett <[email protected]>

* Petersmythe map string object (#2)

Replace Map<String, Object>

* Change null to emptyMap, add duplicate key check

* Oops, when applying patch

* Fix integer test

* Fix spelling

---------

Co-authored-by: Peter Smythe <[email protected]>
Co-authored-by: Jody Garnett <[email protected]>
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.

2 participants