Commit Graph

92 Commits

Author SHA1 Message Date
Timor Raiman
5b286b74b0 Code review by Yoni 2014-01-04 10:51:04 +02:00
Timor Raiman
a3cf6711a5 Remove chef cookbooks (migrated to separate repo) 2014-01-04 10:51:04 +02:00
Timor Raiman
74142187c1 Cleanup 2014-01-04 10:51:04 +02:00
Timor Raiman
82fc2eb812 Still hitting the encoding conversion error 2014-01-04 10:51:04 +02:00
Timor Raiman
5d68f46a72 Add .DS_Store to .gitignore 2014-01-04 10:51:04 +02:00
Timor
0a185cf051 add vanila vagrant configuration 2014-01-04 10:51:04 +02:00
Arik Fraimovich
9113233c9e Merge pull request #47 from EverythingMe/fed-issue1
FED issue #1 [r=arikfr]
2013-12-31 01:05:04 -08:00
Amir Nissim
304a14e5a1 Show confirm box, when trying to leave the page before saving the query (FED #1) 2013-12-30 16:34:48 +02:00
Amir Nissim
6d8b256d10 Show indication when query has unsaved changes (FED #1) 2013-12-30 15:11:49 +02:00
Amir Nissim
42498391ce Show error notification when saving a query fails (FED #1) 2013-12-30 14:32:07 +02:00
Amir Nissim
d4fa34fe4b harcode dependencies 2013-12-29 18:25:50 +02:00
Arik Fraimovich
27294fd81c Limit page title size 2013-12-26 14:09:59 +02:00
Arik Fraimovich
ba0291dd3e You can't have dashes in object properties. Fixes #42 2013-12-23 21:59:01 +02:00
Arik Fraimovich
d46c2b086c Prevent from setting a blank query title. Fixes #34 2013-12-23 21:56:01 +02:00
Arik Fraimovich
f5f5258422 Escape % in column names. Fixes #42 2013-12-23 21:33:11 +02:00
Arik Fraimovich
3bd8b177be Dashboard menu has sub-menus now 2013-12-23 21:23:52 +02:00
Arik Fraimovich
42c3fcf248 having values ordered by Y, messes up the data so removing this 2013-12-22 17:23:39 +02:00
Arik Fraimovich
337acd0b7f Merge branch 'bug_workers_dying' 2013-12-22 17:05:44 +02:00
Arik Fraimovich
442da290a4 Fix: need to make sure that each category has a value 2013-12-22 17:05:40 +02:00
Arik Fraimovich
02f5979e9a Add afork to mitigate issues of mixing threading and forking 2013-12-18 09:40:48 +02:00
Arik Fraimovich
93162fed85 Take only needed vals for connection params 2013-12-17 12:46:06 +02:00
Arik Fraimovich
eea0c2e060 More places where I need to use redis_connection 2013-12-17 12:19:50 +02:00
Arik Fraimovich
f08ebf2256 Run annotated queries. 2013-12-17 12:03:10 +02:00
Arik Fraimovich
6e0d1c613c Change Job to use redis connection instead of data manager & use own redis connection in forked process. 2013-12-17 12:02:58 +02:00
Arik Fraimovich
0f09bbc253 Set proctitle for worker 2013-12-16 18:52:30 +02:00
Arik Fraimovich
c50639d137 Add support for refreshing a query once a week 2013-12-13 18:46:14 +02:00
Arik Fraimovich
5075795704 Humanize query runtime 2013-12-08 15:44:46 +02:00
Arik Fraimovich
668c60e1e8 Improvements to queries page: (#6)
1. Search (client side).
2. Stats about queries.
3. Pagination.
2013-12-08 15:26:35 +02:00
Arik Fraimovich
1e92240cbd Return query stats (runtime and such) in API. 2013-12-08 15:25:44 +02:00
Arik Fraimovich
7e73b307f0 Bring back browser notifications (#1) 2013-12-07 14:18:39 +02:00
Arik Fraimovich
cc86cb5ffa Support for non date time x values. 2013-12-07 13:14:02 +02:00
Arik Fraimovich
7068e68b8f No more using connection pool in DataManager, as it used accross processes 2013-12-06 20:56:08 +02:00
Arik Fraimovich
fc7412adae Add log_level to settings_example 2013-12-06 17:52:13 +02:00
Arik Fraimovich
fef4dadd58 More readable status 2013-12-06 15:50:02 +02:00
Arik Fraimovich
c10c7a959d Jobs done counter was updated in the wrong place 2013-12-06 15:32:36 +02:00
Arik Fraimovich
25c6bc2252 Improved system status. 2013-12-06 15:14:39 +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
206709b703 Show cancel button in UI. 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
1e3be5b4b8 Job: support for old job that had no process id. 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
a604fcf8a4 Store job process id 2013-11-29 21:30:03 +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
7ef1ed400b Don't use connection pool in query runner 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
1131df9c78 Run query in forked process 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
0f89a12a3d Fix: use String ctor function instead of toString to handle nulls 2013-11-29 21:30:02 +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
b88dbb1a6f Add support for displaying cohorts in dashbaords 2013-11-17 13:41:54 +02:00