Skip to content
Snippets Groups Projects
  1. Feb 18, 2022
  2. Jan 31, 2022
  3. Jan 28, 2022
    • Grzegorz Wojciechowski's avatar
      Fixed DST issues on different python versions · c9e73bb9
      Grzegorz Wojciechowski authored
      * Replaced tzlocal and pytz with DST aware time.localtime() objects
      and manually adding/removing 1 hour offset.
      
      Note: Using tzlocal and pytz on python3.5 was causing:
      	- draw3 not displaying PT_MONTH probes
      	- draw3 not displaying some archived data
      	- aggregator5manual crashing on calculating PT_MONTH probes
      c9e73bb9
  4. Jan 26, 2022
    • Grzegorz Wojciechowski's avatar
      Influx importer and aggregator from 10min · 86b26e7e
      Grzegorz Wojciechowski authored
      * Modified influx importer so both sz3 and sz4 could be converted
      into new architecture sz5
      * Added switch to aggregator5 to aggregate from 10-min probes
      * Added possibility to set base name in aggregator5manual
      86b26e7e
  5. Jan 24, 2022
    • Grzegorz Wojciechowski's avatar
      raporter.py for sz5 · 98a2fde0
      Grzegorz Wojciechowski authored
      * bring back code responsible for parhub connection (sz4)
      * changed sz4 to sz5 connection
      * renamed changed sz4 stuff to sz5
      * fixed whitespaces
      98a2fde0
  6. Jan 20, 2022
  7. Jan 19, 2022
  8. Jan 18, 2022
  9. Jan 11, 2022
  10. Jan 04, 2022
  11. Dec 28, 2021
  12. Dec 20, 2021
  13. Dec 13, 2021
    • Grzegorz Wojciechowski's avatar
      get_multiple_data implemented in ikspyserver · 5595a6e3
      Grzegorz Wojciechowski authored
      * added new command get_multiple_data to ikspyserver enabling
      to query "get_data" for any number of parameters at once
      * implemented multiple param query working with aggregator
      
      Note: this was made to fasten queries especially for aggregator5 and draw3.
      5595a6e3
  14. Dec 06, 2021
    • Aleksy Barcz's avatar
      ipkedit: enable/disable move tools in toolbar · 16b18544
      Aleksy Barcz authored
      + stardardized connecting id to handler and renamed methods
      + add visual indication that some move tools are supported for item type and others are not
      + initialize (otherwise const) map in cpp as ids are declared in cpp
      + repeat id in handlers as I wasn't able to use a lambda in EVT_ macros
      16b18544
    • Grzegorz Wojciechowski's avatar
      i2smo - local check · 3774afb1
      Grzegorz Wojciechowski authored
      * i2smo - don't check shebangs when run locally
      * changed way i2smo informs about custom daemons when run locally
      * fixed drawdefinables param names regex
      
      Note: this was done to reduce printing errors when i2smo run locally
      3774afb1
  15. Dec 02, 2021
    • Grzegorz Wojciechowski's avatar
      More i2smo fixes · 5adb609f
      Grzegorz Wojciechowski authored
      * fixed raising exception when scc section not found in szarp.cfg
      * fixed isl checking when run with additional tests
      * added i2smo duplicate unit search on additional tests
      5adb609f
    • Grzegorz Wojciechowski's avatar
      Few aggregator5 optimizations · d7bb835c
      Grzegorz Wojciechowski authored
      * save measurements via file
      * changed is_no_data to tag value in influxDB
      * forced data_time to be saved as integer in influxDB
      * optimized count_seconds_in_probe() function
      * added multithreaded calculating of aggregates
      
      Note: previous version of aggregator was way to slow
      d7bb835c
  16. Dec 01, 2021
    • Aleksy Barcz's avatar
      ipkedit: moving ranges of DrawSets · 63fac846
      Aleksy Barcz authored
      + ranges can be selected with shift/ctrl pressed
      + ranges don't have to be contiguous
      + add proxy method for using wxArray as I couldn't find guarantees neither for this class nor for GetSelections()
      63fac846
  17. Nov 30, 2021
  18. Nov 29, 2021
  19. Nov 24, 2021
  20. Nov 19, 2021
  21. Nov 17, 2021
  22. Nov 16, 2021
  23. Nov 08, 2021
  24. Nov 05, 2021
  25. Oct 20, 2021
  26. Oct 12, 2021
  27. Oct 11, 2021
  28. Oct 07, 2021
  29. Sep 28, 2021
Loading