Changes between Version 174 and Version 175 of Versions


Ignore:
Timestamp:
Aug 25, 2021, 2:37:07 PM (3 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v174 v175  
    9191'''Contributors (by number of patches):'''
    9292
    93 130 Bang Pham Huu
    94 96 Dimitar Misev
     93201 Bang Pham Huu
     94125 Dimitar Misev
    9595-  37 Arsenij Percov
    9696-  24 Dragi Kamov
    97 7 Vlad Merticariu
     978 Vlad Merticariu
    9898-  6 Jef Lecomte
    99 -  2 Otoniel Campos
     99-  5 Otoniel Campos
     100
     101=== v10.0.0-beta3 ===
     102
     103'''Addressed tickets''' between v10.0.0-beta2 and v10.0.0-beta3 with 103 commits:
     104{{{
     105#!sh
     106echo "||= changeset =||= author =||= ticket =||= subject =||" && \
     107git log --pretty=format:"|| changeset:%h || %an || %s" v10.0.0-beta2..v10.0.0-beta3 | sort -k 3 -t ':' -n | sed 's/ticket:\([0-9]*[^ ]\) -* */ticket:\1 || /'
     108}}}
     109
     110||= changeset =||= author =||= ticket =||= subject =||
     111|| changeset:8c4dab111 || Dimitar Misev || ticket:000 || fix documentation about aggregation null result
     112|| changeset:c59ec2be4 || Dimitar Misev || ticket:000 || improve doc about RAS_INSTALL_PATH
     113|| changeset:c8ccd681f || Dimitar Misev || ticket:000 || add testing data with empty tiles
     114|| changeset:9c28c0c5f || Vlad Merticariu || ticket:193 || changed updatedb script to use rasserver instead of directql
     115|| changeset:fc1ee80f9 || Dimitar Misev || ticket:193 || fix rasbase update number
     116|| changeset:9c022b0b1 || Otoniel Campos || ticket:209 || Added rasdapy3 support to doc 11_cheatsheets
     117|| changeset:c21882734 || Bang Pham Huu || ticket:1842 || petascope supports scale down on irregular axes
     118|| changeset:0a5fb85b9 || Dimitar Misev || ticket:2131 || improve transaction support for nfs
     119|| changeset:dab70ccfe || Bang Pham Huu || ticket:2293 || petascope throws exception if non-near interpolation is requested with scale operator in WCS GetCoverage request
     120|| changeset:b2a4a27b2 || Bang Pham Huu || ticket:2337 || set wcst_import, curl in systemtest common.sh to reuse in test.sh files
     121|| changeset:33a20d985 || Bang Pham Huu || ticket:2388 || Petascope supports encode CIS 1.1 JSON for outputType=GeneralGridCoverae in WCS GetCoverage and WCPS requests
     122|| changeset:15a117d81 || Bang Pham Huu || ticket:2389 || OAPI WCPS supports decode() from input files in POST request
     123|| changeset:28a3781d2 || Bang Pham Huu || ticket:2389 || fix OAPI change requests for content negotiation
     124|| changeset:4d34da2c5 || Bang Pham Huu || ticket:2389 || petascope fixes typos in OAPI
     125|| changeset:56064f843 || Bang Pham Huu || ticket:2389 || fix OAPI change requests
     126|| changeset:bf1c39c91 || Bang Pham Huu || ticket:2389 || adjusts results of OAPI's collection hrefs
     127|| changeset:cdc59bff3 || Bang Pham Huu || ticket:2389 || fix OAPI content negotiation with extra metadata in Accept header
     128|| changeset:6a667301e || Bang Pham Huu || ticket:2394 || rasdapay3 updates doc
     129|| changeset:df4409de6 || Bang Pham Huu || ticket:2394 || fix rasdapy3 for printing values properly
     130|| changeset:235d97cd0 || Bang Pham Huu || ticket:2395 || add doc for WCPS cheatsheet
     131|| changeset:3fe606744 || Bang Pham Huu || ticket:2395 || add doc for rasql servlet multiparts
     132|| changeset:50246b77e || Bang Pham Huu || ticket:2395 || petascope rasql servlets with reused POST method
     133|| changeset:73926e51a || Bang Pham Huu || ticket:2395 || petascope uses the requesting users credentials to run rasql queries
     134|| changeset:aed13e7a2 || Bang Pham Huu || ticket:2395 || add doc for wcst_import GRIB
     135|| changeset:d5e6f5b68 || Bang Pham Huu || ticket:2395 || null error to parse mime type in rasql servlet
     136|| changeset:1af78ef67 || Bang Pham Huu || ticket:2396 || Petascope fixes null error for WGS84BBox in WMS
     137|| changeset:34f05a6b9 || Dimitar Misev || ticket:2397 || fix encoding octet arrays with gdal
     138|| changeset:a7769af60 || Dimitar Misev || ticket:2399 || Add R section to Clients list in the rasdaman Cheatsheets
     139|| changeset:06d694d01 || Dimitar Misev || ticket:2400 || fix start/stop_rasdaman.sh when USER env variable is not defined
     140|| changeset:012ea7b41 || Dimitar Misev || ticket:2402 || start_rasdaman.sh should exit if it fails to create log dir
     141|| changeset:f36c77c89 || Dimitar Misev || ticket:2402 || start_rasdaman.sh should create log dir if it does not exist
     142|| changeset:7924f57ec || Bang Pham Huu || ticket:2403 || wcst_import selects running CRS resolver configured in petascope.properties
     143|| changeset:5c227386e || Dimitar Misev || ticket:2405 || fix wrong import of gdal in wcst_import
     144|| changeset:4e0987808 || Dimitar Misev || ticket:2406 || do not start embedded apps if they are not installed
     145|| changeset:a55f2bf9d || Bang Pham Huu || ticket:2407 || petascope throws exception if axis label does not exist in scale()
     146|| changeset:163cd3310 || Bang Pham Huu || ticket:2408 || update doc for min/max functions in WCPS
     147|| changeset:2bda79e30 || Bang Pham Huu || ticket:2408 || Petascope - supports min/max(covExpression,covExpression) functions in WCPS
     148|| changeset:5917ce02e || Bang Pham Huu || ticket:2409 || wcst_import uses custom requests to check if a coverage / layer exists
     149|| changeset:0f8385e73 || Bang Pham Huu || ticket:2411 || wcst_import logs an warning if no input files can be read for Sentinel 1 recipe
     150|| changeset:844116d28 || Bang Pham Huu || ticket:2411 || wcst_import filters files with invalid lat/long geo bounds in Sentinel 1 recipe
     151|| changeset:1ed9b76d3 || Bang Pham Huu || ticket:2412 || wcst_import problem with importing Sentinel 1 VRT files
     152|| changeset:afec694b4 || Bang Pham Huu || ticket:2414 || WCPS bands do not exist
     153|| changeset:82d3b6a97 || Dimitar Misev || ticket:2417 || fix failed locking file due to resource temporarily unavailable error
     154|| changeset:07a59a63b || Bang Pham Huu || ticket:2418 || petascope supports subset on reversed irregular axis with upper -> lower coefficients
     155|| changeset:cdd507776 || Bang Pham Huu || ticket:2420 || WCPS describe coverage operator
     156|| changeset:f75e29544 || Bang Pham Huu || ticket:2420 || WCPS describe coverage operator updated doc
     157|| changeset:f22300bb9 || Bang Pham Huu || ticket:2421 || petascope - rasql servlet null error to get the encode format type
     158|| changeset:248663bb6 || Bang Pham Huu || ticket:2422 || wcst_import supports imported files variable in after ingestion hooks
     159|| changeset:488933d24 || Bang Pham Huu || ticket:2424 || Petascope - return null error with encode() and avg()
     160|| changeset:5427f4caf || Bang Pham Huu || ticket:2425 || update_sdoms.py should retry if it failed from rasservers
     161|| changeset:930504234 || Bang Pham Huu || ticket:2427 || petascope adds table to store migration versions
     162|| changeset:6ed599959 || Bang Pham Huu || ticket:2428 || configuration files should be readable only by owner/group
     163|| changeset:f0f1b8b2e || Bang Pham Huu || ticket:2434 || wcst_import should contain one file if blocking:false
     164|| changeset:239fb261e || Dimitar Misev || ticket:2435 || improve data import documentation part 2
     165|| changeset:83b3cc605 || Bang Pham Huu || ticket:2435 || doc improves wcst_import general recipes options
     166|| changeset:c5ff2456a || Dimitar Misev || ticket:2435 || improve data import documentation
     167|| changeset:8d8aec889 || Bang Pham Huu || ticket:2436 || Petascope WMS GetMap request return incorrect values when zooming out
     168|| changeset:3b6c6e66a || Dimitar Misev || ticket:2438 || fix doc for json format parameters
     169|| changeset:6f9a541c4 || Dimitar Misev || ticket:2438 || add options for controlling csv/json output
     170|| changeset:634034d1e || Bang Pham Huu || ticket:2439 || Petascope subset error with approximate coefficients
     171|| changeset:5953d1c8d || Dimitar Misev || ticket:2440 || fix segfault when color mapping throws an error
     172|| changeset:76e75289f || Dimitar Misev || ticket:2442 || fix link in installation doc
     173|| changeset:b71433d75 || Dimitar Misev || ticket:2442 || improve encode/decode documentation
     174|| changeset:4ed2bee0d || Dimitar Misev || ticket:2443 || add support for openOptions in format parameters
     175|| changeset:a66cf008c || Dimitar Misev || ticket:2444 || add guide on how to backup rasdaman to the docs
     176|| changeset:ce8353c09 || Bang Pham Huu || ticket:2445 || WMS time dimension shouldn't require quotes
     177|| changeset:a68d20cce || Bang Pham Huu || ticket:2446 || Petascope removes the non-standard wcsXML parameter internally
     178|| changeset:dbdd96cdf || Bang Pham Huu || ticket:2446 || wcst_import validates number of axes in the ingredients files
     179|| changeset:8ff0a954f || Otoniel Campos || ticket:2447 || Document how to uninstall rasdaman
     180|| changeset:5336a0a1f || Bang Pham Huu || ticket:2448 || fix problem with parsing value after '=' in update_properties.sh script
     181|| changeset:649ce36d2 || Otoniel Campos || ticket:2450 || Remove stable package repo for Ubuntu 20.04 from doc
     182|| changeset:8c47f603f || Bang Pham Huu || ticket:2453 || wcst_import passes credentials file from wcst_import.sh to wcst_import.py by --identity-file parameter
     183|| changeset:a3261165f || Bang Pham Huu || ticket:2454 || petascope validates SLD XML before saving to database
     184|| changeset:032550f64 || Bang Pham Huu || ticket:2456 || petascope and wcst_import support coverages as pyramid
     185|| changeset:1f5c15322 || Bang Pham Huu || ticket:2456 || update pyramids downscaled collection on non XY axes by one grid interval
     186|| changeset:36c4a81f6 || Bang Pham Huu || ticket:2456 || wcst_import fixes request error
     187|| changeset:e207031d8 || Bang Pham Huu || ticket:2456 || Petascope fixes missing properties of CoveragePyramid
     188|| changeset:2bc2d311c || Bang Pham Huu || ticket:2457 || support wcst_import - add pyramid_harvesting in the ingredients file
     189|| changeset:07f72a149 || Bang Pham Huu || ticket:2458 || update doc for example links from system test
     190|| changeset:f3349b2df || Bang Pham Huu || ticket:2458 || document pyramid coverages
     191|| changeset:0ad9587e7 || Bang Pham Huu || ticket:2460 || updates pyramid layers management in WSClient
     192|| changeset:68ccb6c3f || Bang Pham Huu || ticket:2462 || wcst_import imports overview from files
     193|| changeset:42af8d7e9 || Bang Pham Huu || ticket:2465 || petascope loads caches in background, updated
     194|| changeset:649d10909 || Bang Pham Huu || ticket:2465 || Petascope should load coverages / layers caches as background thread
     195|| changeset:fe9fe2200 || Bang Pham Huu || ticket:2468 || Petascope - Update WMS style does not update existing style, but it adds new style instead
     196|| changeset:03b36a4f9 || Bang Pham Huu || ticket:2470 || SECORE works internally inside petascope
     197|| changeset:377215735 || Bang Pham Huu || ticket:2470 || SECORE works internally inside petascope, try to create secoredb at /opt/rasdaman/data/secore and test if it exists when running as embedded
     198|| changeset:4d317e3de || Dimitar Misev || ticket:2470 || fix systemtest driver script and improve documentation in petascope/secore.properties
     199|| changeset:86b1bef40 || Dimitar Misev || ticket:2470 || add secore to petascope dependencies, ticket:2476 - fix secore urls in wcst_import tests
     200|| changeset:b5cd21f7e || Bang Pham Huu || ticket:2470 || fix secore url for petascope_insertdemo.sh.in
     201|| changeset:e94516bb8 || Dimitar Misev || ticket:2470 || improve documentation about secore in petascope.properties
     202|| changeset:f27e85f17 || Bang Pham Huu || ticket:2470 || SECORE works internally inside petascope, fix problem with running embedded petascop
     203|| changeset:5309d01df || Bang Pham Huu || ticket:2476 || wcst_import supports parameter pyramid_bases
     204|| changeset:78d921e54 || Bang Pham Huu || ticket:2477 || wcst_import - check SECORE URL from embedded petascope's port
     205|| changeset:a9c464825 || Dimitar Misev || ticket:2479 || consistent use of import/ingest in docs
     206|| changeset:1387aa98b || Dimitar Misev || ticket:2481 || petascope_insertdemo.sh on repeated execution fails due to log file permissions
     207|| changeset:9c8eb57d5 || Bang Pham Huu || ticket:2482 || petascope parses error from SECORE url with https for axis UoM
     208|| changeset:cf4ef5559 || Bang Pham Huu || ticket:2483 || WebWorldWind error - when bbox of a WMS layer is out of EPSG:4326 bbox
     209|| changeset:dc9fc5c64 || Bang Pham Huu || ticket:2484 || petascope - select pyramid member for WMS enhancement
     210|| changeset:004c0c55f || Bang Pham Huu || ticket:2485 || Petascope - pyramid member coverages created by CreatePyramidMember request don't get geo extents updated from mosaiced input files
     211|| changeset:579e66cb8 || Bang Pham Huu || ticket:2487 || wcst_import - option import_overviews_only to import only overviews without importing to the base coverage and ticket:2486 - wcst_import resume files should be documented
     212|| changeset:64f9c4e1c || Bang Pham Huu || ticket:2488 || Petascope updates pyramid members's grid domains problem with offsetting by 1 grid pixel from rasdaman collections
     213|| changeset:c366eee87 || Dimitar Misev || ticket:2491 || rasdaman logs should not be world-readable
    100214
    101215=== v10.0.0-beta2 ===
    102216
    103 '''Addressed tickets''' between v10.0.0-beta1 and v10.0.0-beta2 with 205 commits:
     217'''Addressed tickets''' between v10.0.0-beta1 and v10.0.0-beta2 with 97 commits:
    104218{{{
    105219#!sh
     
    108222}}}
    109223
     224||= changeset =||= author =||= ticket =||= subject =||
    110225|| changeset:6f0319f39 || Dimitar Misev || ticket:000 || document installation of Ubuntu 20.04 packages
    111226|| changeset:26c96dd8c || Bang Pham Huu || ticket:1395 || Petascope transplates proper XY geo coordinates to grid coordinates