Skip to content

Commit 68fd7bd

Browse files
authored
Classic pipeline dashboard updates (#726)
* 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
1 parent 5e3d336 commit 68fd7bd

File tree

6 files changed

+21
-145
lines changed

6 files changed

+21
-145
lines changed

_docs/dashboards/dora-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ More than one option within the same filter type has an OR relationship. Multipl
4646
> When no filters are defined, all metrics are shown for the last 90 days.
4747
4848
## 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}<img src="../../../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}<img src="../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/} in DORA metrics, displays DORA metrics only for those applications.
5050

5151

5252
## Metric totals

_docs/dashboards/home-dashboard.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,22 @@ Use the Pipelines dashboard to:
252252

253253

254254
### 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+
256261

257262
{: .table .table-bordered .table-hover}
258263
| Filter | Description|
259264
| -------------- | --------------|
260265
| **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}<img src="../../../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}<img src="../../../images/icons/icon-fav-starred.png?display=inline-block">{:/}, filters by those pipelines. |
263268
| **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 <a href ="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}<img src="../../../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}<img src="../../../images/icons/icon-fav-starred.png?display=inline-block">.<br>Clicking it filters by favorite projects and pipelines. {:/} |
265271

266272

267273

_docs/dashboards/pipeline-analytics.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

_docs/pipelines/monitoring-pipelines.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88
---
99

1010

11-
View activity for Codefresh pipelines in in the **Builds** tab.
11+
View activity for Codefresh pipelines in the **Builds** tab.
1212
* Global build view: The default view, displays builds for all pipelines for all projects across your organization.
1313
* Project build view: Selecting a project displays the builds for the pipelines in the project.
1414

@@ -26,6 +26,15 @@ caption="Pipeline activity"
2626
max-width="80%"
2727
%}
2828

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}<img src="../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/} to {::nomarkdown}<img src="../../../images/icons/icon-fav-starred.png?display=inline-block">.{:/} Click on it to filter by favorite projects and pipelines.
37+
2938
## Viewing status for pipeline builds
3039

3140
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.

images/icons/icon-fav-starred.png

-74 Bytes
Loading

images/icons/icon-mark-favorite.png

14 Bytes
Loading

0 commit comments

Comments
 (0)