Markus Unterwaditzer
52ac7dc1fb
More failing tests
2014-03-03 16:41:26 +01:00
Markus Unterwaditzer
5c91f48f0e
Move tests outside package
...
These tests will get so big we won't want to distribute them to users
2014-03-02 19:21:15 +01:00
Markus Unterwaditzer
5ca35477e6
Add travis badge
2014-03-02 19:15:52 +01:00
Markus Unterwaditzer
aca8104413
Travis
2014-03-02 19:13:52 +01:00
Markus Unterwaditzer
c9bd10be9c
Add fair warning
2014-03-02 19:11:09 +01:00
Markus Unterwaditzer
651a976867
Flake8
2014-03-02 17:47:58 +01:00
Markus Unterwaditzer
c503de84a0
More documentation
2014-03-02 12:41:11 +01:00
Markus Unterwaditzer
c26ce5e35b
Fix typo
2014-03-02 12:35:29 +01:00
Markus Unterwaditzer
b0a180babe
"synchronize" is a hard word...
2014-03-02 11:48:09 +01:00
Markus Unterwaditzer
0be426e382
Remove __version__ variables
...
This comes from thoughtlessly copying the copyright header from
vdirsyncer/__init__.py
2014-03-02 03:23:24 +01:00
Markus Unterwaditzer
812d376c5d
Add carddav storage
...
Fix #1
This currently breaks the tests, but i think it's radicale being a
bitch. We should test this against other servers.
2014-03-02 03:21:32 +01:00
Markus Unterwaditzer
83910f2301
Put code deduplication to the max
2014-03-01 23:02:38 +01:00
Markus Unterwaditzer
7fed1d4b88
Add one test for dav
2014-03-01 22:44:47 +01:00
Markus Unterwaditzer
5de541bab7
Fix up old identifier
2014-03-01 22:37:46 +01:00
Markus Unterwaditzer
5eb4cbb429
Fix a typo
2014-03-01 22:33:46 +01:00
Markus Unterwaditzer
9d679999ef
Better handling of stub items
2014-03-01 22:21:05 +01:00
Markus Unterwaditzer
82dd045e4b
update README
2014-03-01 22:14:45 +01:00
Markus Unterwaditzer
6f65607d15
Fix a flaky import
2014-03-01 21:50:52 +01:00
Markus Unterwaditzer
e60f0b1aaa
Indent xml pieces
...
This breaks my indentation in vim otherwise.
I am fully that this indent creates different strings with extreme
amounts of whitespace, but this doesn't change any functionality, so i
don't care.
2014-03-01 21:47:37 +01:00
Markus Unterwaditzer
dce98d2fed
Flake8
2014-03-01 21:42:21 +01:00
Markus Unterwaditzer
aa7d2f3eeb
Restructuring of DAV storage
...
We will need this when writing CarddavStorage, assuming we can share
much code between them.
2014-03-01 21:36:01 +01:00
Markus Unterwaditzer
0e9c5a9130
Add test suite instructions
2014-03-01 20:39:59 +01:00
Markus Unterwaditzer
78065a4e1f
Implement conflict resolution
...
Fix #4
2014-03-01 00:51:29 +01:00
Markus Unterwaditzer
6776c79743
Some code cleanup
2014-02-28 23:55:16 +01:00
Markus Unterwaditzer
3a0c1ff4a5
Remove obsolete text from README
2014-02-28 21:53:19 +01:00
Markus Unterwaditzer
f0d7e211d9
Solve the boolean problem in config files
...
once and for all
2014-02-28 21:50:58 +01:00
Markus Unterwaditzer
1e3b8055d8
Fix bug
2014-02-28 15:21:17 +01:00
Markus Unterwaditzer
84ee96c394
Better logging
2014-02-28 14:44:08 +01:00
Christian Geier
f6af9697a9
bugfix: odd error message if URL not WebDAV
...
If the queried URL is not speaking WebDAV, there is no 'DAV' response
header and a misleading (to the end user) exception is raised.
I've wanted to fix this for some time in khal.
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
55c33d749b
Add example config
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
993ddc9737
Actually make start_date and end_date work
...
Some CLI improvements
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
54adf78f05
Move issues to tracker
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
46fa1d7c47
vdirsyncer can now be somewhat used
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
dc12b74805
CLI WIP
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
f94649950e
Remove stupid print statements, more comments
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
ce264e2455
Better headers
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
98e49de418
Autopep8
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
784c0edb5d
Restructure that mess
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
65548f72f4
More fixes!
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
095385b11c
Fixed one test!
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
44c7abfd9a
Improvements in exception handling
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
b26c78a361
Add tests for caldav but they still fail
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
1e248140b7
Fixed bug
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
c90e05b902
Add CalDAV storage, completely untested
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
48eb2a7165
Update README.md
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
36b8758eda
Update README.md
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
59f1820a3e
Add more to readme
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
9851282e47
More fixes
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
b878c1dba2
Complete rewrite of storage API, again
2014-02-28 14:44:08 +01:00
Markus Unterwaditzer
8909460380
Add more information to readme about caldav
2014-02-28 14:44:08 +01:00