-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8c61c3
commit 72e452c
Showing
6 changed files
with
118 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# STILL A MAJOR WIP IGNORE FOR NOW! | ||
# Codefresh Status | ||
|
||
A simple MacOS menubar application that will monitor your Codefresh builds and alert you when any have failed. | ||
|
||
![](example.gif) | ||
|
||
### Installation | ||
|
||
1. Download the latest release from the [releases page](https://github.com/logicbomb421/codefresh-status/releases) | ||
2. Create a [Codefresh API key](https://codefresh.io/docs/docs/integrations/codefresh-api/#authentication-instructions) (minimum scopes: `Build->Read+Write`, `Pipeline->Run`, `Workflow->Read`) | ||
3. Start the `codefresh-status` app | ||
4. Add your Codefresh API key to the app (`Settings->Codefresh API Key`) | ||
5. Add your Github username to the app (`Settings->Github Username`) | ||
|
||
### Configuration | ||
|
||
|Option|Required|Default|Notes| | ||
|---|---|---|---| | ||
|`Github Username`|Yes|N/A|Your Github username (used to filter your Codefresh builds).| | ||
|`Codefresh API Key`|Yes|N/A|A Codefresh API key with appropriate scopes (see installation step #2).| | ||
|`Status Check Interval`|No|`10`|The number of seconds to wait between checking Codefresh build status.| | ||
|`Notifications`|No|Enabled|Whether or not to present a notification if failed builds are detected (all builds aggregated into a single notification).| | ||
|`Show Build on Restart`|No|Enabled|When restarting failed builds, whether or not to navigate to the new build in the default browser.| |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters