Markus Unterwaditzer
0d9ec646d7
Initial etesync support ( #614 )
...
* Initial etesync support
* Optimized get()
* Bugfixes
* bugfixes
* Add writing operations
* collection creation WIP
* Fix collection creation
* tests wip
* wip
* Final touch for test setup
* actually skip tests
* Disable metadata tests
* Avoid polluting working tree
* Avoid importing wsgi-intercept if not installed
* Fix collection tests
* Proper teardown
* Skip bad test
* Remove vtodo
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Add docs
* Remove useless pkg
* Don't crash if etesync isn't imported
* Stylefix
* Fix more import errors
* More import errors
* Only run etesync on latest python
* Fix etesync check
* journal-manager migration
2017-04-13 16:27:11 +02:00
Markus Unterwaditzer
45d275f71d
Disable OS X in Travis ( #618 )
...
See #617
2017-04-13 16:26:37 +02:00
Markus Unterwaditzer
b6be4b44de
Fix metasync testcase
2017-04-07 12:58:42 +02:00
Markus Unterwaditzer
9a32c34e76
Switch to sqlite for sync status ( #611 )
...
* Switch to sqlite for sync status
* Add more info to changelog
* Fix transactions
* Fix transactions more
2017-03-28 10:18:24 +02:00
Markus Unterwaditzer
0e89753757
Use sqlite for sync internally ( #609 )
...
See #546
2017-03-27 00:08:23 +02:00
Markus Unterwaditzer
28f204162b
Add xandikos to CI ( #601 )
...
* Add xandikos to CI
* wip
* Work around missing dependency spec
* Add xandikos to travis
* Remove auth
* Test release and devel
* Refactor xandikos setup
* Fix syntax error
* Only test xandikos-git
* Add section to supported.rst
* changelog
2017-03-22 14:40:41 +01:00
Markus Unterwaditzer
e5bc3fd6e7
Document resolution of #593
2017-03-12 13:36:12 +01:00
Markus Unterwaditzer
a285c555f0
Ignore fs collections that have subfolders ( #591 )
...
Fix #588
2017-03-09 13:40:27 +01:00
Markus Unterwaditzer
feea65ff1d
Stylefix
2017-03-08 11:38:57 +01:00
Markus Unterwaditzer
bb35d7c091
Flatten mysteryshack submodule
2017-03-08 10:16:26 +01:00
Markus Unterwaditzer
a02f36f0cb
Flatten davical submodule
2017-03-08 10:14:07 +01:00
Markus Unterwaditzer
c15a04a1de
Expand flake8 to submodules
2017-03-08 10:08:24 +01:00
Markus Unterwaditzer
668220dbd7
Add fastmail testserver ( #572 )
2017-03-02 21:13:08 +01:00
Markus Unterwaditzer
47a38c0af3
Update submodules
2017-02-28 12:25:45 +01:00
Markus Unterwaditzer
76f794eef3
Module restructuring
2017-02-27 21:19:27 +01:00
Markus Unterwaditzer
6aeeb90259
Test iCloud ( #567 )
...
* Test iCloud
Fix #149
2017-02-27 19:52:24 +01:00
Markus Unterwaditzer
96e7c4da37
Fix styling
2017-02-27 00:43:21 +01:00
Markus Unterwaditzer
e457586b29
Fix bug in custom conflict_resolution
...
Fix #563
2017-02-26 23:24:30 +01:00
Markus Unterwaditzer
10490a12f1
Unconditionally disable HealthCheck.too_slow
2017-02-18 15:45:06 +01:00
Markus Unterwaditzer
9744a3a682
Stylefix
2017-02-12 00:34:42 +01:00
Markus Unterwaditzer
c4dda80e52
Fix tests on mac
2017-02-12 00:28:37 +01:00
Markus Unterwaditzer
ff5732f5ff
Restructure tests
2017-02-11 22:53:12 +01:00
Markus Unterwaditzer
c87848fd03
Add example from failing CI run on OS X
2017-02-11 20:25:07 +01:00
Markus Unterwaditzer
7ab6de6f37
More tests
2017-02-11 20:24:55 +01:00
Markus Unterwaditzer
0f2e7e2395
More tests
2017-02-11 20:24:55 +01:00
Markus Unterwaditzer
11694f2766
repair: More tests, slight refactor
2017-02-11 20:24:55 +01:00
Markus Unterwaditzer
6a0b95a4bd
Update davical testserver
2017-02-06 20:55:00 +01:00
Markus Unterwaditzer
e54f5b89a3
Makefile: new coverage param
2017-01-30 13:42:01 +01:00
Markus Unterwaditzer
dd465eb909
Don't fail when discovery fails
2017-01-30 12:48:18 +01:00
Markus Unterwaditzer
d454093365
Larger refactor of CLI discovery
...
Also fix #543
2017-01-29 11:47:47 +01:00
Markus Unterwaditzer
3514d7348c
More tests for vobject ( #541 )
...
* More tests for vobject
* wip
* wip
* stylefix
2017-01-22 23:46:14 +01:00
Markus Unterwaditzer
9c417248de
More tests
2017-01-20 23:05:00 +01:00
Markus Unterwaditzer
91a284d60b
Remove old logic for config values
2017-01-20 23:05:00 +01:00
Markus Unterwaditzer
0172166510
Stylefix
2017-01-20 21:58:56 +01:00
Markus Unterwaditzer
41794f095d
More tests
2017-01-19 22:10:45 +01:00
Markus Unterwaditzer
e7910e92aa
Update nextcloud
2017-01-19 14:59:18 +01:00
Markus Unterwaditzer
b2422dbea6
Reorganize testsuite
...
The end goal here is to independently measure coverage of each of those
testsuites.
2017-01-18 22:42:42 +01:00
Markus Unterwaditzer
af5705f740
Return back to None as non-ETag
...
nextCloud now returns no etag on upload, which is why we're forced to
adapt the tests accordingly. So now we need to specify a fixed value for
"no etag returned" such that the tests can act accordingly. We also need
to test that the sync algorithm works properly with None.
2017-01-12 13:52:32 +01:00
Markus Unterwaditzer
bd19ee45d8
Stylefix for new bugbear update
2016-12-19 22:18:27 +01:00
Markus Unterwaditzer
c7164cfcca
Update mysteryshack
2016-12-10 23:50:02 +01:00
Markus Unterwaditzer
c4d04ad3d7
Baikal and owncloud update
2016-12-10 01:29:28 +01:00
Markus Unterwaditzer
b0f85f9f53
Nextcloud update
2016-12-10 01:27:50 +01:00
Markus Unterwaditzer
c6873c5f18
php servers update
2016-12-10 01:08:19 +01:00
Markus Unterwaditzer
7dcaa47a22
mysteryshack update
2016-12-06 17:45:40 +01:00
Markus Unterwaditzer
96bf21c1da
Dont repair unsafe UIDs by default, fix #527
2016-12-06 15:58:16 +01:00
Markus Unterwaditzer
5160437f27
Stylefix
2016-10-23 14:20:36 +02:00
Markus Unterwaditzer
db970981a0
Fix tests on OS X
2016-10-23 01:47:09 +02:00
Markus Unterwaditzer
5a257ec2cd
config: Add warning about unquoted strings
2016-10-23 01:40:04 +02:00
Markus Unterwaditzer
1795e63910
Refactor Config API, expose load_config for khal
2016-10-21 13:23:27 +02:00
Markus Unterwaditzer
c6e185d8a3
Evaluate partial_sync lazily
...
Fix #516
2016-10-13 18:25:55 +02:00