Skip to content

Fix issues with beekeeper notifications

Mateusz Żebrak requested to merge mzebrak/fix-run-beekeeper-bug into develop

Closes: #102 (closed) and #107 (closed)

Requires:

Work done:

  • Bumped hive version so we can get a newer version of beekeeper (ft. hive#622 (closed) and hive#624 (closed))
    • Required a fix in test-tools for CLI ArgumentParser
    • Required a clive logger adjustment because test-tools now also use loguru (we no longer can remove all of the loguru handlers before adding ours)
    • Required loguru, wax, schemas bump because of deps conflict with helpy
    • Required a small adjustments in test-tools usage because test-tools > helpy integration
  • Adjusted beekeeper "ready" notification to it's new format
  • Fix an edge case when either beekeeper ready or beekeeper already running notification is not received
Edited by Mateusz Żebrak

Merge request reports