0.2.2 • Published 6 years ago

@tlake/mozaik-ext-gitlab v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

keyrequireddescription
projectyesID 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

keyrequireddescription
projectyesID 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

keyrequireddescription
projectyesID 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

keyrequireddescription
projectyesID 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

keyrequireddescription
projectyesID 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

keyrequireddescription
projectyesID 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

keyrequireddescription
projectyesID or NAMESPACE/PROJECT_NAME of a project

usage

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