From 6397439b55831aa9b53b1e9c58fb4e071f42e067 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Tue, 14 May 2019 12:57:06 +0200 Subject: [PATCH] pace.min.js | load as a script (#20) * pace.min.js | load as a script Refused to apply style from 'https://cdn.jsdelivr.net/npm/pace-js@1.0.2/pace.min.js' because its MIME type ('application/javascript') is not a supported stylesheet MIME type, and strict MIME checking is enabled. * Travis: explicitily specify Python version to use * v0.2.9 will be tagged soon --- .travis.yml | 2 ++ CHANGELOG.md | 7 +++++++ Readme.md | 4 ++-- dashboard/templates/layouts/base.html | 3 ++- 4 files changed, 13 insertions(+), 3 deletions(-) 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 @@ - + +