cozy / ACH

Import/Export data from your Cozy
4 stars 5 forks source link

feat: Add remove aggregation script #145

Closed paultranvan closed 1 year ago

paultranvan commented 1 year ago

This is useful to test the aggregation service or to fix some mistakes.

Note the generic script parameter system seems rather fragile and is not really satisfying at this moment: any script called through ACH script <path> can get a param, which is an array of arguments passed to the script. For example, by calling ACH script timeseries/removeAggregations.js 2023-09-10, the date will be in params[0]. But then, the caller of the script has no way to know this rather than reading the code...

cozy-bot commented 1 year ago

:tada: This PR is included in version 1.50.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: