Coder Social home page Coder Social logo

trendingtechnology / gitlab-monitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from timoschwarzer/gitlab-monitor

0.0 1.0 0.0 896 KB

A browser-based monitor dashboard for GitLab CI

License: MIT License

HTML 1.75% JavaScript 20.48% Vue 77.78%

gitlab-monitor's Introduction

GitLab Monitor

Logo

A browser-based monitor dashboard for GitLab CI

Use & Download

If you don't want to setup your own server, you can always use the latest version of GitLab Monitor I upload here:

https://timoschwarzer.com/gitlab-monitor

Don't worry, I don't save access tokens or anything else. Additionally, this version has a manifest.json attached which makes it easy to pin it to your Android home screen and open it as a full screen app.

Go to releases

Screenshots

Screenshot 1 Screenshot 2

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

Usage

http://gitlab-monitor.local/<params>

Available params

Name Description
gitlabApi (required) URL to your GitLab API. (e.g. https://gitlab.example.com/api/v4)
privateToken (required) Private token to access the GitLab API
maxAge In hours. Projects with last activity older than this age won't be displayed. If set to 0, no filter will be applied. Default: 168 (i.e. 7 days)
fetchCount How many projects will be fetched from GitLab. If set to greater than 100, then all available projects will be retrieved (in batches of 100). Default: 20
pipelinesOnly Show only projects with recent pipelines. Default: false
autoZoom Zooms the dashboard to fill the screen with all displayed projects. Not compatible with all browsers! Default: false
showPipelineIds Don't show pipeline IDs. Default: true
showJobNames Show job names instead of status icons. Default: false
showDurations Show pipeline durations. Default: true
showUsers Show user that invoked a pipeline. Default: false
projectVisibility Limit projects by visibility. Default: any, Can be: any, public, internal or private
groups List of project groups that are included. Multiple groups can be provided comma-separated or in multiple groups values. Note that groups and projects are combined together if both are provided.
projects List of projects that are included. Multiple projects can be provided comma-separated or in multiple projects values. Note that groups and projects are combined together if both are provided.

Minimal example

http://gitlab-monitor.local/?gitlabApi=https://gitlab.example.com/api/v4&privateToken=ABCDEF1234ABCDEF

Used libraries

Visit my website!

gitlab-monitor's People

Contributors

mribichich avatar sichapman avatar stefanvdk avatar timoschwarzer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.