synologydsm-api icon indicating copy to clipboard operation
synologydsm-api copied to clipboard

Results 33 synologydsm-api issues
Sort by recently updated
recently updated
newest added

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.1. Release notes Sourced from actions/upload-artifact's releases. v3.1.1 Update actions/core package to latest version to remove set-output deprecation warning #351 v3.1.0 What's Changed Bump @​actions/artifact...

dependencies
github_actions

This PR will add Hyper Backup related functionalities. This first version only contains read actions, because of missing api documentation, implementation of write functions needs more time to evaluate how...

enhancement

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.11. Release notes Sourced from actions/cache's releases. v3.0.11 What's Changed Call out cache not saved on hit by @​Phantsure in actions/cache#946 Update @​actions/core to 1.10.0...

dependencies
github_actions

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 3.1.1. Release notes Sourced from codecov/codecov-action's releases. 3.1.1 What's Changed Update deprecation warning by @​slifty in codecov/codecov-action#661 Create codeql-analysis.yml by @​mitchell-codecov in codecov/codecov-action#593 build(deps): bump...

dependencies
github_actions

Bumps [xdoctest](https://github.com/Erotemic/xdoctest) from 0.15.8 to 1.1.0. Release notes Sourced from xdoctest's releases. Version 1.1.0 Fixed Can now handle basic versions of the new __editable__ package finder mechanism. Parsing bug where...

dependencies
python

I added some functions to get the album structure, and images. There is no official api documentation, but I based myself on [this](https://github.com/zeichensatz/SynologyPhotosAPI)

This PR adds functions to pull the disk-related metrics from the utilization API data. This includes the total utilization as a percentage, plus the total read and write bytes. The...

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.14.0 to 2.20.0. Release notes Sourced from pre-commit's releases. pre-commit v2.20.0 Features Expose source and object-name (positional args) of prepare-commit-msg hook as PRE_COMMIT_COMIT_MSG_SOURCE and PRE_COMMIT_COMMIT_OBJECT_NAME. #2407 PR...

dependencies
python

in python3 .values() returns dict_values object not a list, need to explicitly cast to list

I have been working on a Moments API integration for DSM 6 and will eventually move to Photos for DSM 7. I am using a non-admin user and was failing...