diff --git a/.travis.yml b/.travis.yml index 9eaf73e..38e5cdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python +python: "3.6" + services: - docker install: diff --git a/CHANGELOG.md b/CHANGELOG.md index fff4094..5dd9e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# VERSION 0.2.9 + +## Plugins + +### Changes +* Fix rendering of page with "Tables managed by ..." + # VERSION 0.2.8 ## Plugins diff --git a/Readme.md b/Readme.md index 7b2fd3a..e897eeb 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,8 @@ # DiscreETLy [![Build Status](https://travis-ci.org/Wikia/discreETLy.svg?branch=master)](https://travis-ci.org/Wikia/discreETLy) -[![](https://images.microbadger.com/badges/image/fandom/discreetly:0.2.8.svg)](https://microbadger.com/images/fandom/discreetly:0.2.8 "Get your own image badge on microbadger.com") -[![](https://images.microbadger.com/badges/version/fandom/discreetly:0.2.8.svg)](https://microbadger.com/images/fandom/discreetly:0.2.8 "Get your own version badge on microbadger.com") +[![](https://images.microbadger.com/badges/image/fandom/discreetly:0.2.9.svg)](https://microbadger.com/images/fandom/discreetly:0.2.9 "Get your own image badge on microbadger.com") +[![](https://images.microbadger.com/badges/version/fandom/discreetly:0.2.9.svg)](https://microbadger.com/images/fandom/discreetly:0.2.9 "Get your own version badge on microbadger.com") **DiscreETLy** is an add-on dashboard service on top of [Apache Airflow](https://github.com/apache/incubator-airflow). It is a user friendly UI showing status of particular DAGs. Moreover, it allows the users to map Tasks within a particular DAG to tables available in any system (relational and non-relational) via friendly yaml definition. **DiscreETLy** provides fuctionality for monitoring DAGs status as well as optional communication with services such as [Prometheus](https://prometheus.io/) or [InfluxDB](https://www.influxdata.com/). diff --git a/dashboard/templates/layouts/base.html b/dashboard/templates/layouts/base.html index 645dace..ce1ac64 100644 --- a/dashboard/templates/layouts/base.html +++ b/dashboard/templates/layouts/base.html @@ -18,11 +18,12 @@ - + +