Skip to content
Snippets Groups Projects
  1. Oct 14, 2021
  2. Aug 09, 2021
  3. Dec 21, 2020
  4. Dec 01, 2020
  5. Nov 28, 2020
  6. Nov 06, 2020
  7. Nov 05, 2020
  8. Nov 04, 2020
  9. 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
  10. Oct 10, 2020
  11. Oct 07, 2020
  12. Oct 06, 2020
  13. Oct 05, 2020
  14. Sep 30, 2020
  15. Sep 01, 2020
  16. Aug 27, 2020
  17. Aug 26, 2020
  18. 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
Loading