Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jun 29, 2024
1 parent 4a8fe30 commit a4dee5a
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 65 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-on-vtag.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: release
name: Create Release

on:
push:
tags:
- 'v*'

jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/create-release@v1
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/create-release@v1 #see: https://github.com/actions/create-release/releases
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/run-spec-on-push.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: build
name: Build and Test

on: [push]

jobs:
build:
name: Run Specifications
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases
with:
node-version: 18
- run: npm install
- run: npm test
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"editor.rulers": [100],
"editor.scrollBeyondLastLine": false,
"editor.tabSize": 3,
"files.insertFinalNewline": true,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _A data-driven dashboard console for report widgets_

[![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/dna-engine/data-dashboard/blob/main/LICENSE.txt)
[![npm](https://img.shields.io/npm/v/data-dashboard.svg)](https://www.npmjs.com/package/data-dashboard)
[![Build](https://github.com/dna-engine/data-dashboard/workflows/build/badge.svg)](https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml)
[![Build](https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml/badge.svg)](https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml)

## A) Try It Out
https://data-dashboard.js.org
Expand Down
2 changes: 1 addition & 1 deletion docs/about/about.02988658.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//! data-dashboard v0.5.1 ~~ https://data-dashboard.js.org ~~ MIT License
//! data-dashboard v0.5.2 ~~ https://data-dashboard.js.org ~~ MIT License
var about=function(){"use strict";const about={setup(){console.log("DataDashboard");console.log(">>> About page")}};about.setup();return about}();
2 changes: 1 addition & 1 deletion docs/about/about.a4533dd2.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/*! data-dashboard v0.5.1 ~~ https://data-dashboard.js.org ~~ MIT License */
/*! data-dashboard v0.5.2 ~~ https://data-dashboard.js.org ~~ MIT License */
main{color:#fff}main>section{padding-top:20px}main>section>h2{font-size:2rem}
10 changes: 5 additions & 5 deletions docs/about/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<!-- data-dashboard v0.5.1 ~~ https://data-dashboard.js.org ~~ MIT License -->
<!-- data-dashboard v0.5.2 ~~ https://data-dashboard.js.org ~~ MIT License -->
<html lang=en>
<head>
<meta charset=utf-8>
Expand All @@ -10,16 +10,16 @@
<meta property=og:title content="DataDashboard">
<meta property=og:description content="A data-driven dashboard console for report widgets">
<meta property=og:type content="website">
<meta property=og:image content="https://data-dashboard.js.org/../assets/graphics/logo-card.69748146.png">
<meta property=og:image content="https://data-dashboard.js.org/assets/graphics/logo-card.69748146.png">
<meta property=og:image:alt content="Logo">
<title>DataDashboard</title>
<link rel=icon href=../assets/graphics/bookmark.28c5fc61.png>
<link rel=apple-touch-icon href=../assets/graphics/mobile-home-screen.37dfb8de.png>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css>
<link rel=stylesheet href=../libraries.da26aa91.css>
<link rel=stylesheet href=../libraries.595cdbc7.css>
<link rel=stylesheet href=../style.51fdd90c.css>
<link rel=stylesheet href=about.a4533dd2.css>
<script defer src=../libraries.5dd2cca9.js></script>
<script defer src=../libraries.0434423c.js></script>
<script defer src=about.02988658.js></script>
</head>
<body>
Expand Down Expand Up @@ -56,7 +56,7 @@ <h2>About</h2>
<a href=https://data-dashboard.js.org><i data-icon=square-poll-vertical></i></a>
<a href=https://github.com/dna-engine/data-dashboard/blob/main/LICENSE.txt><i data-icon=gavel></i></a>
<a href=https://github.com/dna-engine/data-dashboard#readme><i data-icon=book></i></a>
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=tachometer-alt></i></a>
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=gauge-high></i></a>
<a href=https://github.com/dna-engine/data-dashboard><i data-brand=github-alt></i></a>
</span>
</footer>
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<!-- data-dashboard v0.5.1 ~~ https://data-dashboard.js.org ~~ MIT License -->
<!-- data-dashboard v0.5.2 ~~ https://data-dashboard.js.org ~~ MIT License -->
<html lang=en>
<head>
<meta charset=utf-8>
Expand All @@ -16,11 +16,11 @@
<link rel=icon href=assets/graphics/bookmark.28c5fc61.png>
<link rel=apple-touch-icon href=assets/graphics/mobile-home-screen.37dfb8de.png>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css>
<link rel=stylesheet href=libraries.da26aa91.css>
<link rel=stylesheet href=libraries.595cdbc7.css>
<link rel=stylesheet href=style.51fdd90c.css>
<link rel=stylesheet href=web-app.22d3732f.css>
<script defer src=libraries.5dd2cca9.js></script>
<script defer src=web-app.05d294c3.js></script>
<script defer src=libraries.0434423c.js></script>
<script defer src=web-app.30dc4197.js></script>
</head>
<body>

Expand Down Expand Up @@ -66,7 +66,7 @@ <h2>~~header~~</h2>
<a href=https://data-dashboard.js.org><i data-icon=square-poll-vertical></i></a>
<a href=https://github.com/dna-engine/data-dashboard/blob/main/LICENSE.txt><i data-icon=gavel></i></a>
<a href=https://github.com/dna-engine/data-dashboard#readme><i data-icon=book></i></a>
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=tachometer-alt></i></a>
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=gauge-high></i></a>
<a href=https://github.com/dna-engine/data-dashboard><i data-brand=github-alt></i></a>
</span>
</footer>
Expand Down
2 changes: 2 additions & 0 deletions docs/libraries.0434423c.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions docs/libraries.595cdbc7.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/libraries.5dd2cca9.js

This file was deleted.

13 changes: 0 additions & 13 deletions docs/libraries.da26aa91.css

This file was deleted.

2 changes: 1 addition & 1 deletion docs/style.51fdd90c.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions docs/web-app.05d294c3.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/web-app.22d3732f.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/web-app.30dc4197.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-dashboard",
"version": "0.5.1",
"version": "0.5.2",
"description": "A data-driven dashboard console for report widgets",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -108,7 +108,7 @@
"html-validator docs"
],
"dev": [
"tsc --watch",
"tsc --watch --preserveWatchOutput",
"chokidar 'build/1-pre/web-app/**/*.js' --command 'run-scripts bundle-js'",
"browser-sync . --startPath build/2-dev/web-app --files build/2-dev/web-app"
]
Expand All @@ -124,10 +124,9 @@
"open": "~10.1"
},
"devDependencies": {
"@eslint/js": "~9.6",
"@fortawesome/fontawesome-free": "~6.5",
"@types/node": "~20.11",
"@typescript-eslint/eslint-plugin": "~7.3",
"@typescript-eslint/parser": "~7.3",
"@types/node": "~20.14",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"browser-sync": "~3.0",
Expand All @@ -136,26 +135,27 @@
"copy-file-util": "~1.2",
"copy-folder-util": "~1.1",
"csso-cli": "~4.0",
"dna-engine": "~3.1",
"eslint": "~8.57",
"dna-engine": "~3.2",
"eslint": "8.57.0",
"img-src-placeholder": "~1.1",
"jshint": "~2.13",
"less": "~4.2",
"make-dir-cli": "~3.1",
"mocha": "~10.3",
"make-dir-cli": "~4.0",
"mocha": "~10.5",
"pretty-print-json": "~3.0",
"puppeteer": "~22.6",
"puppeteer": "~22.12",
"puppeteer-browser-ready": "~1.3",
"recursive-exec": "~1.0",
"replacer-util": "~1.2",
"replacer-util": "~1.3",
"rev-web-assets": "~1.3",
"rimraf": "~5.0",
"rollup": "~4.13",
"rollup": "~4.18",
"run-scripts-util": "~1.2",
"simple-datatables": "~9.0",
"typescript": "~5.4",
"uglify-js": "~3.17",
"w3c-html-validator": "~1.7",
"web-ignition": "~2.1"
"typescript": "~5.5",
"typescript-eslint": "~7.14",
"uglify-js": "~3.18",
"w3c-html-validator": "~1.8",
"web-ignition": "~2.2"
}
}
28 changes: 21 additions & 7 deletions src/web-app/+common/css/static/utility-box.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// DataDashboard ~~ MIT License
// Constants and utilities -- Reusable values and mixins

// Custom Colors
@colorGraphite: #303030;
@colorCharcoal: #222222;
@colorTar: #161616;

// Colors
@colorBlueBright: cornflowerblue;
@colorBlueDark: royalblue;
Expand All @@ -18,12 +23,23 @@
@layerHover: 100; //tootips and other hover popups
@layerBackground: -100; //bottom of the barrel

// Character entities
@symbolTriangleDown: "\25BC";
@symbolTriangleUp: "\25B2";
// Character Entities
@symbolAngleRight: "\276F"; //character: ❯
@symbolArrowDown: "\21E9"; //character: ⇩
@symbolArrowUp: "\21E7"; //character: ⇧
@symbolBallotXMark: "\2718"; //character: ✘
@symbolCheckmark: "\2714"; //character: ✔
@symbolEmDash: "\2014"; //character: —
@symbolTriangleDown: "\25BC"; //character: ▼
@symbolTriangleUp: "\25B2"; //character: ▲

// Tools

.MonospaceText() {
font-family: menlo, consolas, monospace;
font-weight: 700;
}

.PlainLink() {
border-bottom: none;
&:visited {
Expand All @@ -49,8 +65,6 @@
text-overflow: ellipsis;
}

.MobileMode(@lessRules) {
@media (max-width: 667px) { // selects iPhone 6/6s/7/8/SE2/SE3 landscape and anything narrower
@lessRules();
}
.MobileMode(@lessRules) { //selects iPhone 6/6s/7/8/SE2/SE3 landscape and anything narrower
@media (max-width: 667px) { @lessRules(); }
}
2 changes: 1 addition & 1 deletion src/web-app/+common/html/page-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href=https://data-dashboard.js.org><i data-icon=square-poll-vertical></i></a>
<a href=https://github.com/dna-engine/data-dashboard/blob/main/LICENSE.txt><i data-icon=gavel></i></a>
<a href=https://github.com/dna-engine/data-dashboard#readme><i data-icon=book></i></a>
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=tachometer-alt></i></a>
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=gauge-high></i></a>
<a href=https://github.com/dna-engine/data-dashboard><i data-brand=github-alt></i></a>
</span>
</footer>
2 changes: 1 addition & 1 deletion src/web-app/+page/widgets/network-log/network-log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const webAppWidgetNetworkLog = {
const dataTable = new simpleDatatables.DataTable(tableElem, options);
const headers = fetchJson.getLogHeaders();
const log = webAppNetwork.getLog().reverse();
const delColumn = <number>fetchJson.getLogHeaderIndex().domain;
const delColumn = <number>fetchJson.getLogHeaderIndexMap().domain;
headers.splice(delColumn, 1);
webAppTransformer.dataTablesNormalizer(log, headers.length, delColumn);
dataTable.insert({ headings: headers, data: log });
Expand Down

0 comments on commit a4dee5a

Please sign in to comment.