Skip to content

Commit

Permalink
version bump 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
satrox28 authored and Sathish Kumar committed Aug 2, 2022
1 parent e160dd3 commit 2f99556
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Website: [https://gitlab.com/](https://gitlab.com/)

<img src="https://raw.githubusercontent.com/loblaw-sre/backstage-plugin-gitlab/main/src/assets/Backstage_Gitlab_Pipeline_Information.png" alt="Contributors Languages Pipeline Status"/>
<img src="https://raw.githubusercontent.com/loblaw-sre/backstage-plugin-gitlab/main/src/assets/Backstage_Gitlab_Merge_Request_information.png" alt="Merge Request Information"/>
<img src="https://raw.githubusercontent.com/loblaw-sre/backstage-plugin-gitlab/main/src/assets/Backstage_Gitlab_Issue_Information.png" alt="Issue Information"/>

## Setup

Expand Down Expand Up @@ -58,14 +59,14 @@ const serviceEntityPage = (
```tsx
// packages/app/src/components/catalog/EntityPage.tsx

import {
isGitlabAvailable,
EntityGitlabContent,
EntityGitlabLanguageCard,
EntityGitlabContributorsCard,
EntityGitlabMergeRequestsTable,
EntityGitlabMergeRequestStatsCard,
EntityGitlabPipelinesTable
import {
isGitlabAvailable,
EntityGitlabContent,
EntityGitlabLanguageCard,
EntityGitlabContributorsCard,
EntityGitlabMergeRequestsTable,
EntityGitlabMergeRequestStatsCard,
EntityGitlabPipelinesTable
} from '@loblaw/backstage-plugin-gitlab';

//Farther down at the overviewContent declaration
Expand All @@ -80,7 +81,7 @@ const overviewContent = (
<EntityGitlabMergeRequestStatsCard />
<EntityGitlabPipelinesTable />
<EntityGitlabMergeRequestsTable />
</Grid>
</Grid>
</EntitySwitch.Case>
</EntitySwitch>
</Grid>
Expand Down Expand Up @@ -132,6 +133,7 @@ spec:

- List top 20 builds for a project
- List top 20 Merge Requests for a project
- List top 20 Issues for a project
- View Contributors for a project
- View Languages used for a project
- View Pipeline status for a project
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loblaw/backstage-plugin-gitlab",
"version": "0.1.23",
"version": "0.1.24",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,28 +38,28 @@
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.60",
"@material-ui/lab": "4.0.0-alpha.61",
"moment": "^2.29.1",
"react-router": "6.2.2",
"react-router": "6.3.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.16.0",
"@backstage/cli": "^0.18.0",
"@backstage/core-app-api": "^1.0.0",
"@backstage/dev-utils": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.0",
"@backstage/test-utils": "^1.0.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.1.8",
"@testing-library/user-event": "^14.3.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.13",
"cross-fetch": "^3.1.4",
"msw": "^0.39.2"
"msw": "^0.44.2"
},
"files": [
"dist"
Expand Down
Binary file added src/assets/Backstage_Gitlab_Issue_Information.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f99556

Please sign in to comment.