Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-30 | Merge branch 'gabble' | Jonny Lamb | 17 | -7/+3890 | |
2011-09-08 | Adjust namespaces so they start with org.freedesktop | Rob Staudinger | 2 | -15/+15 | |
Signed-off-by: Rob Staudinger <robsta@linux.intel.com> | |||||
2011-09-07 | gabble/status: look at the roster for other services when ensured | Jonny Lamb | 2 | -1/+139 | |
If we ensure the status sidecar way into a connection, Gabble might already know about services, so the status needs to update its properties. Finally, now it can! I even added a test. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-09-07 | tests: add salut test for getting the sidecar late works | Jonny Lamb | 2 | -0/+203 | |
If a contact appears and displays that it has support for all these services, we should remember this when the Status sidecar appears later on in the CM process. This works fine in salut. It will not work yet in gabble. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-09-07 | gabble tests: copy over salut tests and make them pass | Jonny Lamb | 7 | -20/+1210 | |
These are all copies of the salut tests, but it's really not worth trying to make them work on both salut and gabble so here is some code duplication. Sorry. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-09-07 | yconstants: add the service ns | Jonny Lamb | 1 | -0/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-09-07 | tests: add start of gabble test suite | Jonny Lamb | 9 | -5/+2356 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-09-05 | saluttest: s/member-ids/contact-ids/ | Jonny Lamb | 1 | -1/+1 | |
This was a typo in tp-glib, fixed in 6c133651 -- version 0.14.6. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-27 | caps-manager, status: don't bother checking for caps prefixes | Jonny Lamb | 2 | -5/+3 | |
This was really confusing and wrong tbh. Just leave the namespace in everywhere. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-26 | caps-manager: keep a record of what clients expose which services | Jonny Lamb | 1 | -1/+74 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-26 | message.py: make test stricter given error type changes | Jonny Lamb | 1 | -2/+3 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-25 | caps-manager: create data forms out of nice HCTs | Jonny Lamb | 2 | -1/+127 | |
And try and test it. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-25 | saluttest: add missing bits from gabbletest | Jonny Lamb | 1 | -0/+11 | |
This should have appeared before, I missed it. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-20 | status: implement Service{Added,Removed} and DiscoveredServices | Jonny Lamb | 3 | -1/+453 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-20 | caps_helper: copy newer version from gabble and everything it depends on | Jonny Lamb | 4 | -29/+469 | |
We need data form support. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-19 | avahimock: make entry group indices more unique | Jonny Lamb | 1 | -1/+8 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-19 | twisted tests: add status.py to the list | Jonny Lamb | 1 | -1/+2 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-19 | status: test setting from multiple services but cleaning up at the right time | Jonny Lamb | 1 | -1/+76 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-19 | status: clean up the hash table and remove rubbish if a status is unset | Jonny Lamb | 1 | -2/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-19 | status: implement DiscoveredStatuses | Jonny Lamb | 1 | -2/+30 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-18 | status: start listening to status changes and emit StatusChanged | Jonny Lamb | 1 | -10/+20 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-18 | status: implement more of AdvertiseStatus | Jonny Lamb | 4 | -1/+188 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-18 | twisted tests: fix typo in tools Makefile | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-18 | twisted tests: purge salut-testing.log before running tests | Jonny Lamb | 1 | -0/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-14 | twisted tests: check we have enough deps to run the twisted tests | Jonny Lamb | 1 | -1/+5 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-14 | message test: test invalid XML for RequestBody | Jonny Lamb | 1 | -0/+3 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-14 | tests: add an exec-with-log script for running salut tests | Jonny Lamb | 4 | -4/+42 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-13 | message channel: add a test | Jonny Lamb | 2 | -1/+400 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-13 | twisted tests: add more files from salut to make Salut tests more featureful | Jonny Lamb | 4 | -1/+715 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-13 | yconstants: add more | Jonny Lamb | 1 | -0/+19 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-13 | twisted tests: extend the environment a little | Jonny Lamb | 1 | -2/+3 | |
So both MC and Salut tests run again, and to get a Salut backtrace. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-13 | saluttest: use reactor.crash instead of reactor.stop | Jonny Lamb | 1 | -1/+1 | |
I'm not happy about this, but this is what gabbletest does. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-13 | saluttest: remove the NOC signal handler when finished with | Jonny Lamb | 1 | -4/+6 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-13 | tests: separate tests into salut/mission-control directories | Jonny Lamb | 3 | -2/+2 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-13 | tests: also test some parts of salut | Jonny Lamb | 13 | -18/+1796 | |
Sorry for the megapatch. Most of this is just copied from salut. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-03-23 | Assign copyright to Intel for newly created modules. | Stef Walter | 1 | -1/+1 | |
2011-03-22 | Run twisted tests on 'make check' | Stef Walter | 1 | -0/+2 | |
2011-03-22 | Add ytstenut test. | Stef Walter | 7 | -4/+119 | |
Register local-ytstenut property and salut properly in test environment. | |||||
2011-03-22 | Twisted tests, initial build and running mission-control daemon. | Stef Walter | 14 | -0/+3112 | |
Copied from telepathy-mission-control |