inforad-mozaik-ext-gitlab
v0.2.3
Published
Mozaik GitLab widgets
Downloads
5
Maintainers
Readme
Mozaïk GitLab widgets
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.
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.
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.
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.
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.
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.
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.
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
}