npm.io
0.2.1 • Published 10 years ago

mozaik-ext-gitlab

Licence
MIT
Version
0.2.1
Deps
13
Vulns
18
Weekly
0
Stars
19

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
}