brunokiafuka / cidemon

MacOS menu bar app to monitor your builds

Home Page:https://cidemon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Demon

A macOS menu bar application to monitor your CI jobs

cidemon

    Get it on the mac app store
    Or build it yourself!
  


MacOS menu bar app that aggregates information and notifies you when your CI builds or deployments are broken (or restored), it shows you all the relevant information in a single native app, without having to wait for entire web apps to load.

Developed with react-native for macOS, if you know typescript you can easily contribute to it, if you want to add support for more providers, it is fairly straightforward, your CI needs to provide an API and you need only to write a few typescript functions.

Supported providers

CI Demon currently supports the following CI providers:

  • Github Checks
  • CircleCI
  • TravisCI
  • Gitlab (cloud service)
  • AppCenter
  • Bitrise

Health Checks

CI Demon can also create http ping checks for you to make sure your deployment is still running, feature is really simple at the moment, send request -> check for OK response.

All features

  • Desktop notifications on failures/restorations
  • Everything is stored encrypted in the macOS keychain
  • Absolutely NO tracking
  • Not a SaaS, it's a native macOS app
  • Filter branches/builds by Regex
  • Trigger rebuilds for builds
  • Track github PRs and/or branches
  • Natively share a job to your team mates

License

MIT License

About

MacOS menu bar app to monitor your builds

https://cidemon.com

License:MIT License


Languages

Language:TypeScript 84.4%Language:Swift 4.9%Language:Objective-C 4.4%Language:Java 3.8%Language:Ruby 1.1%Language:JavaScript 0.5%Language:Shell 0.4%Language:Starlark 0.4%