@tlake/mozaik-ext-gitlab

0.2.2 • Public • Published

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
}

Package Sidebar

Install

npm i @tlake/mozaik-ext-gitlab

Weekly Downloads

0

Version

0.2.2

License

MIT

Unpacked Size

34.9 kB

Total Files

27

Last publish

Collaborators

  • tlake