Bastian Schroll
|
0539e33207
|
fix copy fail
only made a ref not a real copy
|
2017-12-19 09:05:27 +01:00 |
|
Bastian Schroll
|
84932346b5
|
fix http request plugin bug
data field overwrite bug
|
2017-12-19 08:35:10 +01:00 |
|
Bastian Schroll
|
acbef6591c
|
edits for codacy (#310)
|
2017-10-02 07:25:22 +02:00 |
|
Mikrocontroller
|
c77f2a9fdd
|
Encode data URL-safe, support of multiple URLs
|
2017-04-12 23:20:40 +02:00 |
|
Bastian Schroll
|
3c00628b2d
|
some edits for code quallity
|
2017-02-12 10:04:31 +01:00 |
|
Bastian Schroll
|
edfc38bffb
|
resolve ununsed code imports
|
2016-11-20 13:34:24 +01:00 |
|
Bastian Schroll
|
25752da5db
|
little change on httpRequest
|
2016-10-03 13:38:30 +02:00 |
|
Bastian Schroll
|
651157c274
|
Merge remote-tracking branch 'refs/remotes/thejockel/develop'
Conflicts:
plugins/httpRequest/httpRequest.py
|
2016-10-03 13:36:50 +02:00 |
|
Jan-Hendrik Plogmann
|
06c5846709
|
added error logging for http plugin
|
2016-10-03 12:50:20 +02:00 |
|
Bastian Schroll
|
e938cdcd6d
|
rename globals. call to globalVars.
|
2016-10-03 12:02:18 +02:00 |
|
Bastian Schroll
|
f8fcda94b6
|
rename globals to globalVars
to prevent to redifine an builtin function
|
2016-10-03 11:56:27 +02:00 |
|
Bastian Schroll
|
6e6a0a4a45
|
edit interface.txt info
information now in plugins/readme.md
|
2016-10-02 12:38:47 +02:00 |
|
Jan-Hendrik Plogmann
|
6da22e331a
|
added missing except for httpRequest
|
2016-10-01 20:37:38 +02:00 |
|
Jan-Hendrik Plogmann
|
87238e60cc
|
added missing except for httpRequest
|
2016-10-01 20:35:44 +02:00 |
|
Jan-Hendrik Plogmann
|
0df55885d9
|
changed httprequest plugin
|
2016-10-01 19:51:20 +02:00 |
|
JHCD
|
e7b5bffdd3
|
add data['timestamp'] #72
to make sure, that all Plugins use the same timestamp
|
2015-07-31 19:09:27 +02:00 |
|
Schrolli
|
c19a89859b
|
change encoding
- change code encoding from cp1252 to UTF-8 (Issue #60)
|
2015-07-13 10:19:45 +02:00 |
|
Schrolli
|
76686e016c
|
insert configHandler.checkConfig() helper in all plugins so save always same code
|
2015-07-09 07:52:21 +02:00 |
|
Schrolli
|
4ad5766f98
|
insert wildcardHandler.replaceWildcards() in httpReq Plugin
|
2015-07-07 13:17:18 +02:00 |
|
Bastian Schroll
|
80f955beca
|
solve error by helper import in http plugin
|
2015-07-03 23:52:31 +02:00 |
|
Schrolli
|
48c4d1e354
|
remove trailing whitespace
|
2015-07-02 09:02:49 +02:00 |
|
Bastian Schroll
|
25daa26c98
|
little error in httpRequest Plugin
|
2015-07-01 20:33:43 +02:00 |
|
Schrolli
|
71070932db
|
use helper function for date and time
|
2015-07-01 14:27:22 +02:00 |
|
Schrolli
|
8c5cb8ec85
|
update parameters for httpRequest plugin
|
2015-07-01 09:31:23 +02:00 |
|
JHCD
|
09b9cc5f7d
|
change pluginLoader and exception-handling
- if the function plugin.onLoad() throws an exception the plugin will skipped
- change exception-handling for pluginLoader
|
2015-06-29 23:24:48 +02:00 |
|
JHCD
|
407e22e1e4
|
resolve small bug in onLoad()
|
2015-06-29 17:06:11 +02:00 |
|
Schrolli
|
6371d1cf3c
|
replace the return with an else: statement after config reading
|
2015-06-29 12:25:21 +02:00 |
|
Schrolli
|
95d2d2f119
|
insert onLoad() routine in plugins
|
2015-06-29 12:19:44 +02:00 |
|
JHCD
|
d6b9174112
|
change exception-handling
- only error-msg instead of logging.exception
- second logging.debug with exec-trace
|
2015-06-23 22:27:48 +02:00 |
|
JHCD
|
0a621b283a
|
a little bit documentation
|
2015-05-31 12:40:43 +02:00 |
|
Schrolli
|
a0521a6b36
|
httpRequest Plugin with wildcard params
|
2015-05-28 13:39:53 +02:00 |
|
Schrolli
|
5454e4980f
|
little change
|
2015-05-28 13:26:00 +02:00 |
|
Schrolli
|
9bfe832530
|
fix error in httpRequest plugin
|
2015-05-28 09:17:22 +02:00 |
|
Schrolli
|
475039c171
|
little changes
|
2015-05-28 08:43:08 +02:00 |
|
Bastian Schroll
|
298ed0a06c
|
fixed error httpreq plugin
|
2015-05-23 08:40:35 +02:00 |
|
Bastian Schroll
|
148547b69f
|
little edit httpreq plugin
|
2015-05-22 22:58:27 +02:00 |
|
Bastian Schroll
|
da2ea5fe4e
|
change in httpreq plugin
|
2015-05-22 20:17:57 +02:00 |
|
JHCD
|
e67a357d8e
|
(re-)structure code - use include-files now
- move gobals and other stuff to includes
- extract code from boswatch.py to include-files
bugfix in BosMon-plugin
|
2015-05-22 16:44:23 +02:00 |
|
Schrolli
|
bb0113bb20
|
plugin httpRequest
|
2015-05-22 10:44:39 +02:00 |
|
Schrolli
|
70c57bda44
|
edit plugin debug messages
|
2015-05-22 10:00:09 +02:00 |
|
Bastian Schroll
|
6e5843c8d3
|
delete old test Plugins
|
2015-05-20 19:41:18 +02:00 |
|
Bastian Schroll
|
d1d1e3e7bf
|
prepare for httpRequest plugin
|
2015-05-20 19:31:50 +02:00 |
|