Git Product home page Git Product logo

gitlab-watcher's Introduction

Gitlab Watcher

Watch Gitlab merge requests and notify the members who haven't seen, or when it's ready to merge.

Installation

  1. Clone the repository.

  2. Install Composer dependencies.

    composer install
    
  3. Set up environment variables.

    cp .env.example .env
    

    and edit it.

  4. Run the application.

    ./gitlab-watcher
    

.env file

Environment variable Description
PRIVATE_TOKEN Gitlab personal private token.
SLACK_CHANNEL Where to broadcast. Slack webhook url.
GITLAB_BASE_URI Gitlab base url. For example, https://gitlab.your-company.com. (No trailing slash)
REDIS_HOST Redis host.
REDIS_PORT Redis port. Must be set even if it's still 6379.
REDIS_PREFIX Redis key prefix.
WATCHING_PROJECTS IID of watching projects (comma seperated). For example: 37,46,60.
MEMBERS Your team members (comma-seperated). For example: ben,alan,judy

gitlab-watcher's People

Stargazers

 avatar

Watchers

 avatar  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.