Fri, 19 Apr 2019 10:53:02 +0200 |
Edouard Tisserant |
Add Repair() to WAMP interface
|
file |
diff |
annotate
|
Mon, 08 Apr 2019 12:53:18 +0200 |
Edouard Tisserant |
Fixed Wamp assertion because of unexpected type
|
file |
diff |
annotate
|
Wed, 13 Mar 2019 11:47:03 +0300 |
Andrey Skvortsov |
Fix various pylint and pep8 errors
|
file |
diff |
annotate
|
Wed, 13 Feb 2019 09:41:35 +0100 |
Edouard Tisserant |
Reworked chunk based transfer to support duplicated files (i.e. files with same content, but different names)
|
file |
diff |
annotate
|
Wed, 19 Dec 2018 10:53:19 +0100 |
Edouard Tisserant |
Fixed runtime's reconnecting loop not stopping when re-configuring WAMP.
|
file |
diff |
annotate
|
Wed, 19 Dec 2018 10:48:53 +0100 |
Edouard Tisserant |
Removed nonsense code, that I should have check more in details before merging m(
|
file |
diff |
annotate
|
Tue, 18 Dec 2018 14:10:43 +0100 |
Edouard Tisserant |
Expose new PLCObject API members to WAMP interface.
|
file |
diff |
annotate
|
Fri, 23 Nov 2018 12:13:24 +0100 |
Edouard Tisserant |
Merged. Some changes that should already have been incuded during previous merge (mostly about PlcStatus) have been included this time.
|
file |
diff |
annotate
|
Thu, 04 Oct 2018 17:24:40 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
|
file |
diff |
annotate
|
Fri, 23 Nov 2018 00:33:04 +0100 |
Edouard Tisserant |
Merge, with surprizingly little conflicts
|
file |
diff |
annotate
|
Tue, 02 Oct 2018 18:08:49 +0300 |
Andrey Skvortsov |
Use python 3 compatible exception syntax everywhere
|
file |
diff |
annotate
|
Tue, 30 Oct 2018 09:46:46 +0100 |
Edouard Tisserant |
WAMP : ensure that unicode string is passed for published events IDs
|
file |
diff |
annotate
|
Thu, 18 Oct 2018 18:37:01 +0200 |
Edouard Tisserant |
merge
|
file |
diff |
annotate
|
Mon, 15 Oct 2018 15:24:52 +0200 |
Edouard Tisserant |
Fixed typo in Wampclient.py
|
file |
diff |
annotate
|
Wed, 03 Oct 2018 00:05:32 +0200 |
Edouard Tisserant |
Please pylint and pep8
|
file |
diff |
annotate
|
Tue, 02 Oct 2018 15:57:26 +0200 |
Edouard Tisserant |
Merged
|
file |
diff |
annotate
|
Tue, 02 Oct 2018 15:52:11 +0200 |
Edouard Tisserant |
Some cleanup in WampClient and added functions that are usefull for extensions that need to use pub/sub.
|
file |
diff |
annotate
|
Wed, 12 Sep 2018 22:59:30 +0200 |
Edouard Tisserant |
Merged in Andrey's branch
|
file |
diff |
annotate
|
Thu, 16 Aug 2018 10:53:54 +0300 |
Andrey Skvortsov |
Fix SetServer method in WAMP
|
file |
diff |
annotate
|
Thu, 16 Aug 2018 10:52:20 +0300 |
Andrey Skvortsov |
Remove non-existed PLCObject method 'ForceReload'
|
file |
diff |
annotate
|
Mon, 13 Aug 2018 15:00:51 +0200 |
Edouard Tisserant |
fixed setServer call in WampClient module. Was doing nothing because _PySrv wasn't global.
|
file |
diff |
annotate
|
Mon, 13 Aug 2018 14:58:59 +0200 |
Edouard Tisserant |
Removed now deprecated ForceReload from WAMP exposed calls
|
file |
diff |
annotate
|
Mon, 13 Aug 2018 13:24:28 +0200 |
Edouard Tisserant |
NevowServer : added addInfoString to allow extensions to declare some read-only strings to be displayed in settings. Also renamed addExtension in addSettings for clarity.
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 09:07:09 +0200 |
Edouard Tisserant |
Some blank lines to make bitbucket's PEP8 2.2.0 happy
|
file |
diff |
annotate
|
Wed, 08 Aug 2018 10:15:51 +0200 |
Edouard Tisserant |
autopep8 + hand made fixes on ProjectController.py runtime/WampClient.py wxglade_hmi/wxglade_hmi.py
|
file |
diff |
annotate
|
Fri, 13 Jul 2018 09:06:01 +0200 |
Edouard Tisserant |
Fixed small typo in error message.
nevow_service_rework
|
file |
diff |
annotate
|
Wed, 11 Jul 2018 14:32:19 +0200 |
Edouard Tisserant |
WAMP: now config and secret given in project files always override those given in commandline. Also made extensions web customisations happen before registration of web interface.
nevow_service_rework
|
file |
diff |
annotate
|
Tue, 10 Jul 2018 12:54:05 +0200 |
Edouard Tisserant |
Moved Wamp configuration file selection logic into runtime/wampclient.py. Added Wamp CRA secret file upload and download. Slightly reworked code for config and secret file loading and saving.
nevow_service_rework
|
file |
diff |
annotate
|
Fri, 06 Jul 2018 15:09:44 +0200 |
Edouard Tisserant |
Fixed a bit of everything in WAMP, and added web settings for that same extension.
nevow_service_rework
|
file |
diff |
annotate
|
Thu, 05 Jul 2018 13:46:18 +0200 |
Edouard Tisserant |
Fixed i18n related typo.
nevow_service_rework
|
file |
diff |
annotate
|
Thu, 05 Jul 2018 11:11:01 +0200 |
Edouard Tisserant |
WampClient : Simplified, removed dead code, use exception for handling failures and misconfiguration, check existence of mandatory parameters.
nevow_service_rework
|
file |
diff |
annotate
|
Tue, 05 Jun 2018 15:29:58 +0200 |
dporopat |
#2486 Exception if custom protocol options are wrong.
#2486
|
file |
diff |
annotate
|
Fri, 18 May 2018 11:05:49 +0200 |
dporopat |
#2486 ExposedCalls with register options as a dictionary.
#2486
|
file |
diff |
annotate
|
Mon, 14 May 2018 13:05:54 +0200 |
dporopat |
#2486 Renaming functions.
#2486
|
file |
diff |
annotate
|
Mon, 14 May 2018 08:45:44 +0200 |
dporopat |
#2486 Reconnect funtion in SaveWampClientConf function.
#2486
|
file |
diff |
annotate
|
Wed, 09 May 2018 09:59:53 +0200 |
dporopat |
#2486 Modified reconnect function. Added 'active' parameter to wampconf.json file.
#2486
|
file |
diff |
annotate
|
Thu, 19 Apr 2018 13:40:56 +0200 |
dporopat |
#2486 Adding reconnect funtion to WampClient. Global TransportFactory not needed anymore.
#2486
|
file |
diff |
annotate
|
Wed, 18 Apr 2018 10:42:33 +0200 |
dporopat |
#2486 Added global TransportFactory, needed in WebInterface reconnecting function.
#2486
|
file |
diff |
annotate
|
Wed, 11 Apr 2018 10:53:48 +0200 |
dporopat |
#2486 Fix if protocol, register options are not present in wapmconf.json file.
#2486
|
file |
diff |
annotate
|
Tue, 10 Apr 2018 12:08:23 +0200 |
dporopat |
#2486 Added ExposedProgressCalls list using details argument for registration progress calls.
#2486
|
file |
diff |
annotate
|
Tue, 10 Apr 2018 10:44:46 +0200 |
dporopat |
#2486 Unnecessary variable removed.
#2486
|
file |
diff |
annotate
|
Tue, 10 Apr 2018 09:54:22 +0200 |
dporopat |
#2486 Added option to use websocket register options. Added function getValidOptins to read options from wampconf.json.
#2486
|
file |
diff |
annotate
|
Mon, 09 Apr 2018 14:38:38 +0200 |
dporopat |
#2486 Added option to use websocket protocol options.
#2486
|
file |
diff |
annotate
|
Tue, 27 Mar 2018 10:11:04 +0200 |
dporopat |
#2486 Updated wamp test project to work with the latest Crossbar version.
#2486
|
file |
diff |
annotate
|
Mon, 19 Mar 2018 12:18:07 +0100 |
dporopat |
#2486 Reset delay function added. It resets the delay and the retry counter on reconnect.
#2486
|
file |
diff |
annotate
|
Tue, 20 Feb 2018 14:46:12 +0100 |
Edouard Tisserant |
Attempt to make BitBuket's version of pep8 and pylint happy.
|
file |
diff |
annotate
|
Thu, 11 Jan 2018 15:41:20 +0100 |
Edouard Tisserant |
Enforced check_source.sh pep8 and pylint rules.
|
file |
diff |
annotate
|
Thu, 11 Jan 2018 15:39:58 +0100 |
Edouard Tisserant |
runtime/WAMP: Fixed secret loading into configuration. Fixed secret commandline switch handling.
|
file |
diff |
annotate
|
Thu, 11 Jan 2018 13:02:09 +0100 |
Edouard Tisserant |
runtime/WAMP : was 'Added time print on session left.' from dporopat. Purpose is to log (dis/re)connection, to help debugging connection problem
|
file |
diff |
annotate
|
Thu, 11 Jan 2018 12:48:49 +0100 |
Edouard Tisserant |
runtime/Wamp : adapt to unicode being enforced in latest crossbar API. Updated some documentation, to explain why there is unused definitions like SubscribedEvents or DoOnJoin.
|
file |
diff |
annotate
|
Wed, 10 Jan 2018 13:21:42 +0100 |
Edouard Tisserant |
Fixed changes from dporopat and agregorcic about WAMP CRA and config.
|
file |
diff |
annotate
|
Tue, 09 Jan 2018 15:08:08 +0100 |
Edouard Tisserant |
WAMP runtime : changes from dporopat and agregorcic, adding CRA (-s) and changed way to load WAMP conf (-c)
|
file |
diff |
annotate
|
Tue, 09 Jan 2018 14:52:56 +0100 |
Edouard Tisserant |
Set WAMP registration option so that reconnecting while earlier session still didn't timeout is possible (in case of connection lost, for example).
|
file |
diff |
annotate
|
Tue, 09 Jan 2018 14:50:41 +0100 |
Edouard Tisserant |
More canonical overload of ReconnectingClientFactory (according twisted doc)
|
file |
diff |
annotate
|
Tue, 09 Jan 2018 14:42:23 +0100 |
Edouard Tisserant |
non significant print syntax change. ready for py3.
|
file |
diff |
annotate
|
Wed, 25 Oct 2017 13:50:26 +0300 |
Andrey Skvortsov |
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
|
file |
diff |
annotate
|
Thu, 19 Oct 2017 11:03:03 +0300 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
Fri, 06 Oct 2017 17:52:34 +0300 |
Andrey Skvortsov |
fix pylint warning '(unused-import), Unused import connectors'
|
file |
diff |
annotate
|
Tue, 03 Oct 2017 16:31:31 +0300 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
Mon, 02 Oct 2017 13:19:06 +0300 |
Andrey Skvortsov |
fix pylint warning '(global-variable-not-assigned) Using global for 'X' but no assignment is done'
|
file |
diff |
annotate
|