0.1.31 • Published 1 year ago

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

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year 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

1 year ago

0.1.30

1 year ago

0.1.30-next.1

1 year ago

0.1.30-next.0

1 year ago

0.1.29

1 year ago

0.1.28

1 year ago

0.1.27

1 year ago

0.1.27-next.2

1 year ago

0.1.27-next.1

1 year ago

0.1.27-next.0

1 year ago

0.1.26

1 year ago

0.1.26-next.3

1 year ago

0.1.26-next.2

1 year ago

0.1.26-next.1

1 year ago

0.1.26-next.0

1 year ago

0.1.25

1 year ago

0.1.25-next.2

1 year ago

0.1.25-next.1

1 year ago

0.1.25-next.0

1 year ago

0.1.24

1 year ago

0.1.24-next.3

2 years ago

0.1.24-next.2

2 years ago

0.1.24-next.1

2 years ago

0.1.19-next.0

2 years ago

0.1.24-next.0

2 years ago

0.1.16-next.2

2 years ago

0.1.16-next.1

2 years ago

0.1.21-next.2

2 years ago

0.1.21-next.0

2 years ago

0.1.21-next.1

2 years ago

0.1.20-next.3

2 years ago

0.1.22-next.2

2 years ago

0.1.20-next.2

2 years ago

0.1.22-next.1

2 years ago

0.1.20-next.1

2 years ago

0.1.22-next.0

2 years ago

0.1.17-next.2

2 years ago

0.1.17-next.1

2 years ago

0.1.17-next.0

2 years ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.15

2 years ago

0.1.16-next.0

2 years ago

0.1.15-next.2

2 years ago

0.1.15-next.3

2 years ago

0.1.14

2 years ago

0.1.15-next.1

2 years ago

0.1.15-next.0

2 years ago

0.1.14-next.2

2 years ago

0.1.14-next.1

2 years ago

0.1.13-next.3

2 years ago

0.1.13

2 years ago

0.1.14-next.0

2 years ago

0.1.13-next.0

2 years ago

0.1.13-next.1

2 years ago

0.1.13-next.2

2 years ago

0.1.11

2 years ago

0.1.12

2 years 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.10-next.2

2 years ago

0.1.10-next.1

2 years ago

0.1.10

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.7-next.0

3 years ago

0.1.7-next.1

3 years ago

0.1.10-next.0

2 years ago

0.1.8-next.2

3 years ago

0.1.8-next.1

3 years ago

0.1.8-next.0

3 years ago

0.1.8-next.4

2 years ago

0.1.8-next.3

3 years ago

0.1.8

2 years ago

0.1.7

3 years ago

0.1.9

2 years ago

0.1.6

3 years ago

0.1.6-next.2

3 years ago

0.1.6-next.1

3 years ago

0.1.6-next.0

3 years ago

0.1.5-next.0

3 years ago

0.1.5-next.1

3 years ago

0.1.5

3 years ago

0.1.3-next.1

3 years ago

0.1.3-next.0

3 years ago

0.1.2

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2-next.1

3 years ago

0.1.4-next.0

3 years ago

0.1.2-next.0

3 years ago

0.1.1-next.2

3 years ago

0.1.1-next.1

3 years ago

0.1.1-next.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.1.0-next.0

3 years ago