Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#2784 invalid FIX - update_properties.sh adds rasdaman_user= even if it has rasdaman_user=someuser already Bang Pham Huu Bang Pham Huu
Description

update_propertie.sh needs to check why it added rasdaman_user= even when in petascope.properties, it has already:

rasdaman_user=someuser
rasdaman_pass=PASS
#2782 fixed wcst_import disabling file logging Bang Pham Huu Dimitar Misev
Description

I have a lot of ingredients to import, and would prefer if the import doesn't generate a lot of log files as a side-effect. It's unusual for command-line tools to generate log files without explicitly asking for that anyway.

I think it's best to disable it altogether. Users can redirect stdout to a file if needed.

log_file = None

try:
    log_file = open(ConfigManager.log_file, "a+")
    log_file.write("\n-------------------------------------------------------------------------------------")
    log_file.write(prepend_time("Ingesting coverage '{}'...".format(self.coverage.coverage_id)))
except Exception as e:
    is_loggable = False
    log.warn("\nCannot create log file for this ingestion process, only log to console.")
#2781 fixed add ArcGIS WMS guide to docs Bang Pham Huu Dimitar Misev
Description

The text on this page should be integrated into https://doc.rasdaman.org/11_cheatsheets.html#clients (after the Leaflet part).

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.