Skip to content

Stay informed about everything that happens within your dev team

License

Notifications You must be signed in to change notification settings

mbouchenoire/varys

Repository files navigation

Varys

Build Status  Mainainability  Reliability  Security  Coverage

Varys is a local process that crawls trough your dev environment (GitLab, Jenkins...) giving you instant feedback (via desktop notifications) on things that you care about. This (currently) includes:

  • new merge requests assigned to you,
  • updates on those merge requests:
    • status change (merged, closed, wip...),
    • assignee change,
    • new comments / commits,
    • conflicts (new / resolved),
  • reminders for pending merge requests
  • failed / unstable builds (of your local git branches),
  • services downtimes.

Build & Run from sources

Linux

user:~$ git clone https://github.com/mbouchenoire/varys.git && cd varys
user:~/varys$ mvnw clean package
user:~/varys$ bin/varys-start.sh config/config.yml # See the Configuration section

Windows

C:\Users\user\git> git clone https://github.com/mbouchenoire/varys.git && cd varys
C:\Users\user\git\varys> mvnw clean package
C:\Users\user\git\varys> bin\varys-start.bat config\config.yml # See the Configuration section

Configuration

The configuration file is currently located here: config/config.yml.

About

Stay informed about everything that happens within your dev team

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages