Commit graph

59 commits

Author SHA1 Message Date
Markus Unterwaditzer
82410429ba Disable restore tests 2015-11-05 00:01:41 +01:00
Markus Unterwaditzer
f2edf89543 Refine travis file 2015-11-05 00:00:18 +01:00
Markus Unterwaditzer
611ceac847 Add Python 3.5 to travis 2015-09-22 19:46:06 +02:00
Markus Unterwaditzer
86d35c6d69 Merge pull request #271 from untitaker/enable-owncloud
Revert "xfail owncloud, #255"
2015-09-20 17:49:14 +02:00
Markus Unterwaditzer
138c8f00a0 Revamp tests once again 2015-09-20 01:59:28 +02:00
Markus Unterwaditzer
dab6388cc7 Revert "xfail owncloud, #255"
This reverts commit 565ef2e96e.
2015-09-17 11:34:03 +02:00
Markus Unterwaditzer
e198326340 Revert "Add multifilesystem back"
This reverts commit 1182350af3.
2015-09-05 04:11:10 +02:00
Markus Unterwaditzer
1182350af3 Add multifilesystem back 2015-08-21 16:19:55 +02:00
Markus Unterwaditzer
565ef2e96e xfail owncloud, #255 2015-08-19 01:26:24 +02:00
Markus Unterwaditzer
e687e9e7df Fix minimal requirements 2015-08-16 22:27:29 +02:00
Markus Unterwaditzer
20bacfe87e Don't install vdirsyncer from makefile 2015-07-26 13:59:37 +02:00
Markus Unterwaditzer
7575fb21a7 Remove build.sh for good 2015-07-26 13:45:53 +02:00
Markus Unterwaditzer
c83883d976 Fix Travis
At some point Travis apparently decided to set the default of the `sudo`
option to `false`. But that would mean I had to whitelist every package,
which is not acceptable.

http://docs.travis-ci.com/user/workers/container-based-infrastructure/
2015-05-27 15:48:14 +02:00
Markus Unterwaditzer
e4c3dafe4a Radicale's database storage is broken too 2015-05-01 15:57:54 +02:00
Markus Unterwaditzer
5f12be3687 Radicale-multifilesystem is broken 2015-05-01 14:46:20 +02:00
Markus Unterwaditzer
9f650e9adc Radicale-git is working now
See https://github.com/Kozea/Radicale/pull/259

Fix #176
2015-04-29 19:17:11 +02:00
Markus Unterwaditzer
575d270e06 Use FingerprintAdapter from req-toolbelt
Fix #187
2015-04-11 15:03:07 +02:00
Markus Unterwaditzer
8d5fed48bc Remove icalendar 2015-03-07 18:34:57 +01:00
Markus Unterwaditzer
b2a68ec1a1 Test again under pypy 2015-02-22 20:17:50 +01:00
Markus Unterwaditzer
a86088910d Workaround for #176 2015-02-09 16:14:22 +01:00
Markus Unterwaditzer
a786fdf611 Add makefile
Hopefully I'll be able to move more and more stuff from build.sh to
standard build tools.
2015-01-11 16:57:55 +01:00
Markus Unterwaditzer
4d4c48ca12 Test minimal requirements 2015-01-11 14:34:05 +01:00
Markus Unterwaditzer
a55d1f2d03 Re-enable baikal tests 2015-01-04 13:43:53 +01:00
Markus Unterwaditzer
0ada12ea00 Remove baikal from test config again 2015-01-04 00:34:05 +01:00
Markus Unterwaditzer
863d574261 A lot of bugfixes
- There may be multiple prop-tags, and vdirsyncer only picked one of
  them, seemingly at random.

- getcontenttype doesn't work for everything

These bugs were found with Baikal 0.2.7
2015-01-04 00:15:05 +01:00
Markus Unterwaditzer
632a60585c Enable radicale-multifilesystem in Travis
IIRC I disabled it because I thought it would be a waste of power. There
haven't been any recent developments in that regard, but nowadays I
don't think so anymore.
2014-12-11 20:43:35 +01:00
Markus Unterwaditzer
11919ef30d Disable Radicale multifilesystem 2014-11-30 13:50:44 +01:00
Markus Unterwaditzer
a7878c9342 Add radicale multifilesystem to test matrix 2014-11-30 13:41:09 +01:00
Markus Unterwaditzer
0e68966963 Disable baikal tests for now 2014-11-03 15:35:35 +01:00
Markus Unterwaditzer
a0c749a3b1 Test baikal
See #130
2014-11-03 14:24:19 +01:00
Markus Unterwaditzer
eb0833e180 Make CI scripts more readable. 2014-08-19 22:56:40 +02:00
Markus Unterwaditzer
9087b62647 Preserve order of parameters and properties
Since version 3.7, icalendar supports the preserving of the order of
the ICS file's parameters and properties. We can use this to avoid
unnecessary changes for .ics files managed with singlefilestorage.
2014-06-03 17:38:12 +02:00
Markus Unterwaditzer
e7fdc87d70 Add Python 3.4 2014-05-03 19:56:43 +02:00
Markus Unterwaditzer
36a171ca17 Rewrite build scripts 2014-04-30 00:30:40 +02:00
Markus Unterwaditzer
666fb7259c $TRAVIS already exists 2014-04-17 09:50:48 +02:00
Markus Unterwaditzer
e66b43c839 Be Python 3 compatible
Not that anybody actually uses Python 3, but this helps very much with
finding obscure bugs.
2014-04-16 15:28:01 +02:00
Markus Unterwaditzer
972467986e Remove radicale/db/release from travis
Seriously, this is completely useless.
2014-04-14 15:28:12 +02:00
Markus Unterwaditzer
6a9de56df2 Fix more tests 2014-04-14 14:45:25 +02:00
Markus Unterwaditzer
ab5d9f5005 Remove annoying coverage report 2014-04-12 16:24:35 +02:00
Markus Unterwaditzer
9d9f193513 Move testserver-specific code into different repos 2014-04-12 16:23:32 +02:00
Markus Unterwaditzer
a16d8a719e A little bit of bikeshedding again
I love to repaint it every day.
2014-04-06 13:57:44 +02:00
Markus Unterwaditzer
2b81ba4ffd Connection to coveralls seems to be flaky 2014-04-05 18:43:11 +02:00
Markus Unterwaditzer
91a631fb5a Also report coverage for broken builds 2014-04-05 13:44:31 +02:00
Markus Unterwaditzer
519b358796 And also add owncloud by the way 2014-04-05 12:48:08 +02:00
Markus Unterwaditzer
0aedeb472e Move allowed failures settings to travis 2014-04-05 12:47:28 +02:00
Markus Unterwaditzer
ff56527646 More documentation in .travis.yml
[ci skip]
2014-04-05 12:43:31 +02:00
Markus Unterwaditzer
5302f2cb75 Use coveralls 2014-04-02 17:41:45 +02:00
Markus Unterwaditzer
43d6541d94 Debug travis 2014-03-28 16:23:56 +01:00
Markus Unterwaditzer
50b912cbaf Remove run-tests.sh 2014-03-23 15:00:25 +01:00
Markus Unterwaditzer
f7690ad96a Argh, Travis 2014-03-19 21:32:20 +01:00