Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
pace.min.js | load as a script (#20)
Browse files Browse the repository at this point in the history
* pace.min.js | load as a script

Refused to apply style from 'https://cdn.jsdelivr.net/npm/[email protected]/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
  • Loading branch information
Maciej Brencz authored and JoannaBorun committed May 14, 2019
1 parent 51b685b commit 6397439
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: python
python: "3.6"

services:
- docker
install:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# VERSION 0.2.9

## Plugins

### Changes
* Fix rendering of page with "Tables managed by ..."

# VERSION 0.2.8

## Plugins
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down
3 changes: 2 additions & 1 deletion dashboard/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css" rel="stylesheet">
<!-- Main styles for this application-->
<link rel="stylesheet" href="https://unpkg.com/@coreui/coreui/dist/css/coreui.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/pace.min.js" rel="stylesheet">

<!-- base.css -->
<link rel="stylesheet" href="{{ url_for('static', filename='css/base.css')}}">

<script src="https://cdn.jsdelivr.net/npm/[email protected]/pace.min.js"></script>

<!-- Vega, vega-lite and vega-embedded -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
Expand Down

0 comments on commit 6397439

Please sign in to comment.