64 Commits

Author SHA1 Message Date
697cef02a2 Release 0.5.0 0.5.0 2020-03-31 23:23:13 +02:00
b09d7531bd Fix : build with multiple packages 2020-03-31 23:22:42 +02:00
aa9bba8814 Add tests + some fixes (#23)
* Add tests + some fixes

Fixes:
- [utilization] cpu_total_load returns `None` if one load is 0
- [storage] volume_disk_temp_avg + volume_disk_temp_max were global, not volume related

Add:
- [storage] env
- [storage] storage_pools

Changes:
- api.password is now private
- api.storage_url is now private
- use API_KEY on each of APIs/services

* Fix encoding

* Use future division

* Add test_disk + test_volume to check error handling cases
2020-03-30 23:07:54 +02:00
b80b1f3cae Update README to respect next release (#22) 2020-03-29 19:17:20 +02:00
d37f32eaf6 Add API documentation repo (#21) 2020-03-29 12:38:29 +02:00
2fc1977874 Simplify setup read file + update to ProtoThis (#20) 2020-03-29 12:28:01 +02:00
bb5c3f02c5 Use pylint instead of flake8 (#18) 2020-03-29 12:24:42 +02:00
606c28ad5b Fix build badge (#19) 2020-03-28 10:05:09 +01:00
2827c6f046 Back is black (#17)
* Format with black
2020-03-26 00:37:28 +01:00
4666a532dc Separate module per API class + add .gitignore (#16) 2020-03-26 00:11:55 +01:00
adc62de793 Add PyPi badges + Add long_description, python_requires, license, & classifiers to setup (#15)
+ format setup to use 4 spaces indent
2020-03-25 20:34:15 +01:00
996d463a41 Fix CI + add Python 3.8 test env (#14)
Use 3.8 to deploy
2020-03-25 17:57:18 +01:00
923d1c06c9 Merge pull request #13 from Quentame/information
Add SynoInformation (SYNO.DSM.Info) API
2020-03-25 11:07:39 +01:00
31c918179b Add SynoInformation (SYNO.DSM.Info) API 2020-03-25 09:25:46 +01:00
38f8920830 Merge pull request #12 from Quentame/login
Make login unitary, looking good
2020-03-25 08:52:32 +01:00
a4272457a8 Make login unitary 2020-03-18 13:49:57 +01:00
8cda077a64 Updated Readme
Updated Setup
Prepared for PyPi release
0.4.0
2020-01-20 14:51:20 -05:00
ab8b63aa66 Merge pull request #9 from aaska/master
Added reverse compatibility with DSM 5.2
2020-01-20 20:42:32 +01:00
b343826c33 Merge pull request #10 from Quentame/fix/get_url
Make _get_url actually returning a response when retry_on_error=True
2020-01-20 20:34:10 +01:00
e74d103dd6 Make _get_url actually returning a response when retry_on_error=True 2020-01-15 12:30:12 +01:00
a4f57ff845 Adding documentation on new constructor parameter 2020-01-13 17:19:44 +01:00
36d9efcad5 - refactored names
- code cleanup
- changed parameter name
2020-01-13 09:21:02 +01:00
4866dbc855 Added reverse compatibility with DSM 5.2 2020-01-12 19:04:51 +01:00
599064b5dd Merge pull request #7 from kuchel77/master
Update SynologyDSM.py
2019-10-14 19:42:18 +02:00
5e47eee2ad Update SynologyDSM.py
This fixes the average temperature and maximum temperature for the disks.
2019-10-01 18:02:21 +10:00
a5446a052f Update setup.py 0.2.0 2018-07-02 22:03:51 +02:00
24bbce7973 Update README.rst 2018-07-02 21:59:01 +02:00
f9daa59546 Update README.rst 2018-07-02 21:57:16 +02:00
4363ded31c Merge pull request #6 from tchellomello/add_https_support
Added support to HTTPS URLs and for special characters in the username or password, verified and working
2018-07-02 21:54:43 +02:00
b7a3a2b033 Added support to HTTPS urls and for special characters in the username or password 2018-07-02 14:30:55 -04:00
dca5413444 Updated Readme File 0.1.0 2016-10-27 18:52:24 +00:00
f415f22768 Fixed incorrect merge 2016-10-27 18:07:12 +00:00
7ebcd5108a Forced modified file
Merge branch 'master' of https://github.com/StaticCube/python-synology

Conflicts:
	setup.py
2016-10-27 18:05:32 +00:00
9fdd55382b Fixed getting / setting functions and improved get requests 2016-10-27 18:03:39 +00:00
44c25011ca Fixed setup.py 0.0.3 2016-10-24 19:07:49 +00:00
2c0f31e189 Fixed setup.py 2016-10-24 18:59:27 +00:00
5c4ef575e3 Removed synology directory 2016-10-24 18:58:11 +00:00
a49b9978c7 Removed print lines / fixes various bugs / Renamed complete SynologyApi to SynologyDSM 2016-10-24 18:56:29 +00:00
a04e47ffcf Added update mechanism 0.0.2 2016-10-23 20:07:29 +00:00
ab4cd41abc Added init file 0.0.1 2016-10-14 20:22:01 +00:00
23a2da7adb Fixed setup directory naming 2016-10-14 20:18:26 +00:00
56050dd903 Fixed setup.py 2016-10-14 20:16:18 +00:00
f8bba64e4e Added License 2016-10-14 20:10:48 +00:00
e01b563b67 Preparing for Tagging 2016-10-14 20:09:15 +00:00
052116ef4b Fixed flake8 error 2016-10-14 19:52:20 +00:00
4d776d87df Fixed pylint exclude (hopefully) 2016-10-14 19:41:29 +00:00
a23bb5c752 Fixed pylint exclude 2016-10-14 19:39:46 +00:00
2072476acd Merge branch 'master' of https://github.com/StaticCube/python-synology 2016-10-14 19:37:51 +00:00
1a96ebff99 Fixed various styling issues 4.0 2016-10-14 19:37:29 +00:00
26f96c7092 Fixed various styling issues 3.0 2016-10-14 19:21:56 +00:00