Commit Graph

2102 Commits

Author SHA1 Message Date
Timur Torubarov
4f63134337 added tank exit codes 2017-04-05 19:10:02 +03:00
Alexey Lavrenuke
f93432ab4d Merge pull request #346 from fomars/release
fix lunapark-2697
2017-04-05 18:39:09 +03:00
Alexey Lavrenuke
d249fd2d9f update pandora plugin for new pandora 2017-04-05 17:56:17 +03:00
Arseniy Fomchenko
82a69232da fix lunapark-2697 2017-04-05 16:37:25 +03:00
Alexey Lavrenuke
314c911617 Update core_and_modules.rst 2017-04-04 20:20:16 +03:00
Alexey Lavrenuke
9724c44642 Update core_and_modules.rst 2017-04-04 20:19:27 +03:00
Oleg Gaidarenko
8fb590f0c5 Improve readme docs 2017-04-04 15:20:14 +02:00
Alexey Lavrenuke
2a02e2505b Merge pull request #342 from fomars/lunapark-2679
new option for monitoring and telegraf - disguise hostnames with md5
2017-04-04 18:35:44 +07:00
Alexey Lavrenuke
f5397055cf Merge pull request #332 from Flid/develop
Gevent-based BFG worker
2017-04-04 15:57:34 +07:00
Arseniy Fomchenko
611d7f9ce8 new option for monitoring and telegraf - disguise hostnames with md5 2017-04-03 19:27:23 +03:00
Anton Kirilenko
94e2aebfa8 Gevent-based BFG worker 2017-04-03 10:35:12 +01:00
Alexey Lavrenuke
0eb5c3776b Merge pull request #341 from fomars/release
Fix tankapi interoperability
2017-03-30 19:28:03 +03:00
Arseniy Fomchenko
fb9822cbae publish jobno 2017-03-30 19:15:44 +03:00
Arseniy Fomchenko
e2b145e627 flake8 2017-03-30 17:54:19 +03:00
Arseniy Fomchenko
fd0223cb8e more properties 2017-03-30 17:38:52 +03:00
Arseniy Fomchenko
82cb3d9c09 423 interpretation fix 2017-03-30 16:16:03 +03:00
Arseniy Fomchenko
0f5c69e520 register plugins with names; get job number 2017-03-28 17:09:16 +03:00
Alexey Lavrenuke
4127eeeb94 version again 2017-03-24 17:06:41 +03:00
Alexey Lavrenuke
1aea496a97 version 2017-03-24 17:05:08 +03:00
Alexey Lavrenuke
464ac64b81 gitter badge 2017-03-24 15:59:03 +03:00
Alexey Lavrenuke
d5f9dcf5dd version, little fix 2017-03-24 15:56:06 +03:00
Alexey Lavrenuke
62cf5c8720 Merge pull request #339 from fomars/lunapark-2671
Lunapark 2671
2017-03-24 14:39:48 +03:00
Arseniy Fomchenko
00f7c1257f fix failing tests and flake8 2017-03-23 20:30:56 +03:00
Arseniy Fomchenko
b50b7a2624 support Android plugin 2017-03-23 18:48:02 +03:00
Arseniy Fomchenko
76e07a33ce Merge branch 'develop' into lunapark-2671 2017-03-23 18:31:07 +03:00
Alexey Lavrenuke
9a953ec4db Merge pull request #334 from fomars/lunapark-2661
Lunapark 2661
2017-03-23 17:51:06 +03:00
Arseniy Fomchenko
618a38649d safe AbstractMetricCriterion 2017-03-23 15:55:44 +03:00
Arseniy Fomchenko
295743488b section names 2017-03-23 14:47:24 +03:00
Arseniy Fomchenko
d0f4716066 no kshm 2017-03-22 19:30:18 +03:00
Arseniy Fomchenko
c8e5b41ea9 uploads to luanpark and to overload simultaneously 2017-03-22 19:17:11 +03:00
Arseniy Fomchenko
436c0386da configurable section name for plugins, uploader backend detection, tests 2017-03-22 19:17:11 +03:00
Alexey Lavrenuke
58f220af26 Merge pull request #337 from yandex/master
Master
2017-03-22 15:33:42 +03:00
Alexey Lavrenuke
e6d9395c0e Merge pull request #336 from ratatoskrr/android
AndroidPlugin
2017-03-22 15:32:47 +03:00
ratatoskr
7867cb3f64 Handle errors 2017-03-22 17:26:00 +05:00
ratatoskr
8890f34a04 Import volta 2017-03-22 13:52:03 +05:00
ratatoskr
91a8ec84ab Put the lightning.apk in resources 2017-03-17 14:27:29 +05:00
Alexey Lavrenuke
39111d6d4f Merge pull request #335 from fomars/lunapark-2638
fix stop from online
2017-03-16 21:28:19 +03:00
ratatoskr
046ffb7d28 AndroidPlugin 2017-03-16 19:58:33 +05:00
Arseniy Fomchenko
de60faa915 LUNAPARK-2661 fix custom prefix + 2017-03-15 15:37:48 +03:00
Arseniy Fomchenko
d0b738a159 LUNAPARK-2661 fix custom prefix 2017-03-15 15:37:48 +03:00
Arseniy Fomchenko
278a24d350 fix stop from online 2017-03-10 17:21:53 +03:00
Alexey Lavrenuke
65c3f2b190 Update README.md 2017-02-27 18:31:52 +03:00
Alexey Lavrenuke
3032e12250 Merge pull request #331 from yandex/develop
Fix os.getlogin()
2017-02-21 19:56:22 +03:00
Alexey Lavrenuke
62e458bffb Merge pull request #330 from nnugumanov/patch-14
os.getlogin() should be avoided
2017-02-21 19:55:26 +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
3d4b3ca459 Merge pull request #329 from yandex/master
Master
2017-02-21 12:07:02 +02:00
Alexey Lavrenuke
1243583d5a Merge branch 'master' of github.com:yandex/yandex-tank 2017-02-21 13:06:19 +03:00
Alexey Lavrenuke
e1c0bd4f73 remove old debian files from this repo 2017-02-21 13:06:07 +03:00
Alexey Lavrenuke
b75eb8a9fe Merge pull request #328 from c13/master
check enviroment for https_proxy
2017-02-20 17:23:37 +02:00
Anton Chernykh
f02c1fad54 fix ident 2017-02-20 18:02:07 +03:00