forked from geotools/geotools
-
Notifications
You must be signed in to change notification settings - Fork 0
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
n-lagomarsini
wants to merge
1
commit into
dromagnoli:master
Choose a base branch
from
jdries:GEOT-4677
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.