Commit Graph

22 Commits

Author SHA1 Message Date
Arseniy Fomchenko
436c0386da configurable section name for plugins, uploader backend detection, tests 2017-03-22 19:17:11 +03:00
Nurlan
5a1dd0112f os.getlogin() should be avoided
had the famous error "os.getlogin OSError: [Errno 2] No such file or directory" http://bugs.python.org/issue1750013
Even python docs recommend to avoid this function - https://docs.python.org/2.7/library/os.html?highlight=os.getlogin#process-parameters
also look at https://linux.die.net/man/3/getlogin, section Bugs
2017-02-21 19:17:35 +03:00
Alexey Lavrenuke
40706c55b8 yapf autoformat 2016-12-30 16:46:29 +03:00
Alexey Lavrenuke
37ff6a4385 flake8 2016-12-27 16:50:34 +03:00
Stanislav Ievlev
2e0049a01d Fix some of pyflakes warnings 2016-12-27 13:47:38 +03:00
Arseniy Fomchenko
e5583ebebc Chopper for stats reader 2016-12-20 15:33:51 +03:00
Arseniy Fomchenko
80043847ea drain test fix 2016-12-19 17:18:31 +03:00
Arseniy Fomchenko
0723fc1c59 aggregator fix 2016-12-19 17:10:34 +03:00
Arseniy Fomchenko
aff85e20b5 - bfg get_info, no target - no lock 2016-11-28 17:36:32 +03:00
Arseniy Fomchenko
6ed5d2c014 py3 queue 2016-11-21 16:52:59 +03:00
Arseniy Fomchenko
c4b55ba099 removed tests that use external resourse 2016-11-21 16:04:28 +03:00
Arseniy Fomchenko
b68b76d8a3 fix util tests 2 2016-11-21 14:58:40 +03:00
Arseniy Fomchenko
28a6e5d96b fix util tests 2016-11-21 14:16:56 +03:00
Arseniy Fomchenko
7d17b525db AddressWizard to common util, back to ConfigParser 2.7 2016-11-18 21:06:26 +03:00
Arseniy Fomchenko
223eb44a93 phantom info fix 2016-10-26 13:58:18 +03:00
Arseniy Fomchenko
4aea2193bf only for overload 2016-10-24 21:47:11 +03:00
Arseniy Fomchenko
b04ef7b102 logs symlinks for plugins 2016-10-24 21:34:42 +03:00
Arseniy Fomchenko
a8266d1060 fix commas 2016-10-17 20:21:15 +03:00
Arseniy Fomchenko
3d25ccb5b8 common interface for load generating plugins 2016-10-17 19:48:31 +03:00
Arseniy Fomchenko
462c24c9ee fix exception 2016-10-17 15:49:53 +03:00
Arseniy Fomchenko
c1b6387d30 writing phantom info to core job 2016-10-17 13:47:01 +03:00
Arseniy Fomchenko
bdf9b087ed refactoring: exceptions, interfaces, resource, util moved to common/ to avoid circular imports 2016-10-10 19:56:07 +03:00