You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add favorite option
Added favorite option for pipelines and projects; description of fav icon in pipeline dashboard; removed standalone pipeline dashboard topic
* Update fav icons
Replaced with new fav icons and made content edits
* Fix path for icon images
Copy file name to clipboardExpand all lines: _docs/dashboards/dora-metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ More than one option within the same filter type has an OR relationship. Multipl
46
46
> When no filters are defined, all metrics are shown for the last 90 days.
47
47
48
48
## Metrics for favorite applications
49
-
If you have [starred applications as favorites]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#applications-dashboard-information) in the Applications dashboard, clicking {::nomarkdown}<imgsrc="../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/} in DORA metrics, displays DORA metrics only for those applications.
49
+
If you have [starred applications as favorites]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#gitops-apps-dashboard-information) in the Applications dashboard, clicking {::nomarkdown}<imgsrc="../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/} in DORA metrics, displays DORA metrics only for those applications.
Copy file name to clipboardExpand all lines: _docs/dashboards/home-dashboard.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,16 +252,22 @@ Use the Pipelines dashboard to:
252
252
253
253
254
254
### Filters for pipelines
255
-
Filters narrow the scope of aggregated data, allowing you to focus on the information you want to see. Unless otherwise indicated, all filters support multi-selection.
255
+
Filters narrow the scope of aggregated data, allowing you to focus on the information you want to see.
256
+
Unless otherwise indicated, all filters support multi-selection.
257
+
258
+
>**TIP**:
259
+
Different filter types have an AND relationship.
260
+
256
261
257
262
{: .table .table-bordered .table-hover}
258
263
| Filter | Description|
259
264
| -------------- | --------------|
260
265
|**Date Range**| The time frame for which to view data. The date range affects the other filters. In addition to the predefined date ranges, you can select a custom date range up to the last six months. <br>If you select Today, then the Success Rate and Duration charts reflect hourly granularity.<br><br>Every date range you select has a reference period corresponding to the same period of time preceding the selected date range. The reference period is used to derive comparisons for trends.|
261
-
|**Project**| The project or projects to which the pipeline belongs. Selecting a project allows you to focus on performance of pipelines assigned to it.|
262
-
|**Pipeline**| The pipeline or pipelines to filter by. |
266
+
|**Project**| The project or projects to which the pipeline belongs. Selecting a project allows you to focus on performance of pipelines assigned to it. If you starred one or more projects as favorites, clicking {::nomarkdown}<imgsrc="../../../images/icons/icon-fav-starred.png?display=inline-block">{:/}, filters pipelines by the selected projects.|
267
+
|**Pipeline**| The pipeline or pipelines to filter by. <br>If you starred one or more pipelines as favorites, clicking {::nomarkdown}<imgsrc="../../../images/icons/icon-fav-starred.png?display=inline-block">{:/}, filters by those pipelines. |
263
268
|**Status**| {::nomarkdown}<ul><li><b>Error</b>: Pipelines with builds that failed due to errors in the pipeline specifications or steps that failed. </li><li><b>Succeeded</b>: Pipelines with builds that completed successfully.</li> <li><b>Terminated</b>: Pipelines with builds terminated by the system according to the policy defined in the pipeline's settings. These can be any of these: <ul><li>Recent build from the same branch terminating all previous pipeline builds </li><li>Recent build from the specified branch terminating all previous builds from that branch</li><li>Running build terminating all running builds</li><li>Child builds terminated when the parent build is terminated.</li> </ul></li>For details, see <ahref ="https://codefresh.io/docs/docs/pipelines/pipelines/#policies">Build Termination in Pipeline Policies</a>. </ul>{:/}|
264
-
|**Tags**|The tag or tags assigned to the pipelines. |
269
+
|**Tags**|The tag or tags assigned to the pipelines. |
270
+
|{::nomarkdown}<imgsrc="../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/}| Filter to view only projects or pipelines that have been starred as favorites in the [Projects/Pipeline pages]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#starring-projects-and-pipelines-as-favorites).<br><br>When you have starred projects or pipelines, the icon changes to {::nomarkdown}<imgsrc="../../../images/icons/icon-fav-starred.png?display=inline-block">.<br>Clicking it filters by favorite projects and pipelines. {:/} |
Copy file name to clipboardExpand all lines: _docs/pipelines/monitoring-pipelines.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ toc: true
8
8
---
9
9
10
10
11
-
View activity for Codefresh pipelines in in the **Builds** tab.
11
+
View activity for Codefresh pipelines in the **Builds** tab.
12
12
* Global build view: The default view, displays builds for all pipelines for all projects across your organization.
13
13
* Project build view: Selecting a project displays the builds for the pipelines in the project.
14
14
@@ -26,6 +26,15 @@ caption="Pipeline activity"
26
26
max-width="80%"
27
27
%}
28
28
29
+
In addition, the [Pipelines Dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/#pipelines-dashboard) serves as a centralized location to track pipelines performance by KPIs.
30
+
31
+
## Starring projects and pipelines as favorites
32
+
33
+
Mark frequently used or high-priority pipelines as favorites in the Projects and Pipelines pages. This allows for easy and quick access to important projects or pipelines.
34
+
35
+
Favorites serve as predefined filters in the Pipelines Dashboard, enabling you to track and analyze their performance.
36
+
When you star a project or pipeline as a favorite, the Favorite filter in the Pipelines Dashboard icon changes from {::nomarkdown}<imgsrc="../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/} to {::nomarkdown}<imgsrc="../../../images/icons/icon-fav-starred.png?display=inline-block">.{:/} Click on it to filter by favorite projects and pipelines.
37
+
29
38
## Viewing status for pipeline builds
30
39
31
40
Each build's status is displayed beneath the build details, identifiable by a distinct icon. Refer to the table below for a description of the various statuses associated with pipeline builds.
0 commit comments