mozaik-ext-gitlab

v2.0.0-alpha.1
Mozaik GitLab widgets
gitlab gitlab-ci mozaik widget extension dashboard

Mozaïk GitLab widgets

License Travis CI NPM version Dependencies Coverage Status widget count

Deploy

This repository contains some widgets to use with Mozaïk.

Demo

You can see a live demo of the widgets here

Widgets

GitLab Branches

Show GitLab project branches.

Gitlab project branches

parameters

key required description
project yes ID or NAMESPACE/PROJECT_NAME of a project

usage

{
  type: 'gitlab.branches',
  project: 'gitlab-org/gitlab-ce',
  columns: 1, rows: 1, x: 0, y: 0
}

GitLab Build Histogram

Show GitLab project build histogram.

Gitlab project build histogram

parameters

key required description
project yes ID or NAMESPACE/PROJECT_NAME of a project

usage

{
  type: 'gitlab.build_histogram',
  project: 'gitlab-org/gitlab-ce',
  columns: 1, rows: 1, x: 0, y: 0
}

GitLab Build History

Show GitLab project build history.

Gitlab project build history

parameters

key required description
project yes ID or NAMESPACE/PROJECT_NAME of a project

usage

{
  type: 'gitlab.build_history',
  project: 'gitlab-org/gitlab-ce',
  columns: 1, rows: 1, x: 0, y: 0
}

GitLab Project Members

Show GitLab project members.

Gitlab project members

parameters

key required description
project yes ID or NAMESPACE/PROJECT_NAME of a project

usage

{
  type: 'gitlab.project_members',
  project: 'gitlab-org/gitlab-ce',
  columns: 1, rows: 1, x: 0, y: 0
}

GitLab Project Contributors

Show GitLab project contributors.

Gitlab project contributors

parameters

key required description
project yes ID or NAMESPACE/PROJECT_NAME of a project

usage

{
  type: 'gitlab.project_contributors',
  project: 'gitlab-org/gitlab-ce',
  columns: 1, rows: 1, x: 0, y: 0
}

GitLab Merge Requests Gauge

Show GitLab project merge requests gauge.

Gitlab project merge requests gauge

parameters

key required description
project yes ID or NAMESPACE/PROJECT_NAME of a project

usage

{
  type: 'gitlab.merge_requests_gauge',
  project: 'gitlab-org/gitlab-ce',
  columns: 1, rows: 1, x: 0, y: 0
}

GitLab Project

Show GitLab project merge requests gauge.

Gitlab project

parameters

key required description
project yes ID or NAMESPACE/PROJECT_NAME of a project

usage

{
  type: 'gitlab.project',
  project: 'gitlab-org/gitlab-ce',
  columns: 1, rows: 1, x: 0, y: 0
}
npm i mozaik-ext-gitlab

Metadata

  • MIT
  • >=6.0.0
  • Raphaël Benitte
  • released 9/26/2016

Downloads

Maintainers