Граф коммитов

10044 Коммитов

Автор SHA1 Сообщение Дата
Maxime Beauchemin b109ba4532 Minor 2014-11-21 23:54:05 +00:00
Krishna Puttaswamy 4562c210bc Merge pull request #16 from mistercrunch/tornado
moving to tornado server + consistent num_runs across all pages
2014-11-20 21:44:37 -08:00
Krishna Puttaswamy e8a6f36717 moving to tornado server + consistent num_runs across all pages 2014-11-20 19:33:23 -08:00
Maxime Beauchemin fd706f92ea Merge pull request #17 from mistercrunch/tune_master
Reviewing the master command's logic
2014-11-20 14:45:11 -08:00
Maxime Beauchemin 477e2460da Reviewing the master command's logic 2014-11-20 09:09:12 -08:00
Krishna Puttaswamy 74018b52bf Merge pull request #12 from mistercrunch/reload_Fix
health check + reload dags
2014-11-19 15:55:55 -08:00
Maxime Beauchemin 7c95661509 Merge pull request #15 from mistercrunch/default_args
Using a decorator to specify operators default args
2014-11-19 14:16:13 -08:00
Maxime Beauchemin a29f316bd0 Using a decorator to specify operators default args 2014-11-19 22:14:33 +00:00
Maxime Beauchemin 1ae5f0ab7c Merge pull request #14 from mistercrunch/tweaks
hive_hook: Using -f with a temp file instead of -e
2014-11-18 15:02:52 -08:00
Maxime Beauchemin 5a4ada4a64 hive_hook: Using -f with a temp file instead of -e 2014-11-18 23:02:15 +00:00
Maxime Beauchemin 13fb79cf7b Merge pull request #13 from mistercrunch/tweaks
Fixes
2014-11-18 13:45:42 -08:00
Maxime Beauchemin e2b8a3cffc Fixes 2014-11-18 21:44:11 +00:00
Krishna Puttaswamy f55075fab8 health check + reload dags 2014-11-18 13:18:48 -08:00
Maxime Beauchemin 9ef4fbdaf6 Merge pull request #11 from mistercrunch/tweaks
A few tweaks while running core_cx
2014-11-17 21:55:45 -08:00
Maxime Beauchemin cd83e7aa60 A few tweaks while running core_cx 2014-11-18 05:54:46 +00:00
Maxime Beauchemin 8e4c3762c3 Merge pull request #10 from mistercrunch/db_conn
Making the sqlachemy db connection a config param
2014-11-17 13:02:43 -08:00
Maxime Beauchemin b4111cc40c Making the sqlachemy db connection a config param 2014-11-17 21:01:36 +00:00
Maxime Beauchemin bd726ddc0a Merge pull request #9 from mistercrunch/fixes
Denser graph view
2014-11-11 13:42:46 -08:00
Maxime Beauchemin 3a0994396e Denser graph view 2014-11-11 21:41:46 +00:00
Maxime Beauchemin 7701cab249 Merge pull request #8 from mistercrunch/fixes
Fixes
2014-11-10 14:14:01 -08:00
Maxime Beauchemin 65b1988d93 Fixing conf 2014-11-10 22:13:11 +00:00
Maxime Beauchemin 60ed198476 Fixes 2014-11-10 21:51:33 +00:00
Maxime Beauchemin 01597a5cbd Merge pull request #7 from mistercrunch/minor_touchups
Minor fixes, utility functions
2014-11-10 13:47:00 -08:00
Maxime Beauchemin 9a033dc93b Minor tuneupts 2014-11-10 21:45:48 +00:00
Krishna Puttaswamy fc8f28a261 Merge pull request #4 from mistercrunch/config_parser
integrating config parser to read config values from a file
2014-11-07 17:39:04 -08:00
Krishna Puttaswamy 3361696cff adding a sed comand to replace airflow_home automatically in default airflow.cfg 2014-11-07 15:23:40 -08:00
Krishna Puttaswamy f89c1bcc19 Addressed the comments on shorter import and space in configuration.py 2014-11-07 15:10:01 -08:00
Krishna Puttaswamy 0a673b4cc0 integrating config parser to read config values from a file 2014-11-07 13:58:38 -08:00
Krishna Puttaswamy cc94aa007d Merge pull request #3 from mistercrunch/executor_fix
Providing a way to specify the executor to use while constructing the DAG object
2014-11-07 13:40:38 -08:00
Krishna Puttaswamy 25cb7264b9 Providing a way to specify the executor to use while constructing the DAG object
adding host=0.0.0.0 to ensure the service is accesible from outside localhost

Revert "adding host=0.0.0.0 to ensure the service is accesible from outside localhost"

This reverts commit ce5436bc7dcd70dcb129c1dfa46f9fd7ce743e43.
2014-11-07 13:39:38 -08:00
Maxime Beauchemin 88815ad3c8 Merge pull request #6 from mistercrunch/bash_lexer
Adding BashLexer
2014-11-07 11:15:18 -08:00
Maxime Beauchemin 7db1e4c167 Adding BashLexer 2014-11-07 19:14:11 +00:00
Maxime Beauchemin 804d184808 Minor UI fix/tweak 2014-11-07 17:52:45 +00:00
Maxime Beauchemin 35d618584e Merge pull request #5 from mistercrunch/minor_ui
UI: nicer task details view
2014-11-07 09:35:39 -08:00
Maxime Beauchemin fce8ecd38e UI: nicer task details view 2014-11-07 09:34:11 -08:00
Maxime Beauchemin 9988e4d68c Moving to setuptools 2014-11-06 06:44:19 +00:00
Maxime Beauchemin 729da97acb Hooking up hostname and port to defaults and command line 2014-11-05 18:47:56 +00:00
Maxime Beauchemin 162acc4755 Syncing 2014-11-05 18:40:12 +00:00
Maxime Beauchemin dc9537df63 Making Jinja templates as files work 2014-11-02 05:26:36 +00:00
Maxime Beauchemin c8cc050c4a Adding set_dependency method to DAG class 2014-11-01 17:10:57 +00:00
Maxime Beauchemin 35a5864da7 Making a generic SqlSensor, works for all db_ids 2014-11-01 16:32:31 +00:00
Maxime Beauchemin 4faaa13a0d Fixing HiveHook to be picklable 2014-11-01 15:50:11 +00:00
Maxime Beauchemin eb885d2f24 Merge branch 'master' of github.com:mistercrunch/Airflow
Conflicts:
	airflow/www/app.py
2014-10-31 20:55:23 +00:00
Maxime Beauchemin f10e90e3e7 Queries 2014-10-31 20:53:57 +00:00
Maxime Beauchemin eee9332210 Linting with flake8 2014-10-30 22:50:43 -07:00
Maxime Beauchemin d42c438c57 Adding different directional layouts for graph view 2014-10-29 16:21:07 +00:00
Maxime Beauchemin b04c6b85a0 Merge branch 'master' of github.com:mistercrunch/Airflow 2014-10-29 09:12:46 -07:00
Maxime Beauchemin 4d20e3a082 Tree view, repeated nodes are now collapsed by default 2014-10-29 08:31:33 -07:00
Maxime Beauchemin 0d56f3641a Fixed dag view to not repeat edges 2014-10-28 00:31:28 +00:00
Maxime Beauchemin b8eb9fedfd Merge branch 'master' of github.com:mistercrunch/Airflow 2014-10-27 14:00:13 -07:00