Skip to content
Snippets Groups Projects
  1. Nov 24, 2023
  2. Nov 22, 2023
  3. Oct 26, 2023
  4. Dec 21, 2020
  5. Dec 01, 2020
  6. Nov 28, 2020
  7. Nov 06, 2020
  8. Nov 05, 2020
  9. Nov 04, 2020
  10. 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
  11. Oct 07, 2020
  12. Oct 05, 2020
  13. Sep 30, 2020
  14. Aug 27, 2020
    • Antônio Augusto Fröhlich's avatar
      Reorganizing the repo structure to match the plan. Apparently, git... · c619bb41
      Antônio Augusto Fröhlich authored
      Reorganizing the repo structure to match the plan. Apparently, git filter-branch was not necessary to remove certificate's private key because someone had already run it. At least, git log --diff-filter=D --summary | grep delete does not show any private key.
      c619bb41
    • root's avatar
      Code correction · 186b4543
      root authored
      Removing print used for tests. This can cause errors to the workflow output recognition by the API.
      186b4543
    • root's avatar
      Cleaning up · 549e468b
      root authored
      Removing importer logs.
      549e468b
    • root's avatar
      Cleaning up · 43007973
      root authored
      Removing private workflows.
      
      This should be on a private repository.
      43007973
    • root's avatar
      Cleaning Up · dd202d94
      root authored
      Removing junk files: old code files, python cache files, log folders.
      dd202d94
  15. Aug 26, 2020
  16. 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
  17. Jun 24, 2020
  18. Jun 03, 2020
    • Leonardo Passig Horstmann's avatar
      workflow changes · b14564cc
      Leonardo Passig Horstmann authored
      Backend now controls workflow daemon execution;
      Workflows are placed directly on /smartdata/bin/;
      Workflow names are inN and outN for input and output workflows, respectively;
      S-curve workflow (in3) added to aqtech domain;
      Workflows are able to make notifications via the returned JSON.
      b14564cc
  19. Apr 20, 2020
    • Leonardo Passig Horstmann's avatar
      Manually merging with sv3 code · 97555abe
      Leonardo Passig Horstmann authored
      Most of the differences were related to the fact that aggregators are not already available on sv3.
      The Backend differences were innocuous (spaces, indentation, and blank lines).
      Config changes consists on email and log address.
      97555abe
  20. Apr 12, 2020
  21. Mar 15, 2020
  22. Dec 28, 2019
Loading