0.1.37 • Published 10 days ago

@backstage/plugin-cicd-statistics v0.1.37

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 days ago

CI/CD Statistics Plugin

This plugin shows charts of CI/CD pipeline durations over time. It expects to be used on the Software Catalog entity page, as it uses useEntity to figure out what component to get the build information for.

Usage

This plugin cannot be used as-is; it requires a custom implementation to fetch build information

To use this plugin, you need to implement an API CicdStatisticsApi and bind it to the cicdStatisticsApiRef. This API is defined in src/apis/types.ts and is an interface with two functions, getConfiguration(options) and fetchBuilds(options). This plugin will call getConfiguration to allow the implementation to specify defaults and settings for the UI.

First time the UI shows, and each time the user changes filters and clicks Update to refresh the data, fetchBuilds is invoked with the filter options. The API implementation is the expected to fetch build information from somewhere, format it into a generic and rather simple type Build (also defined in types.ts). The API can optionally signal completion for a progress bar in the UI.

When this plugin has fetched the builds, it will transpose the list of builds (and build stages) into a tree of build stages. As build pipelines sometimes change, certain stages might end or begin within the date range of the view (when Normalize time range is enabled, which is the default).

0.1.37

12 days ago

0.1.36

15 days ago

0.1.36-next.1

22 days ago

0.1.36-next.0

29 days ago

0.1.35

1 month ago

0.1.34

1 month ago

0.1.33

1 month ago

0.1.33-next.2

2 months ago

0.1.33-next.1

2 months ago

0.1.33-next.0

2 months ago

0.1.32

2 months ago

0.1.32-next.3

3 months ago

0.1.32-next.2

3 months ago

0.1.32-next.1

3 months ago

0.1.32-next.0

3 months ago

0.1.31

4 months ago

0.1.31-next.2

4 months ago

0.1.31-next.1

4 months ago

0.1.31-next.0

4 months ago

0.1.30

4 months ago

0.1.30-next.3

5 months ago

0.1.30-next.2

5 months ago

0.1.30-next.1

5 months ago

0.1.28-next.0

6 months ago

0.1.28-next.2

6 months ago

0.1.28-next.1

6 months ago

0.1.30-next.0

5 months ago

0.1.27-next.2

7 months ago

0.1.27-next.1

7 months ago

0.1.27-next.0

7 months ago

0.1.23-next.1

9 months ago

0.1.23-next.0

9 months ago

0.1.22-next.2

10 months ago

0.1.22-next.1

10 months ago

0.1.26-next.1

8 months ago

0.1.26-next.2

8 months ago

0.1.26-next.3

8 months ago

0.1.25-next.0

8 months ago

0.1.27

7 months ago

0.1.28

6 months ago

0.1.29

5 months ago

0.1.22

10 months ago

0.1.23

9 months ago

0.1.24

8 months ago

0.1.25

8 months ago

0.1.26

8 months ago

0.1.21-next.2

11 months ago

0.1.21-next.3

11 months ago

0.1.22-next.0

10 months ago

0.1.21

11 months ago

0.1.21-next.0

11 months ago

0.1.21-next.1

11 months ago

0.1.20-next.2

12 months ago

0.1.20-next.1

1 year ago

0.1.20

12 months ago

0.1.19-next.3

1 year ago

0.1.20-next.0

1 year ago

0.1.19

1 year ago

0.1.18-next.2

1 year ago

0.1.18-next.0

1 year ago

0.1.18-next.1

1 year ago

0.1.19-next.0

1 year ago

0.1.19-next.2

1 year ago

0.1.19-next.1

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.17-next.2

1 year ago

0.1.17-next.1

1 year ago

0.1.17-next.0

1 year ago

0.1.16

1 year ago

0.1.16-next.2

1 year ago

0.1.16-next.1

1 year ago

0.1.13-next.0

2 years ago

0.1.13-next.1

1 year ago

0.1.12

2 years ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.14-next.4

1 year ago

0.1.14-next.3

1 year ago

0.1.14-next.2

1 year ago

0.1.14-next.1

1 year ago

0.1.14-next.0

1 year ago

0.1.16-next.0

1 year ago

0.1.12-next.1

2 years ago

0.1.12-next.0

2 years ago

0.1.12-next.2

2 years ago

0.1.11

2 years ago

0.1.11-next.0

2 years ago

0.1.11-next.1

2 years ago

0.1.11-next.2

2 years ago

0.1.10-next.0

2 years ago

0.1.10

2 years ago

0.1.9-next.0

2 years ago

0.1.9-next.1

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.8-next.1

2 years ago

0.1.8-next.0

2 years ago

0.1.7-next.2

2 years ago

0.1.7-next.0

2 years ago

0.1.7-next.1

2 years ago

0.1.7

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.6-next.1

2 years ago

0.1.4-next.0

2 years ago

0.1.6-next.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago