Skip to content
Snippets Groups Projects
  1. Nov 05, 2020
    • Leonardo Passig Horstmann's avatar
    • José Luis Conradi Hoffmann's avatar
      Rename backend methods and search structure · c1e6abac
      José Luis Conradi Hoffmann authored
      Folder searcher renamed to filter. Search files nomeclature standard changed to f<id>, to recall filters and to follow the same nomeclature standard from workflows.
      Options parameter renamed to 'filter'. The filter parameter contain an id field to specify which filter should be executed (default is 0). The field 'parameter' should be used to denote parameters specific to each filter, and will be parsed by filter itself.
      c1e6abac
    • José Luis Conradi Hoffmann's avatar
      Adding search to backend construct · 00cd4ca8
      José Luis Conradi Hoffmann authored
      Moreover, fixing SmartAPI search method to call the correct backend function.
      00cd4ca8
    • José Luis Conradi Hoffmann's avatar
      Search anomalous data per Domain · a9e3fabe
      José Luis Conradi Hoffmann authored
      A search API has been created.
      The Backend and the SmartAPI has been modified to support the search functionalities.
      A search recieves a series as a parameter, one that do not necessarily specifies a unit. Similar to a workflow, a search type is defined per domain. Moreover, a 'options' parameter is also expected, specifying which type of search will be performed. If options is not presented, search of index 0 will be executed.
      A search returns a multi-unit series, ordered by timestamp.
      
      An example for tutorial domain is provided, where through search0 anomalous temperature values are detected in the space-time range specified by the series parameter.
      a9e3fabe
  2. Nov 04, 2020
  3. Nov 03, 2020
    • Leonardo Passig Horstmann's avatar
      Synchronizing with gitlab · c80ad372
      Leonardo Passig Horstmann authored
      on mu_put.php and mv_put.php we changed instantiation of Backend to support requests with certificate.
      on put.php the extra newline that php was complaining about was removed.
      on Backend.php was changed to adjust create series (fix algorithm that merge series),
      and some bug fixes on multi SmartData insertion.
      on Series.php throw exception if invalid values of t0, t1 and r was changed to include the values of these parameters.
      on MultiSmartData.php: bug fix on verifying existance of ->uncertainty and adding a parseJson method.
      Also, files Backend.php and SmartAPI.php were changed to support get_activity.
      c80ad372
  4. Oct 10, 2020
  5. Oct 07, 2020
  6. Oct 06, 2020
  7. Oct 05, 2020
  8. Sep 30, 2020
  9. Sep 01, 2020
  10. Aug 27, 2020
  11. Aug 26, 2020
  12. Jun 25, 2020
    • root's avatar
      fixing create series code · 22e0259e
      root authored
      22e0259e
    • Leonardo Passig Horstmann's avatar
      Changing series create and attach logic · ebec4e48
      Leonardo Passig Horstmann authored
      Now, when creating a series, we compare the new series with the already existent ones and if they share space-time and the other attributes (e.g., unit and domain) we only update the existent series and the necessary rows so that it encompasses the new series being inserted. If there is no space-time intersection, the new series is inserted on the data-base.
      ebec4e48
    • root's avatar
      Finishing first version of Output Workflows support · 7fbf789e
      root authored
      A whole response json can be too large to be handled as an argument to a workflow call. Thus we decided to inform the parameters with a buffer file to be read by the workflow.
      Also, as previously discussed, the series workflow is not used as a filter during data querying. It is used to process the data before responding to the client.
      7fbf789e
  13. Jun 24, 2020
  14. Jun 03, 2020
Loading