forked from geotools/geotools
-
Notifications
You must be signed in to change notification settings - Fork 0
Update to latest master #1
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
Merged
Merged
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
CompareFilterImpl: Handle case where both values are strings that can be cast to numbers
CompareFilterImpl: Handle case where both values are strings that can be cast to numbers
…idjs support for String arrays and the removal of LayerCanCreateField check because the GeoRSS driver return false even though it needs to create fields when writing
… when using database based drivers that pass SQL straight through and thus dont have access to FID which is OGR SQL. Also adds LayerGetFIDColumnName to the OGR interface.
… GMT, GPX. Updated GML and KML tests to make sure reading is working too.
…asier to run unit tests
…he variables that assume one layer.
Refactor AbstractGridCoverage2DReader
Geopackage Mosaic Reader
…d File-URL conversions
…rendering hints field
…f negated filters
…ters were not being requested to the remote wfs
Add unit tests for writing and reading several OGR formats. Fixes JIRA issue GEOT-4654
Add unit test for reading the writing SQLite. Fixes JIRA issue GEOT-4653
GEOT-4676: Check Heterogeneous resolutions management on ImageMosaic
Fix API examples
…udes an intial 4 line fix by M. Romero, expanded and tested by yours truly)"
Trivial documentation fixes.
Fix API examples
Typo fix
…STS to CREATE TABLE statements
… for minzoom and maxzoom metadata items
Update mbtiles pom.xml name and description
Allow the user to call MBTilesFiles.init() twice
Add support for minzoom and maxzoom metadata items which GDAL and QGIS expect.
… regular expression matches
[GEOT-4781] Add stringTemplate function to transform strings based on regular expression matches
…per is already established, eventually flooding the logs with failures
dromagnoli
pushed a commit
that referenced
this pull request
Sep 9, 2016
[DOCS] Fixed Typo in JTS Dimensions
dromagnoli
pushed a commit
that referenced
this pull request
Apr 26, 2018
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
Jul 3, 2019
GEOT-5859: ArcGIS REST conversion to httpcomponents 4.x
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.
Update to latest master