hydra-dash-ext-insight

1.0.2 • Public • Published

Hydra Dashboard insight widgets

Insight CI NPM version

Insight Repository

insight repository

Display insight repo infos

parameters

key required description
owner yes repo owner
repository yes repo name

usage

{
  type: 'insight.repository',
  owner: 'karimdeif', repository: 'hydra',
  columns: 1, rows: 1, x: 0, y: 0
}

Insight Build history

insight build history

Display insight repo build history

parameters

key required description
owner yes repo owner
repository yes repo name

usage

{
  type: 'insight.build_history',
  owner: 'karimdeif', repository: 'hydra',
  columns: 1, rows: 1, x: 0, y: 0
}

Insight Build histogram

insight build histogram

Display insight repo build histogram (duration / build number / status)

parameters

key required description
owner yes repo owner
repository yes repo name

usage

{
  type: 'insight.build_histogram',
  owner: 'karimdeif', repository: 'hydra',
  columns: 1, rows: 1, x: 0, y: 0
}

Readme

Keywords

none

Package Sidebar

Install

npm i hydra-dash-ext-insight

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • karimdeif