Commit Graph

4711 Commits

Author SHA1 Message Date
Arik Fraimovich
fc7412adae Add log_level to settings_example 2013-12-06 17:52:13 +02:00
Arik Fraimovich
4fa6ef828c More readable status 2013-12-06 15:50:02 +02:00
Arik Fraimovich
fef4dadd58 More readable status 2013-12-06 15:50:02 +02:00
Arik Fraimovich
08ca3431ac Jobs done counter was updated in the wrong place 2013-12-06 15:32:36 +02:00
Arik Fraimovich
c10c7a959d Jobs done counter was updated in the wrong place 2013-12-06 15:32:36 +02:00
Arik Fraimovich
cfcc21b1cb Improved system status. 2013-12-06 15:14:39 +02:00
Arik Fraimovich
25c6bc2252 Improved system status. 2013-12-06 15:14:39 +02:00
Arik Fraimovich
4ea54ef5ce Instead of killing the process, send SIGINT and cancel query on interupt. 2013-12-01 11:52:14 +02:00
Arik Fraimovich
cd03948164 Instead of killing the process, send SIGINT and cancel query on interupt. 2013-12-01 11:52:14 +02:00
Arik Fraimovich
fc65920462 Show cancel button in UI. 2013-11-29 21:30:03 +02:00
Arik Fraimovich
206709b703 Show cancel button in UI. 2013-11-29 21:30:03 +02:00
Arik Fraimovich
88a7ff62af Job: when cancelling send SIGKILL instead of SIGINT. 2013-11-29 21:30:03 +02:00
Arik Fraimovich
e47f78f657 Job: when cancelling send SIGKILL instead of SIGINT. 2013-11-29 21:30:03 +02:00
Arik Fraimovich
1c75ae08bc Job: support for old job that had no process id. 2013-11-29 21:30:03 +02:00
Arik Fraimovich
1e3be5b4b8 Job: support for old job that had no process id. 2013-11-29 21:30:03 +02:00
Arik Fraimovich
5ea63534f7 Naive implementation of job cancel 2013-11-29 21:30:03 +02:00
Arik Fraimovich
e8aa8e094f Naive implementation of job cancel 2013-11-29 21:30:03 +02:00
Arik Fraimovich
95805169dc Store job process id 2013-11-29 21:30:03 +02:00
Arik Fraimovich
a604fcf8a4 Store job process id 2013-11-29 21:30:03 +02:00
Arik Fraimovich
bcd018d8de If worker forked process didn't exit cleanly, update job 2013-11-29 21:30:02 +02:00
Arik Fraimovich
8381bd14c5 If worker forked process didn't exit cleanly, update job 2013-11-29 21:30:02 +02:00
Arik Fraimovich
34627f5e60 Don't use connection pool in query runner 2013-11-29 21:30:02 +02:00
Arik Fraimovich
7ef1ed400b Don't use connection pool in query runner 2013-11-29 21:30:02 +02:00
Arik Fraimovich
0ae1692f99 Fix: child process wasn't exiting 2013-11-29 21:30:02 +02:00
Arik Fraimovich
a88582a579 Fix: child process wasn't exiting 2013-11-29 21:30:02 +02:00
Arik Fraimovich
6becbee27a Run query in forked process 2013-11-29 21:30:02 +02:00
Arik Fraimovich
1131df9c78 Run query in forked process 2013-11-29 21:30:02 +02:00
Arik Fraimovich
78633b06de Log exception when refresh queries fails 2013-11-29 21:30:02 +02:00
Arik Fraimovich
24492bbe2d Log exception when refresh queries fails 2013-11-29 21:30:02 +02:00
Arik Fraimovich
78bf265d7a Fix: use String ctor function instead of toString to handle nulls 2013-11-29 21:30:02 +02:00
Arik Fraimovich
0f89a12a3d Fix: use String ctor function instead of toString to handle nulls 2013-11-29 21:30:02 +02:00
Arik Fraimovich
1690a25262 Fix: use String ctor function instead of toString to handle nulls 2013-11-24 16:06:01 +02:00
Arik Fraimovich
0a7949540c Fix: use String ctor function instead of toString to handle nulls 2013-11-24 16:06:01 +02:00
Arik Fraimovich
f76f284ce2 Add support for displaying cohorts in dashbaords 2013-11-17 13:41:54 +02:00
Arik Fraimovich
b88dbb1a6f Add support for displaying cohorts in dashbaords 2013-11-17 13:41:54 +02:00
Arik Fraimovich
5080b754d4 Merge pull request #36 from shayel/master
Fixed installation dependencies, instructions
2013-11-07 10:09:23 -08:00
Arik Fraimovich
8177cfed55 Merge pull request #36 from shayel/master
Fixed installation dependencies, instructions
2013-11-07 10:09:23 -08:00
Arik Fraimovich
bdb97182e4 Fixes #38: getChartData returns sorted data by x 2013-11-06 15:24:41 +02:00
Arik Fraimovich
340284e09b Fixes #38: getChartData returns sorted data by x 2013-11-06 15:24:41 +02:00
Arik Fraimovich
c668ed8a2b Show shared tooltip & percentage 2013-11-06 15:03:08 +02:00
Arik Fraimovich
5d3e401302 Show shared tooltip & percentage 2013-11-06 15:03:08 +02:00
Arik Fraimovich
10a1350bb3 Support multiple series on one row 2013-11-05 13:50:27 +02:00
Arik Fraimovich
584c0d8509 Support multiple series on one row 2013-11-05 13:50:27 +02:00
Arik Fraimovich
c10fb2916f Fix: when series name was 0 (the number) it would use the y name instead 2013-11-05 13:27:28 +02:00
Arik Fraimovich
770a8a8d57 Fix: when series name was 0 (the number) it would use the y name instead 2013-11-05 13:27:28 +02:00
Arik Fraimovich
91185abb4c Update title to use | instead of : 2013-11-04 17:11:45 +02:00
Arik Fraimovich
2b8a3f66e9 Update title to use | instead of : 2013-11-04 17:11:45 +02:00
Arik Fraimovich
e402b06c6c Make qr take redis connection params from the general redis connection 2013-11-04 15:52:48 +02:00
Arik Fraimovich
7ca1b5e761 Make qr take redis connection params from the general redis connection 2013-11-04 15:52:48 +02:00
Shay Elkin
6a09adf11c Take specific grunt commit (that fixes gh-886) 2013-11-02 15:15:31 +02:00