-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: track deployment events (#1362)
Here we add logic for tracking the deployment(s) of a commit's version to environment(s) and the triggering release train, if any. Below is a sample. | ![](https://i.imgur.com/KjGJgRA.png)| | :---: | | _Figure 1: sample commit page with deployment events_|
- Loading branch information
Khaled Ismaeel
authored
Feb 27, 2024
1 parent
eba0f79
commit 17eb96c
Showing
11 changed files
with
931 additions
and
129 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,5 @@ package event | |
|
||
const ( | ||
NewReleaseEventName = "new-release" | ||
DeploymentEventName = "deployment" | ||
) |
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
Oops, something went wrong.