summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Luc Yriarte [Sun, 2 Dec 2012 18:10:40 +0000 (19:10 +0100)]
documentation: evaluate sample page code in a closure
Luc Yriarte [Wed, 21 Nov 2012 11:05:07 +0000 (12:05 +0100)]
fixed setup script for PyPI publication
Luc Yriarte [Mon, 19 Nov 2012 16:55:20 +0000 (17:55 +0100)]
bump version 0.2
Luc Yriarte [Mon, 19 Nov 2012 16:49:26 +0000 (17:49 +0100)]
remove version string from sample manifest to avoid confusion with client / server version check
Luc Yriarte [Mon, 19 Nov 2012 15:28:26 +0000 (16:28 +0100)]
cloudeebus js lib version check at connexion
Luc Yriarte [Mon, 19 Nov 2012 14:22:20 +0000 (15:22 +0100)]
print out version on -v / --version
Luc Yriarte [Thu, 18 Oct 2012 12:43:08 +0000 (14:43 +0200)]
If no error callback is provided at introspection, continue to get properties on all interfaces if there is an error on a given interface
Luc Yriarte [Fri, 16 Nov 2012 18:07:23 +0000 (19:07 +0100)]
remove prebuilt file
Luc Yriarte [Fri, 16 Nov 2012 16:49:15 +0000 (17:49 +0100)]
update TODO list
Luc Yriarte [Fri, 16 Nov 2012 16:36:32 +0000 (17:36 +0100)]
documentation and cleanup
Luc Yriarte [Wed, 14 Nov 2012 09:27:06 +0000 (10:27 +0100)]
pylint: tabs -> 4 spaces
Luc Yriarte [Fri, 16 Nov 2012 15:13:40 +0000 (16:13 +0100)]
add IDE config files to .gitignore
Luc Yriarte [Mon, 15 Oct 2012 13:13:12 +0000 (15:13 +0200)]
use # split / join to hash ids
Luc Yriarte [Tue, 9 Oct 2012 10:02:52 +0000 (12:02 +0200)]
cloudeebus server: cleanup calls to ProxyMethod and SignalHandler constructors
Luc Yriarte [Mon, 8 Oct 2012 14:56:18 +0000 (16:56 +0200)]
cloudeebus server: disconnect signal handlers at cache cleanup
Luc Yriarte [Thu, 4 Oct 2012 15:33:21 +0000 (17:33 +0200)]
backlink to the components licences next to their homepages
Luc Yriarte [Wed, 26 Sep 2012 15:18:44 +0000 (17:18 +0200)]
cloudeebus js library: hook object for dbus types not translated by python-json
Luc Yriarte [Wed, 26 Sep 2012 08:10:15 +0000 (10:10 +0200)]
cloudeebus js library: catch js callback exceptions that may arise from JSON arguments parsing, transfer exception message to error callback
Luc Yriarte [Fri, 21 Sep 2012 13:01:50 +0000 (15:01 +0200)]
Enforce Autobahn version 0.5.2 - Authentication API compatibility is broken at v0.5.4
Luc Yriarte [Mon, 17 Sep 2012 13:57:16 +0000 (15:57 +0200)]
cloudeebus v0.1
Luc Yriarte [Mon, 17 Sep 2012 13:14:59 +0000 (15:14 +0200)]
Return correct error messages on security exceptions.
Luc Yriarte [Mon, 17 Sep 2012 07:55:43 +0000 (09:55 +0200)]
Update README markdown style to be more in line with wiki doc.
Luc Yriarte [Fri, 14 Sep 2012 09:38:12 +0000 (11:38 +0200)]
update TODO
Luc Yriarte [Wed, 12 Sep 2012 09:53:01 +0000 (11:53 +0200)]
Documentation: update README and server args tips
Luc Yriarte [Tue, 11 Sep 2012 17:36:52 +0000 (19:36 +0200)]
authentication: pass whitelist and credential as arguments to the server.
Clients can connect without manifest if server has opendoor option.
Luc Yriarte [Mon, 10 Sep 2012 15:40:41 +0000 (17:40 +0200)]
cloudeebus server: check permissions at proxy creation
Luc Yriarte [Mon, 10 Sep 2012 15:15:08 +0000 (17:15 +0200)]
cloudeebus js library: cleanup logs
Luc Yriarte [Mon, 10 Sep 2012 15:01:57 +0000 (17:01 +0200)]
cloudeebus server: make object and method proxies local to the service connexion instance, leave bus connexion and signal handlers cache global.
Luc Yriarte [Mon, 10 Sep 2012 12:33:16 +0000 (14:33 +0200)]
authentification: access control, check manifest on whitelist
Luc Yriarte [Tue, 11 Sep 2012 09:21:58 +0000 (11:21 +0200)]
standardize python scripts shebang and comments
Luc Yriarte [Thu, 6 Sep 2012 09:58:00 +0000 (11:58 +0200)]
cloudeebus server: centralize chached proxies and handlers in a global cache object, cleanup that cache when the last connexion is lost
Luc Yriarte [Wed, 5 Sep 2012 13:08:15 +0000 (15:08 +0200)]
fix typo in README file
Luc Yriarte [Wed, 5 Sep 2012 10:00:52 +0000 (12:00 +0200)]
cloudeebus server: make signal handlers and proxies cache global instead of local to a connexion.
Luc Yriarte [Wed, 5 Sep 2012 08:41:20 +0000 (10:41 +0200)]
javascript re-indenting
Luc Yriarte [Wed, 5 Sep 2012 08:34:05 +0000 (10:34 +0200)]
python re-indenting
Luc Yriarte [Tue, 4 Sep 2012 14:03:46 +0000 (16:03 +0200)]
Use log for error management only. Catch publish / subscribe exceptions.
Luc Yriarte [Tue, 4 Sep 2012 12:52:12 +0000 (14:52 +0200)]
cloudeebus js library: adding disconnectSignal method (connectToSignal unsubscribe)
Luc Yriarte [Wed, 29 Aug 2012 14:32:26 +0000 (16:32 +0200)]
remove bus.listNames API. Not necessary and possible security issue
Luc Yriarte [Tue, 28 Aug 2012 10:20:54 +0000 (12:20 +0200)]
update TODO
Luc Yriarte [Tue, 28 Aug 2012 10:11:51 +0000 (12:11 +0200)]
cloudeebus js library: get properties only when org.freedesktop.DBus.Properties interface available, and only on interfaces where properties are listed on introspection xml
Luc Yriarte [Tue, 28 Aug 2012 08:03:19 +0000 (10:03 +0200)]
update TODO
Luc Yriarte [Thu, 23 Aug 2012 13:57:37 +0000 (15:57 +0200)]
install process: require autobahn from version 5.2
Luc Yriarte [Thu, 23 Aug 2012 12:37:19 +0000 (14:37 +0200)]
fix include path in doc/sample page
Luc Yriarte [Thu, 23 Aug 2012 12:23:20 +0000 (14:23 +0200)]
Merge branch 'master' of ssh://otcgit.jf.intel.com/~/cloudybus
Christophe Guiraud [Thu, 23 Aug 2012 11:59:31 +0000 (13:59 +0200)]
Refactor source tree and add packaging
Luc Yriarte [Wed, 22 Aug 2012 09:10:01 +0000 (11:10 +0200)]
cloudeebus js library: js lint
Luc Yriarte [Tue, 21 Aug 2012 15:46:06 +0000 (17:46 +0200)]
cloudeebus js library: get properties at introspection when org.freedesktop.DBus.Properties interface available. cleanup interfaces array after.
Luc Yriarte [Tue, 21 Aug 2012 12:41:46 +0000 (14:41 +0200)]
Merge branch 'master' of ssh://otcgit.jf.intel.com/~/cloudybus
Luc Yriarte [Tue, 21 Aug 2012 12:36:11 +0000 (14:36 +0200)]
cloudeebus js library: build interfaces array at object introspection
Christophe Guiraud [Tue, 21 Aug 2012 12:31:57 +0000 (14:31 +0200)]
README typo
Luc Yriarte [Mon, 20 Aug 2012 14:39:37 +0000 (16:39 +0200)]
TODO list
Luc Yriarte [Fri, 17 Aug 2012 14:48:51 +0000 (16:48 +0200)]
cloudeebus js library: use method.call to expand JSON arguments array when invoking success callback
Luc Yriarte [Fri, 10 Aug 2012 22:42:55 +0000 (00:42 +0200)]
cloudeebus js library: introspection callback gets updated object
Luc Yriarte [Fri, 10 Aug 2012 15:24:40 +0000 (17:24 +0200)]
doc: demo introspect callback
Luc Yriarte [Fri, 10 Aug 2012 15:24:22 +0000 (17:24 +0200)]
cloudeebus js library: introspect in object's getter callback
Luc Yriarte [Fri, 10 Aug 2012 15:14:48 +0000 (17:14 +0200)]
doc: demo code uses introspection
Luc Yriarte [Fri, 10 Aug 2012 15:09:23 +0000 (17:09 +0200)]
cloudeebus js library: _introspect
Luc Yriarte [Fri, 10 Aug 2012 12:17:08 +0000 (14:17 +0200)]
cloudeebus js library: _addMethod
creates wrapper methods to be auto-generated from introspection data.
Luc Yriarte [Thu, 9 Aug 2012 15:08:01 +0000 (17:08 +0200)]
doc: demo code uses proxy.connectToSignal
Luc Yriarte [Thu, 9 Aug 2012 15:06:39 +0000 (17:06 +0200)]
cloudeebus js library: proxy support callMethod / connectToSignal
Luc Yriarte [Thu, 9 Aug 2012 13:43:43 +0000 (15:43 +0200)]
doc: demo code uses proxy.callMethod
Luc Yriarte [Thu, 9 Aug 2012 13:36:31 +0000 (15:36 +0200)]
cloudeebus js library: js proxy objects
Luc Yriarte [Thu, 9 Aug 2012 13:22:24 +0000 (15:22 +0200)]
cloudeebus server: fix message handling in error callbacks
Luc Yriarte [Thu, 9 Aug 2012 12:19:50 +0000 (14:19 +0200)]
doc: test page, demo code retrieves session bus names
Luc Yriarte [Thu, 9 Aug 2012 11:51:19 +0000 (13:51 +0200)]
cloudeebus js library initial commit
Luc Yriarte [Thu, 9 Aug 2012 11:50:00 +0000 (13:50 +0200)]
cloudeebus server: add bus.list_names RPC
Luc Yriarte [Tue, 7 Aug 2012 16:39:02 +0000 (18:39 +0200)]
cloudeebus server: cache dbus proxy methods
Luc Yriarte [Tue, 7 Aug 2012 16:08:24 +0000 (18:08 +0200)]
cloudeebus server: cache dbus proxy objects
Luc Yriarte [Tue, 7 Aug 2012 15:16:34 +0000 (17:16 +0200)]
cloudeebus server: generalize hashId function
Luc Yriarte [Tue, 7 Aug 2012 13:31:30 +0000 (15:31 +0200)]
cloudeebus server: cache dbus connexions
Luc Yriarte [Tue, 7 Aug 2012 13:13:33 +0000 (15:13 +0200)]
cloudeebus server: centralize dbus-send/register tools
Luc Yriarte [Tue, 7 Aug 2012 13:11:32 +0000 (15:11 +0200)]
dbus-register: use a hash for signal handlers instead of an array
Luc Yriarte [Thu, 2 Aug 2012 16:42:22 +0000 (18:42 +0200)]
dbus-register: support multiple registration to the same event
Luc Yriarte [Thu, 2 Aug 2012 16:26:39 +0000 (18:26 +0200)]
cleanup proof of concept
Luc Yriarte [Thu, 2 Aug 2012 16:25:51 +0000 (18:25 +0200)]
Updated README with directions for running the demo
Luc Yriarte [Thu, 2 Aug 2012 16:23:02 +0000 (18:23 +0200)]
dbus-send: make the demo page lock the screen by default
Luc Yriarte [Thu, 2 Aug 2012 12:20:23 +0000 (14:20 +0200)]
dbus-register: remove logging messages
Luc Yriarte [Thu, 2 Aug 2012 12:15:40 +0000 (14:15 +0200)]
dbus-register: publishing dbus signals
Luc Yriarte [Thu, 2 Aug 2012 09:23:53 +0000 (11:23 +0200)]
dbus-register: first pass, connect to DBus signals
Luc Yriarte [Wed, 1 Aug 2012 13:43:42 +0000 (15:43 +0200)]
dbus-send: keep a pending calls list, unref finished calls at each dbusSend
Luc Yriarte [Wed, 1 Aug 2012 13:20:14 +0000 (15:20 +0200)]
dbus-send: fix typo, return error.get_dbus_message result string instead of the actual function
Luc Yriarte [Wed, 1 Aug 2012 13:15:01 +0000 (15:15 +0200)]
dbus-send: create a DbusCallHandler object to manage dbus results
Luc Yriarte [Wed, 1 Aug 2012 12:50:13 +0000 (14:50 +0200)]
dbus-send: no need to raise exceptions, rely on deferred object callback/errback mechanism
Luc Yriarte [Wed, 1 Aug 2012 10:12:10 +0000 (12:12 +0200)]
dbus-send: make async dbus call, return result in deferred method
Luc Yriarte [Tue, 31 Jul 2012 16:26:56 +0000 (18:26 +0200)]
dbus-send: call the dbus method from the callback
Luc Yriarte [Tue, 31 Jul 2012 15:16:52 +0000 (17:16 +0200)]
dbus-send: use local parameters for deferred dbus call
Luc Yriarte [Tue, 31 Jul 2012 14:16:58 +0000 (16:16 +0200)]
dbus-send: defer dbus call
Luc Yriarte [Tue, 31 Jul 2012 08:02:29 +0000 (10:02 +0200)]
dbus-send: add interface parameter
Luc Yriarte [Mon, 30 Jul 2012 15:10:54 +0000 (17:10 +0200)]
dbus-send: enable debug log, raise exceptions on errors
Luc Yriarte [Fri, 27 Jul 2012 12:46:43 +0000 (14:46 +0200)]
dbus-send: return result in json format
Luc Yriarte [Fri, 27 Jul 2012 11:54:48 +0000 (13:54 +0200)]
dbus-send: use Screensave SetActive method in the test page to use argument list param.
Luc Yriarte [Fri, 27 Jul 2012 11:54:01 +0000 (13:54 +0200)]
dbus-send: json args support
Luc Yriarte [Fri, 27 Jul 2012 08:29:47 +0000 (10:29 +0200)]
dbus-send: add a field to select the ws uri in the test page
Luc Yriarte [Thu, 26 Jul 2012 12:42:27 +0000 (14:42 +0200)]
dbus-send working example with org.gnome.ScreenSaver Lock
Luc Yriarte [Thu, 26 Jul 2012 08:45:49 +0000 (10:45 +0200)]
dbus-send test page
Luc Yriarte [Wed, 25 Jul 2012 15:42:29 +0000 (17:42 +0200)]
dbus-send server runs, dbusSend function is a stub
Luc Yriarte [Wed, 25 Jul 2012 13:36:05 +0000 (15:36 +0200)]
dbus-tools: dbus-send skeleton
Luc Yriarte [Wed, 25 Jul 2012 12:40:23 +0000 (14:40 +0200)]
Apache License
Christophe Guiraud [Tue, 24 Jul 2012 13:57:36 +0000 (15:57 +0200)]
First drop of POC (Proof Of Concept)
Luc Yriarte [Tue, 24 Jul 2012 13:49:34 +0000 (15:49 +0200)]
initial import: LICENSE and README placeholders