0.1.31 • Published 17 days ago

@backstage/plugin-cicd-statistics-module-gitlab v0.1.31

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

cicd-statistics-module-gitlab

This is an extension module to the cicd-statistics plugin, providing a CicdStatisticsApiGitlab that you can use to extract the CI/CD statistics from your Gitlab repository.

Getting started

  1. Install the cicd-statistics and cicd-statistics-module-gitlab plugins in the app package.

  2. Configure your ApiFactory:

// packages/app/src/apis.ts
import { gitlabAuthApiRef } from '@backstage/core-plugin-api';

import { cicdStatisticsApiRef } from '@backstage/plugin-cicd-statistics';
import { CicdStatisticsApiGitlab } from '@backstage plugin-cicd-statistics-module-gitlab';

export const apis: AnyApiFactory[] = [
  createApiFactory({
    api: cicdStatisticsApiRef,
    deps: { gitlabAuthApi: gitlabAuthApiRef },
    factory({ gitlabAuthApi }) {
      return new CicdStatisticsApiGitlab(gitlabAuthApi);
    },
  }),
];
  1. Add the component to your EntityPage:
// packages/app/src/components/catalog/EntityPage.tsx
import { EntityCicdStatisticsContent } from '@backstage/plugin-cicd-statistics';

<EntityLayout.Route path="/ci-cd-statistics" title="CI/CD Statistics">
  <EntityCicdStatisticsContent />
</EntityLayout.Route>;
0.1.31

20 days ago

0.1.30

23 days ago

0.1.30-next.1

30 days ago

0.1.30-next.0

1 month ago

0.1.29

1 month ago

0.1.28

2 months ago

0.1.27

2 months ago

0.1.27-next.2

2 months ago

0.1.27-next.1

2 months ago

0.1.27-next.0

2 months ago

0.1.26

3 months ago

0.1.26-next.3

3 months ago

0.1.26-next.2

3 months ago

0.1.26-next.1

3 months ago

0.1.26-next.0

4 months ago

0.1.25

4 months ago

0.1.25-next.2

4 months ago

0.1.25-next.1

4 months ago

0.1.25-next.0

4 months ago

0.1.24

5 months ago

0.1.24-next.3

5 months ago

0.1.24-next.2

5 months ago

0.1.24-next.1

5 months ago

0.1.19-next.0

9 months ago

0.1.24-next.0

6 months ago

0.1.16-next.2

10 months ago

0.1.16-next.1

10 months ago

0.1.21-next.2

7 months ago

0.1.21-next.0

8 months ago

0.1.21-next.1

7 months ago

0.1.20-next.3

8 months ago

0.1.22-next.2

6 months ago

0.1.20-next.2

8 months ago

0.1.22-next.1

6 months ago

0.1.20-next.1

8 months ago

0.1.22-next.0

7 months ago

0.1.17-next.2

9 months ago

0.1.17-next.1

9 months ago

0.1.17-next.0

10 months ago

0.1.20

8 months ago

0.1.21

7 months ago

0.1.22

6 months ago

0.1.23

6 months ago

0.1.16

10 months ago

0.1.17

9 months ago

0.1.18

9 months ago

0.1.19

9 months ago

0.1.15

11 months ago

0.1.16-next.0

11 months ago

0.1.15-next.2

11 months ago

0.1.15-next.3

11 months ago

0.1.14

12 months ago

0.1.15-next.1

11 months ago

0.1.15-next.0

12 months ago

0.1.14-next.2

1 year ago

0.1.14-next.1

1 year ago

0.1.13-next.3

1 year ago

0.1.13

1 year ago

0.1.14-next.0

1 year ago

0.1.13-next.0

1 year ago

0.1.13-next.1

1 year ago

0.1.13-next.2

1 year ago

0.1.11

1 year ago

0.1.12

1 year ago

0.1.12-next.1

1 year ago

0.1.12-next.0

1 year ago

0.1.12-next.2

1 year ago

0.1.10-next.2

1 year ago

0.1.10-next.1

1 year ago

0.1.10

1 year ago

0.1.11-next.0

1 year ago

0.1.11-next.1

1 year ago

0.1.11-next.2

1 year ago

0.1.7-next.0

2 years ago

0.1.7-next.1

1 year ago

0.1.10-next.0

1 year ago

0.1.8-next.2

1 year ago

0.1.8-next.1

1 year ago

0.1.8-next.0

1 year ago

0.1.8-next.4

1 year ago

0.1.8-next.3

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.6

2 years ago

0.1.6-next.2

2 years ago

0.1.6-next.1

2 years ago

0.1.6-next.0

2 years ago

0.1.5-next.0

2 years ago

0.1.5-next.1

2 years ago

0.1.5

2 years ago

0.1.3-next.1

2 years ago

0.1.3-next.0

2 years ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2-next.1

2 years ago

0.1.4-next.0

2 years ago

0.1.2-next.0

2 years ago

0.1.1-next.2

2 years ago

0.1.1-next.1

2 years ago

0.1.1-next.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.1.0-next.0

2 years ago