-
pbeast-00-13-04b6de80b9 · ·
1. fix adjust_boundaries() method (see ADAMATLAS-354); 2. if there is upd information, adjust edge data points to fix ADAMATLAS-351; 3. fix bug prevented parameter re-set to 0 in get-data REST method; 4. use estimation of RAM per serie for merge operation to fix ADAMATLAS-191; 5. avoid duplicated -P command line option in pbeast_read_server binary
-
pbeast-00-13-00279017ec · ·
Implement time lapses to lookup closest data points outside query time interval. This implements ADAMATLAS-348 requirement and will allow to fix ADTCC-90
-
pbeast-00-12-0379292bab · ·
1) Implement remove data by value functions as it is requested in ADAMATLAS-341. 2) The downsample interval may not be set to 0, when downsample functions are used in dashboard REST implementation. This fixes the cause of the ADAMATLAS-342. Also check that sample interval is not equal to 0 in downsample requests to prevent bug ADAMATLAS-342. 3) In case if user provides long request, which encoding into a file name exceeds limits of file system, replace the request string by it's MD5 string. This fixes ADAMATLAS-343. 4) Fix bug appearing during calculation of aggregation functions from downsampled vector data. There was a mismatch between 32 and 64 bit timestamps. 5) Check downsample interval when function config contains aggregation functions. Fix issue ADAMATLAS-344.
-
pbeast-00-12-0252d9d99d · ·
Fix update information after use of summarize function. Remove code unused after IDL simplification.
-
pbeast-00-12-015627965a · ·
Fix problem with linker that cannot find clock_gettime@@GLIBC_2.2.5 symbol after external changes in nightly.
-
pbeast-00-12-00ed51bb23 · ·
Implement alias functions. Simplify repository API, IDL and server functions removing read attribute family of functions for single data serie.
-
pbeast-00-11-02053656a5 · ·
Fix bug with uninitialized SortableValueParameter in functions for vector types (jira issue ADAMATLAS-331)
-
pbeast-00-11-013b6dc947 · ·
Fix bug, when summarize() function returned empty series and get_max() did not check that the serie is not empty.
-
pbeast-00-11-00c5c2e569 · ·
Implement functions. Move aggregations to functions. Simplify IDL (the aggregations become usual functions as part of get_downsampled_xxx methods, so all aggregate_xxx methods are removed).
-
pbeast-00-10-086a25e3cb · ·
Implement server monitoring. API performance improvements (see ADAMATLAS-317).
-
pbeast-00-10-07f435f1c9 · ·
Optimise performance of the C++ client API: use std::string as a buffer and reserve enough memory when parse response with large files. This fixes ADAMATLAS-317. The use of std::stringstream from the server side still to be evaluated.