Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimaportenko/cidemon
MacOS menu bar app to monitor your builds
https://github.com/dimaportenko/cidemon
Last synced: 26 days ago
JSON representation
MacOS menu bar app to monitor your builds
- Host: GitHub
- URL: https://github.com/dimaportenko/cidemon
- Owner: dimaportenko
- License: mit
- Created: 2021-08-11T21:55:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T19:30:04.000Z (over 3 years ago)
- Last Synced: 2024-08-03T09:02:39.322Z (4 months ago)
- Homepage: https://cidemon.com
- Size: 2.09 MB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - CI Demon
README
CI Demon
A macOS menu bar application to monitor your CI jobs
![cidemon](https://user-images.githubusercontent.com/1634213/129091153-df219f7c-6094-497a-a4eb-17ecf7a0a4b5.png)
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