cloud-py-api / cloud_py_api

Nextcloud framework for developing apps using Python
https://apps.nextcloud.com/apps/cloud_py_api
GNU Affero General Public License v3.0
50 stars 7 forks source link

Fix logs name colon symbol, fix binary hash check, fix musllinux detection. #49

Closed andrey18106 closed 1 year ago

andrey18106 commented 1 year ago

Partial fix for incorrect binary download (https://github.com/andrey18106/mediadc/issues/101)

codecov[bot] commented 1 year ago

Codecov Report

Merging #49 (8d6dd0b) into main (997ba5d) will increase coverage by 0.06%. The diff coverage is n/a.

@@             Coverage Diff              @@
##               main      #49      +/-   ##
============================================
+ Coverage     83.27%   83.33%   +0.06%     
============================================
  Files            27       14      -13     
  Lines           813      834      +21     
  Branches          0        3       +3     
============================================
+ Hits            677      695      +18     
- Misses          136      137       +1     
- Partials          0        2       +2     
Impacted Files Coverage Δ
lib/Service/PythonService.php
lib/Service/UtilsService.php
lib/AppInfo/Application.php
lib/Command/ThriftClientCommand.php
lib/Db/Setting.php
lib/Command/ThriftServerCommand.php
lib/Service/SettingsService.php
lib/Settings/AdminSection.php
lib/Settings/AdminSettings.php
lib/Migration/AppDataInitializationStep.php
... and 10 more