From 157ee7703d2eb2b7087a1c8522e36f98822636ad Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 4 Jun 2015 17:52:34 -0700 Subject: [PATCH] Pointing the link to the new Github location --- TODO.md | 3 +++ airflow/www/app.py | 2 +- docs/conf.py | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 37005acb28532..9576d4a9274b0 100644 --- a/TODO.md +++ b/TODO.md @@ -20,6 +20,9 @@ TODO * Add decorator to timeout imports on master process [lib](https://github.com/pnpnpn/timeout-decorator) * Raise errors when setting dependencies on task in foreign DAGs * Add an is_test flag to the run context +* Add operator to task_instance table +* Add owner to task_instance table +* Add queued_dttm to task_instance table #### Wishlist * Support for cron like synthax (0 * * * ) using croniter library diff --git a/airflow/www/app.py b/airflow/www/app.py index 47ed93be90b0d..bf9cda6064eea 100644 --- a/airflow/www/app.py +++ b/airflow/www/app.py @@ -1675,7 +1675,7 @@ def on_model_change(self, form, model, is_created=True): base.MenuLink( category='Docs', name='Github', - url='https://github.com/mistercrunch/Airflow')) + url='https://github.com/airbnb/airflow')) class KnowEventView(DataProfilingMixin, ModelView): diff --git a/docs/conf.py b/docs/conf.py index 11483496d7bd6..1f218ed533bfc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = 'prealpha' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = 'prealpha' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.