Alexey Lavrenuke
|
920e9fa1d8
|
copy pandora config with its own extension
|
2017-04-06 14:05:28 +03:00 |
|
Alexey Lavrenuke
|
47e6a36e3d
|
expvar enable/disable
|
2017-04-05 20:54:04 +03:00 |
|
Alexey Lavrenuke
|
4293e79d2c
|
don't move pandora's config
|
2017-04-05 20:46:14 +03:00 |
|
Alexey Lavrenuke
|
2752c9ef99
|
docs
|
2017-04-05 20:37:38 +03:00 |
|
Alexey Lavrenuke
|
d1731c9bdc
|
fix bugs
|
2017-04-05 20:28:45 +03:00 |
|
Alexey Lavrenuke
|
c800c54d7c
|
some more
|
2017-04-05 19:43:14 +03:00 |
|
Alexey Lavrenuke
|
d249fd2d9f
|
update pandora plugin for new pandora
|
2017-04-05 17:56:17 +03:00 |
|
Alexey Lavrenuke
|
9724c44642
|
Update core_and_modules.rst
|
2017-04-04 20:19:27 +03: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
|
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 |
|
Anton Chernykh
|
1fb599d952
|
check enviroment for https_proxy
|
2017-02-20 16:39:02 +03:00 |
|
Alexey Lavrenuke
|
059b4a090b
|
fix data types in jmeter reader
|
2017-02-10 20:16:09 +03:00 |
|
Alexey Lavrenuke
|
692b879e47
|
Merge pull request #325 from nnugumanov/patch-13
Update install.rst
|
2017-02-09 16:37:37 +02:00 |
|
Nurlan
|
6c177ea1b2
|
Update install.rst
|
2017-02-09 15:51:01 +03:00 |
|
Nurlan
|
41bb74a09d
|
Update install.rst
|
2017-02-09 14:07:58 +03:00 |
|
Alexey Lavrenuke
|
8c3ae26e17
|
Merge pull request #324 from yandex/master
Master
|
2017-02-03 11:30:42 +02:00 |
|
Alexey Lavrenuke
|
f8d6e11611
|
Update setup.py
|
2017-02-03 12:30:05 +03:00 |
|
Alexey Lavrenuke
|
ca15ed224f
|
Merge pull request #323 from netortik/master
nonexistent signal appropriate treatment
|
2017-02-03 11:29:25 +02:00 |
|
Timur Torubarov
|
dbd00f461d
|
nonexistent signal appropriate treatment
|
2017-02-03 13:30:43 +05:00 |
|