Changes between Version 160 and Version 161 of Versions


Ignore:
Timestamp:
May 19, 2019, 5:57:24 PM (5 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v160 v161  
    2222 - the default petascope log policy changes to daily rotation with compression of past logs
    2323 - support for specifying a color palette from external file
     24 - WCPS scale supports specifying only one spatial axis; aspect ratio will be automatically determined in this case
     25 - WCPS condensers supports coverage expressions in the where clause
     26 - support for white-listing IP addresses from which write WCS-T requests are allowed (replacing option disable_write_requests in petascope.properties)
    2427* secore:
    2528 - EPSG/0 points to the '''latest''' EPSG dataset version ([http://doc.rasdaman.org/06_crs-manager.html#service docs])
     
    4245 - allow specifying empty null values to clear the null values of an expression ([http://doc.rasdaman.org/04_ql-guide.html#nulls-in-mdd-valued-expressions doc])
    4346 - fixed updates with null values + proper initialization with null values when clipping multi-band arrays
     47 - fixed null value handling in min/max operators
    4448 - base type compatibility is checked on array updates
    4549 - improve checking for port availability in start/stop_rasdaman.sh
    4650 - several bug fixes and improvements in the server/client protocol
     51 - directql and rasdl functionality moved to the rasserver binary; rasdl is deprecated and will be removed in the next version
     52 - start_rasdaman.sh and stop_rasdaman.sh support selectively starting core rasdaman and (embedded) petascope/secore services
    4753
    4854'''Contributors (by number of patches):'''
    4955
    50 -    65  Bang Pham Huu
    51 -    32  Dimitar Misev
    52 -     3  Alexandru Hambasan
     56-    92  Bang Pham Huu
     57-    43  Dimitar Misev
     58-     9  Alexandru Hambasan
    5359-     1  aahmed
     60
     61=== v9.8.0 ===
     62
     63Addressed tickets between v9.8.0-beta3 and v9.8.0:
     64{{{
     65git log --pretty=format:"* changeset:%h | %s (%an)" v9.8.0-beta3..v9.8.0 | sort -k 3 -t ':'
     66}}}
     67* changeset:38d7a3630 | ticket:000 - remove unused unary min/max (Dimitar Misev)
     68* changeset:dffcfc3a5 | ticket:1127 - update templated systemtest + add documentation (Dimitar Misev)
     69* changeset:3ac85ff75 | ticket:1942 - fix --outfile and --mddtype option parsing in rasserver (Dimitar Misev)
     70* changeset:a1771fd7d | ticket:1942 - Transfer directql functionality to rasserver (Alexandru Hambasan)
     71* changeset:92a98a530 | ticket:1956 - wcst_import: add import demo for GDAL subdataset (Bang Pham Huu)
     72* changeset:df4f1fa84 | ticket:2007 - WCPS calculate scale extent implicitly for X or Y axis from the specified one (Bang Pham Huu)
     73* changeset:d92594eab | ticket:2023 - wcst_import: validate number of axes in coverage's CRS and coverage's axes and ticket:2000 - petascope runs JSP files with embedded Tomcat. (Bang Pham Huu)
     74* changeset:bbfba7b53 | ticket:2041 - fix logging in servercomm for http clients + fix rasserver shutdown (Dimitar Misev)
     75* changeset:f4f2f3c89 | ticket:2041 - fix rasserver shutdown (Dimitar Misev)
     76* changeset:5986496a8 | ticket:2041 - refactor client table and access control in servercomm (Dimitar Misev)
     77* changeset:3e53ce744 | ticket:2048 - wsclient: reduce number of GetCapabilities requests (Bang Pham Huu)
     78* changeset:6fb75512b | ticket:2050 - WSClient shows vertical scrollbar in WCS GetCoverage tab (Bang Pham Huu)
     79* changeset:f6e8219bc | ticket:2051 - fix rasj compilation with java 9 or later + cleanup client handling and query parsing in servercomm (Dimitar Misev)
     80* changeset:d576e997b | ticket:2052 - embedded petascope does not work with time log strategy (Bang Pham Huu)
     81* changeset:2b0b2c2d3 | ticket:2053 - Selectively start/stop rasdaman services via start/stop_rasdaman.sh (Bang Pham Huu)
     82* changeset:b47f406be | ticket:2054 - wsclient: shows coverage's grid extents in WCS DescribeCoverage tab (Bang Pham Huu)
     83* changeset:0fbff5caf | ticket:2055 - wsclient: parse axes types, grid extents via serialized objects instead of XPath (Bang Pham Huu)
     84* changeset:5baa1b152 | ticket:2056 - petascope adds coverage sizes in customized metadata element for GetCapabilities results (Bang Pham Huu)
     85* changeset:7bb21b920 | ticket:2057 - wsclient: fix GetCoverage bar to fixed position at the bottom (Bang Pham Huu)
     86* changeset:c17cf6751 | ticket:2058 - format C++ code to a common style (Dimitar Misev)
     87* changeset:d465f97db | ticket:2059 - Fix rasserver (Alexandru Hambasan)
     88* changeset:5460b31b5 | ticket:2060 - wcst_import: default_null_values for general recipe and ticket:2034 - throw exception for multiple bands in GRIB recipe (Bang Pham Huu)
     89* changeset:af28afbe4 | ticket:2061 - refactor rel modules (Dimitar Misev)
     90* changeset:b8a1847f1 | ticket:2063 - add option to initialize/drop RASBASE in rasserver/directql (Alexandru Hambasan)
     91* changeset:20b612d8a | ticket:2064 - wcst_import: import replaced file path from pre-hook configuration (Bang Pham Huu)
     92* changeset:c0a27d69f | ticket:2067 - Fix min/max not considering null values properly (Alexandru Hambasan)
     93* changeset:ba19b02ea | ticket:2069 - wsclient: Add loading icon for indicating running XmlHTTPRequest requests (Bang Pham Huu)
     94* changeset:b11725421 | ticket:2070 - fully remove rasdl from create_db.sh, fix logging in rasdl/directql (Dimitar Misev)
     95* changeset:17e7557f0 | ticket:2070 - Remove use of rasdl in create_db.sh (Alexandru Hambasan)
     96* changeset:c38c11772 | ticket:2071 - wsclient: shows bands null values in WCS DecribeCoverage tab (Bang Pham Huu)
     97* changeset:06f034c68 | ticket:2072 - wsclient: fix RangeSubsetting component in WCS GetCoverage tab (Bang Pham Huu)
     98* changeset:dd8692940 | ticket:2074 - petascope: no throw exception for clipping with intersection (Bang Pham Huu)
     99* changeset:37acf1c68 | ticket:2075 - Petascope: WCS GetCapabilities resturns optional WGS84BoundingBox elements and ticket:2078 - WSClient removes non-standard GetCoveragesExtents request (Bang Pham Huu)
     100* changeset:1d04295f4 | ticket:2076 - petascope: add rasdaman set types to quantity's defintion attributes (Bang Pham Huu)
     101* changeset:fa7e70267 | ticket:2077 - petascope: filter write requests from whitelist of IP addresses (Bang Pham Huu)
     102* changeset:79afdad8f | ticket:2079 - Fix issue with rasserver (Alexandru Hambasan)
     103* changeset:251522402 | ticket:2080 - Petascope add customized ows:Metadata element in result of GetCapabilities request (Bang Pham Huu)
     104* changeset:51f267869 | ticket:2081 - petascope supports null value as nan (Bang Pham Huu)
     105* changeset:aee84ead6 | ticket:2086 - petascope: handle invalid subsetting with proper error messages (Bang Pham Huu)
     106* changeset:93c6672ce | ticket:2087 - wcst_import: fix default_null_values (Bang Pham Huu)
     107* changeset:73821dab3 | ticket:2090 - wcst_import: errors in netCDF recipe with global metadata 'auto' and 'colorPaletteTable' (Bang Pham Huu)
     108* changeset:b1a2c8f43 | ticket:2091 - fix updates with null values for float, short, ulong, or octet data (Dimitar Misev)
     109* changeset:613399ff5 | ticket:2093 - petascope: WCPS condensers supports coverage expressions in where clause (Bang Pham Huu)
     110* changeset:5f5a90a4b | ticket:2094 - petascope: wgs84 bounding box not appear when petascope starts and enhance wcst_import in old recipes to get number with more precisely. (Bang Pham Huu)
     111
    54112
    55113=== v9.8.0-beta3 ===