Skip to content
Snippets Groups Projects
  1. Mar 14, 2025
  2. Mar 13, 2025
  3. Mar 12, 2025
  4. Feb 28, 2025
  5. Feb 21, 2025
  6. Feb 20, 2025
    • Aleksy Barcz's avatar
      remove crypt.c · 71f9b53c
      Aleksy Barcz authored
      + it is not used and not event packaged
      + this enables compilation on Debian Trixie
      71f9b53c
  7. Feb 19, 2025
    • Aleksy Barcz's avatar
      remove openssh-server dependency from szarp-base · f03cf8f2
      Aleksy Barcz authored
      + it is problematic for systems on which we don't want ssh server to be running
      + szrsync and szbpush from szarp-base should still be functional without ssh server
      + szarp-server should be functional without ssh server
      + added openssh-server as Suggested to szarp-terminal as usually szarp-server will szbpush to a terminal
      f03cf8f2
  8. Feb 18, 2025
  9. Feb 14, 2025
    • Eryk Sztanga's avatar
      Fix incorrect merge in test_ipc.py · bacc44b7
      Eryk Sztanga authored
      bacc44b7
    • Eryk Sztanga's avatar
      Pythondmn: added shebang handling · 9803d6c8
      Eryk Sztanga authored
      + Pythondmn will now try to init python using shebang
      + If shebang is absent default system python will be innitialised as it was previously
      + It can handle python virtual enviorment
      + Does not work with python older than 3.8
      + It does not work on windows due to lack of <codecvt> there that is necessary for converting string to wchar*
      9803d6c8
  10. Jan 27, 2025
    • Eryk Sztanga's avatar
      test_ipc.py: Fix some bugs and adjust formatting according to flake8 · 035ff3c5
      Eryk Sztanga authored
      + Fixed formatting except around imports.
      + Fixed applying prec. It used to multiply 10 by prec instead of raising to prec power.
      + Changed assert checking whether parameter is floating-point to if diaplaying warning.
      + When running pythondmn with parcook it is possible without problems to write to floating-point param, so this behaviour is more appropriate.
      035ff3c5
  11. Jan 20, 2025
  12. Jan 03, 2025
    • Eryk Sztanga's avatar
      iks-server fixes · 99581119
      Eryk Sztanga authored
      + Fixed not throwing exception with wrong probe times in find_latest, get_history, get_latest_set get_data and search_data
      + Made seconds_t mode working in command search history.
      + Added error code 403 which is in doccumentation but was absent here
      + Fixed commands accepting invalid timestamps, which could freeze iks-server. Works for seconds_t as well as nanoseconds_t
      + Fixed search_data so ow it always returns -1 when timestamp was not found
      + Changed ill_formed error to feature_disabled when unsupported data type in get_data
      + Enabled nanoseconds mode in search_data and get_data for backward compatibility. It in fact performs check in seconds, the only diffrence is format.
      + Nanosecond timestamp needs to be provided in (seconds,nanoseconds) format.
      99581119
  13. Dec 31, 2024
  14. Dec 20, 2024
    • Eryk Sztanga's avatar
      iks-server: don't reapply prec to REAL/COMBINED · c3be3168
      Eryk Sztanga authored
      + prec was applied a second time to REAL and COMBINED param values when sending updates via set_subscribe
      + fixes new szbase backend for iks-server
      + may break szbase_legacy backend as it uses same sources as szbase
      + doesn't affect draw3 connecting to iks-server - seems that draw3 doesn't use set_subscribe at all
      c3be3168
  15. Dec 19, 2024
    • Eryk Sztanga's avatar
      ipkedit: Added button that automatically calculates sectors for binary sets · 0a077c25
      Eryk Sztanga authored
      + When set consists of many binary parameters it is hard to analyze when they overlap.
      + It can be countered by setting specyfic ranges for following parameters (e.g. 0-2, 2-4, 4-6 etc.)
      + This commit adds button that calculates these ranges and applies them.
      + Button opens dialog that asks for sector height
      0a077c25
  16. Dec 17, 2024
    • Eryk Sztanga's avatar
      Created szmissing.py script for finding parameters that are no_data but used not to be · fc3fd9f7
      Eryk Sztanga authored
      + szmissing connects to iks-server (default 127.0.0.1:9002)
      + it connects to remote. If base name was not provided script asks user to choose from one of the listed remotes.
      + it collects the newest record of selected probe type.
      + it checks if the obtained record is older than old time (default 1h).
      + it checks if the obtained record is older than recent time (default 10m).
      + If record is newer than old time but older than recent time, parameter is listed as newly no_data.
      + it is also possible to list parameters that were missing in both cases.
      fc3fd9f7
  17. Dec 16, 2024
  18. Oct 29, 2024
  19. Oct 28, 2024
    • Eryk Sztanga's avatar
      draw3: Added error message for when parameter is from non-existant set · 3cd7c41a
      Eryk Sztanga authored and Eryk Sztanga's avatar Eryk Sztanga committed
      + updated error message for when parameter in defined.xml has wrong draw set
      + when set exists display message: "is not present in draw set"
      + when set doesn't exist: "is part of non-existent set".
      3cd7c41a
    • Eryk Sztanga's avatar
      Filler2: Fixed parameters not appearing · f18d7f75
      Eryk Sztanga authored
      + I ran filler2 and noticed no parameters are visible in any set.
      + This commit fixes that issue.
      + If draw_name is absent in params, param is added to python list anyway with draw_name value set to None
      + If draw_name is not None it is displayed. Otherwise full name is used for display.
      + The structure stays the same, only displayed names differ
      f18d7f75
  20. Oct 17, 2024
  21. Oct 15, 2024
  22. Oct 01, 2024
  23. Sep 24, 2024
  24. Sep 19, 2024
  25. Sep 12, 2024
  26. Sep 05, 2024
Loading