Commit graph

91 commits

Author SHA1 Message Date
Evgeny Ezhov
95bea2182c Remove release date 2019-12-17 13:57:29 +03:00
Evgeny Ezhov
7db1cfd274 Bump version to 0.14 2019-12-17 13:52:58 +03:00
Evgeny Ezhov
5e2a9468c1 Increase test coverage 2019-12-17 13:49:10 +03:00
Evgeny Ezhov
5aad617fbf Update tests and fix issues 2019-12-02 11:52:04 +03:00
Evgeny Ezhov
5f84bb1343 Fixed #24 an issue with checking resources on Yandex WebDAV 2019-12-02 11:52:04 +03:00
Evgeny Ezhov
0b9c61e7e7 Fixed SonarQube analysis issues 2019-11-28 14:50:39 +03:00
Evgeny Ezhov
1859e43daf Add manual for using API 2019-11-28 14:20:29 +03:00
Evgeny Ezhov
120a6adfab Added Coverage in SonarQube 2019-11-28 00:43:38 +03:00
Evgeny Ezhov
a3a8e31059 Update readme and setup 2019-11-27 22:57:42 +03:00
Evgeny Ezhov
c3a15dd145 Added SonarQube analysis 2019-11-27 22:28:32 +03:00
Evgeny Ezhov
fe3296f203 Support Python 2.7 in tests 2019-11-27 21:49:35 +03:00
Evgeny Ezhov
dc7d908462 Added an option to disable check in case WebDAV server is not support it 2019-11-27 16:18:50 +03:00
dzhuang
64bbd967bc Disable client.check by default. 2019-11-27 16:18:50 +03:00
Evgeny Ezhov
c90ee856fd Update Readme 2019-11-27 15:53:56 +03:00
Evgeny Ezhov
13ba29604a Style fixes 2019-11-27 15:52:31 +03:00
Tobias Küchel
8a919ac866 on pull() return a boolean, if something was changed on disk or not 2019-11-27 15:52:31 +03:00
Tobias Küchel
6b90e1d16c remove a costy is_dir-check on obvious directories to speed up a pull 2019-11-27 15:52:31 +03:00
Evgeny Ezhov
6415617852 Tests for push and pull methods 2019-11-27 15:52:31 +03:00
Evgeny Ezhov
5b1285392c Changed HEAD to GET method for 'check' request due of not all servers support HEAD 2019-11-27 15:18:02 +03:00
Evgeny Ezhov
78a979715d Adapt to use Apache WebDAV Container for CI 2019-11-27 15:00:52 +03:00
Evgeny Ezhov
ba2453800d Readme update 2019-11-27 15:00:52 +03:00
Evgeny Ezhov
64a3b66efb Add webdav container 2019-11-27 15:00:52 +03:00
Evgeny Ezhov
c238c281dd Merge branch 'master' into develop 2019-11-27 13:24:35 +03:00
Emil 'Skeen' Madsen
1fb79c36be Stripping suburl from paths in extract_response_for_path (#15)
When accessing a server on a suburl, such as an Alfresco WebDav:

http://172.17.0.8:8080/alfresco/webdav
The file paths processed by extract_response_for_path, specifically href contains the suburl as a prefix, for instance:
/alfresco/webdav/Sites/ rather than just Sites/.
I am not sure if this is a specific problem with Alfresco WebDav, or a common issue.
Either way, the provided code fixes this issue by removing the suburl from paths, if it exists.
2019-11-26 14:05:33 +03:00
Evgeny Ezhov
6118801098
Merge pull request #12 from delrey1/master
Updated to use sessions
2019-11-26 13:26:16 +03:00
Evgeny Ezhov
fdea5d1b70
Merge branch 'develop' into master 2019-10-13 17:56:46 +03:00
Evgeny Ezhov
7e409f1f1c Update git ignore 2019-10-13 17:54:45 +03:00
Evgeny Ezhov
c606ae3875
Merge branch 'develop' into master 2019-10-13 17:51:19 +03:00
Jorge
75a4241201 [Jorge] Updated to add verify to workaround request 2019-10-13 17:44:44 +03:00
Jorge
0f0721554b [Jorge] Updated to run a GET with proxy auth as overridden in subs request 2019-10-13 17:44:44 +03:00
Jorge
5a01cbf823 [Jorge] Switch to use python sessions rather than requests 2019-10-13 17:44:44 +03:00
Jorge
dc617d43aa [Jorge] Updated to add venv/.idea/build 2019-10-13 17:44:44 +03:00
Evgeny Ezhov
035c7d315e Update git ignore 2019-10-13 17:43:30 +03:00
Evgeny Ezhov
b663345e9d Tests are fixed 2019-10-13 17:27:14 +03:00
Evgeny Ezhov
d4edab9044 Main version of Python is updated up to 3.7
And small style fixes
2019-10-09 10:35:23 +03:00
Jorge
af85e056bd [Jorge] Updated to add verify to workaround request 2019-09-30 20:50:14 +01:00
Jorge
3632c2a1e0 [Jorge] Updated to run a GET with proxy auth as overridden in subs request 2019-09-30 20:41:01 +01:00
Jorge
8491fdec4c [Jorge] Switch to use python sessions rather than requests 2019-09-30 19:54:25 +01:00
Jorge
2e6284af1b [Jorge] Updated to add venv/.idea/build 2019-09-30 19:54:06 +01:00
Evgeny Ezhov
da46592c6f Update before release 0.12 2019-06-21 13:39:55 +03:00
Jesper Håkansson
991e645fdb Added verify attribute to execute_request method
To be able to control whether to verify the server's TLS certificate
or not, the verify attribute has been added to the execute_request
method.
2019-06-21 13:31:01 +03:00
Jesper Håkansson
ea139d2ec7 Added depth_to_copy argument in copy method in client.py
Implemented support to control the depth http header for the copy
command.
2019-06-21 13:29:41 +03:00
Evgeny Ezhov
1c43adb5bd Update before release 0.11 2019-03-30 09:37:03 +03:00
Evgeny Ezhov
e576958f4b Update before release 0.11 2019-03-30 09:35:21 +03:00
Eric Van Horn
d38aded83d fixed missing requirement; incorrect import 2019-03-30 09:29:19 +03:00
Benjamin Böhmke
460160ed04 fixed download of large files 2019-03-27 17:43:31 +03:00
Evgeny Ezhov
51458a439b Update before release 0.10 2019-01-31 15:44:03 +03:00
Zimmermann, Stefan
f63a7dc48e Remove the upload filesize limit which is a remnant of using PyCurl 2019-01-31 11:34:05 +03:00
Zimmermann, Stefan
17fae10abc Fixing problems of integration and unit tests
- AssertEquals deprecation warnings
- Problems with byte/UTF strings and xml library
2019-01-31 11:33:40 +03:00
Evgeny Ezhov
2628a80e2f prepare to publish 0.9 2018-05-10 14:51:10 +03:00