Releases: trychlos/TheToolsProject
Releases · trychlos/TheToolsProject
v4.30.0
- New TTP::Meteor::isDevel() function, thus bumping minor candidate version number
- meteor.pl deploy honors '--dummy' option
- meteor.pl list --applications has '--dirs' and '--diffs' new options to list the directory when it is doesn't correspond to the name of the application
- Fix meteor.pl publish to have the right per-day termination
- Define new TTP::IRunnable->runnableOptionsCount() method
- meteor.pl deploy --first option displays an help to prepare the first deployment to a new target
- meteor.pl list --packages displays publication informations as a JSON-like string
- daemon.pl restore -monitor: only insert if previous delete has been successful
- Node::findByService(): fix the inhibition detection
v4.29.0
v4.28.1
v4.28.0
v4.27.1
v4.27.0
- workload.cmd and workload.sh now provide both same start and end stamps with dot and milliseconds (instead of previous comma and hundredths, in cmd, and none in sh)
- Review workloads summary configuration, updating services.pl workload-summary accordingly, thus bumping minor candidate release number
v4.26.0
- http.pl compare: improve enqueing logging, adding item text
- http.pl compare: extend cancel of a role on successive errors to all errors
- http.pl compare: try to keep on the requested path when trying to re-login
- http.pl compare: re-instanciate a new browser on re-login
- services.pl workload-summary: make sure the summary is outputed to stdout *and* logged
- services.pl workload-summary: extend to manage each execution report individually, thus bumping minor candidate release number
- http.pl compare: extends 'compare.screenshots.enabled' description to have a three-way alternative
- http.pl compare: define two daemons to handle 'ref' and 'new' sites interactions
- TTP::RunnerDaemon has a 'length_limit' to not clutter the logs with big data commands or answers
- http.pl compare: configure more delays and timeouts, wait_page_ready() handles its own concurrency
- TTP::subsituteMacros() now has a safety guard if the caller doesn't provide any data
- services.pl workload-summary: honors convertToSql new configuration
- Document Monitor service database
v4.25.7
- http.pl compare: review Role->restore_chain() to make it clearer
- http.pl compare: let the comparison continue when the page has been already seen
- http.pl compare: Browser->click_by_xpath() decrease the count of log lines while keeping the same detail level
- http.pl compare: review role->restore_chain() verbose messages
- Fix http_compare JSON schema
- telemetry.pl list: improve HTTP parsing, remove MQTT option
- telemetry.pl list: implement (local) text-based telemetry list
- telemetry.pl list: implement server telemetry list, updating site and private schemas accordingly