Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ecflow_client  : ECFLOW-99 introduce a debug level to control verbosity of warning messages.
                            Added environment variable ECF_DEBUG_LEVEL. if set > 0, will no longer warn about duplicate variables.
  • ecflow_client  : ECFLOW-106Times/Dates attributes attached to suite node. (Don't allow time/today/day/date attributes on suite)
  • ecflow_client :  Added more Aspects to the incremental sync. Makes it easier for viewer to know kind of changes.
  • ecflow_server: debug_server_on() will enable server debug and dump the server environment to standard out first
  • ecflow_server: ECFLOW-102 : undefined variables not detected correctly
  • ecflow_server: ECFLOW-104 aborted state for a task following an error at submission.
                          ( Error in ECF_JOB_CMD causes task to abort, however the abort was not detected as a incremental change(For the GUI),
                             when the containing suite was in a handle)
  • ecflow_server: Allow pure python jobs to be edited in viewer  before submission.
  • ecflow_server: abort child command now logs the abort reason if one is provided
  • ecflowview     : re-factor, removed Array.h, Array.cc, icon_Completecomplete.cc,  not used any more 
  • ecflowview     : ECFLOW-103 ecflowview edit alias variable
  • ecflowview     : ECFLOW-85 ecflowview default directory for servers file should be aligned with the installation prefix
  • ecflowview     : Allow multiple selection in the zombies dialog.
  • ecflowview     : Fix issues with preserving selection.
  • ecflowview     : Server/Preference option changed, to allow job length to be configurable, when job file is not accessible by ecflowview
  • ecflow.so       so       : ECFLOW-99 in addition, the python interface will allow ecflow.Ecf.set_debug_level(int)
  • ecflow.so   so       : python extension links statically with boost python, no need to set RPATH for boost_python
  • ecflow.so       so       : Added for test: Client::debug_server_on()/debug_server_off()
  • ecflow.so       so       : Added support for pure python jobs. ecflow python api extended to allow child commands(init,event,meter, label,wait,complete,abort)
  • doc               : Updated documentation for replace command. replace will succeed even if trigger expression invalid.

...