2018-01-29 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-01-24 |
Edouard Tisserant |
fixed erro introduced 2 commits ago (-e) : tuples have no reverse() method
|
changeset |
files
|
2018-01-24 |
Edouard Tisserant |
Trying to get better logging/display of exceptions at runtime's startup
|
changeset |
files
|
2018-01-24 |
Edouard Tisserant |
Changed way to deal with extensions arguments (-e) so that path and filename are stored independently and accessible for extensions themselves.
|
changeset |
files
|
2018-01-29 |
Edouard Tisserant |
Textviewer : moved call to Colourise in a better place, so that ST highlighting gets also updated when typing in some case, not only IL
|
changeset |
files
|
2018-01-19 |
Edouard Tisserant |
Main runtime template C code : Added HAVE_RETAIN preprocessor definition for customized build to signal it provides IEC-61131 Retain memory handling function. Removed targets/Xenomai/plc_Xenomai_noretain.c, now useless.
|
changeset |
files
|
2018-01-15 |
Edouard Tisserant |
Clarify licensing, and packaging of runtime only files :
|
changeset |
files
|
2018-01-11 |
Edouard Tisserant |
Enforced check_source.sh pep8 and pylint rules.
|
changeset |
files
|
2018-01-11 |
Edouard Tisserant |
runtime/WAMP: Fixed secret loading into configuration. Fixed secret commandline switch handling.
|
changeset |
files
|
2018-01-11 |
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
|
changeset |
files
|
2018-01-11 |
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.
|
changeset |
files
|
2018-01-10 |
Edouard Tisserant |
Extend python<->PLC global variable description "GlobalDesc" to support Initial value setting.
|
changeset |
files
|
2018-01-10 |
Edouard Tisserant |
update tests/wamp README file, based on changes from dporopat.
|
changeset |
files
|
2018-01-10 |
Edouard Tisserant |
Fixed WAMP test (crossbar confile upgrade and use same ID on both PLC and IDE side)
|
changeset |
files
|
2018-01-10 |
Edouard Tisserant |
Fixed changes from dporopat and agregorcic about WAMP CRA and config.
|
changeset |
files
|
2018-01-09 |
Edouard Tisserant |
WAMP runtime : changes from dporopat and agregorcic, adding CRA (-s) and changed way to load WAMP conf (-c)
|
changeset |
files
|
2018-01-09 |
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).
|
changeset |
files
|
2018-01-09 |
Edouard Tisserant |
More canonical overload of ReconnectingClientFactory (according twisted doc)
|
changeset |
files
|
2018-01-09 |
Edouard Tisserant |
non significant print syntax change. ready for py3.
|
changeset |
files
|
2018-01-09 |
Edouard Tisserant |
whitespace cosmetic for pep8
|
changeset |
files
|
2018-01-08 |
Edouard Tisserant |
Added arbitrary timeout on Pyro, to force it to free memory after disconnect.
|
changeset |
files
|
2018-01-05 |
Edouard Tisserant |
Moved code from to Beremiz_service.py Server class Start method to Loop method to allow customisation by hot patching. Also renamed Stop method as _stop and use Restart instead of Stop from everywhere else to make it clear that _stop actually does restart...
|
changeset |
files
|
2018-01-04 |
Edouard Tisserant |
enforce PEP8 in previous commit
|
changeset |
files
|
2017-01-20 |
dporopat |
replaced normal panel with scrolled panel under project properties
|
changeset |
files
|
2017-12-05 |
Surkov Sergey |
fix missing root in empty search results panel
|
changeset |
files
|
2017-12-04 |
Surkov Sergey |
add possibility to specify subprocess stdout encoding
|
changeset |
files
|
2017-12-04 |
Andrey Skvortsov |
fix deadlock if method kill() is called after process is already finished
|
changeset |
files
|
2017-10-25 |
Andrey Skvortsov |
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
|
changeset |
files
|
2017-10-23 |
Andrey Skvortsov |
make CanFestival to be at the expected place in bitbucket pipelines container
|
changeset |
files
|
2017-10-19 |
Andrey Skvortsov |
fix pylint error '(unsubscriptable-object) Value 'X' is unsubscriptable'
|
changeset |
files
|
2017-10-19 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
changeset |
files
|
2017-10-19 |
Andrey Skvortsov |
force all python source code to have LF line ending
|
changeset |
files
|
2017-10-18 |
Andrey Skvortsov |
fix pylint warning '(expression-not-assigned) Expression "X" is assigned to nothing'
|
changeset |
files
|
2017-10-17 |
Andrey Skvortsov |
fix pylint warning '(redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler'
|
changeset |
files
|
2017-10-17 |
Andrey Skvortsov |
fix displaying result of update check during Beremiz startup
|
changeset |
files
|
2017-10-17 |
Andrey Skvortsov |
fix pylint warning '(no-init) Class has no __init__ method'
|
changeset |
files
|
2017-10-16 |
Andrey Skvortsov |
fix pylint error "(undefined-variable) Undefined variable 'X'"
|
changeset |
files
|
2017-10-13 |
Andrey Skvortsov |
fix problem happend when tests are running under python-coverage
|
changeset |
files
|
2017-10-12 |
Andrey Skvortsov |
fix pylint error '(too-many-function-args) Too many positional arguments for function call'
|
changeset |
files
|
2017-10-11 |
Andrey Skvortsov |
fix pylint error '(import-error) Unable to import X'
|
changeset |
files
|
2017-10-11 |
Andrey Skvortsov |
fix pylint error '(no-self-argument) Method should have "self" as first argument'
|
changeset |
files
|
2017-10-11 |
Andrey Skvortsov |
fix pylint error "(no-name-in-module) No name 'X' in module 'Y'"
|
changeset |
files
|
2017-10-11 |
Andrey Skvortsov |
fix pylint error '(bad-except-order) Bad except clauses order (X is an ancestor class of Y)'
|
changeset |
files
|
2017-10-11 |
Andrey Skvortsov |
fix pylint warning "(no-value-for-parameter) No value for argument 'X' in function call"
|
changeset |
files
|
2017-10-11 |
Andrey Skvortsov |
fix problems with unconnected input of InOut function variables and
|
changeset |
files
|
2017-10-10 |
Andrey Skvortsov |
fix error for functions with VAR_IN_OUT
|
changeset |
files
|
2017-10-10 |
Andrey Skvortsov |
fix pylint warning '(unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck'
|
changeset |
files
|
2017-10-10 |
Andrey Skvortsov |
fix pylint warning '(misplaced-bare-raise) The raise statement is not inside an except clause'
|
changeset |
files
|
2017-10-10 |
Andrey Skvortsov |
fix format string argument error found by pylint '(too-many-format-args) Too many arguments for format string'
|
changeset |
files
|
2017-10-10 |
Andrey Skvortsov |
fix pylint warning '(wrong-import-position) Import "import X" should be placed at the top of the module'
|
changeset |
files
|
2017-10-10 |
Andrey Skvortsov |
fix pylint warning '(import-self) Module import itself'
|
changeset |
files
|
2017-10-10 |
Andrey Skvortsov |
remove old code useless code found by pylint "(unnecessary-pass) Unnecessary pass statement"
|
changeset |
files
|
2017-10-10 |
Andrey Skvortsov |
fix error found by pylint 'W0104(pointless-statement) Statement seems to have no effect'
|
changeset |
files
|
2017-10-10 |
Andrey Skvortsov |
fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'"
|
changeset |
files
|
2017-10-10 |
Andrey Skvortsov |
fix pylint warning 'C0112(empty-docstring) Empty function docstring'
|
changeset |
files
|
2017-10-09 |
Andrey Skvortsov |
fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
|
changeset |
files
|
2017-10-09 |
Andrey Skvortsov |
fix pylint warning '(dangerous-default-value) Dangerous default value {} as argument'
|
changeset |
files
|
2017-10-09 |
Andrey Skvortsov |
fix pylint warning '(old-style-class) Old-style class defined.'
|
changeset |
files
|
2017-10-06 |
Andrey Skvortsov |
fix pylint warning '(unused-import), Unused import connectors'
|
changeset |
files
|
2017-10-05 |
Andrey Skvortsov |
fix typos
|
changeset |
files
|