Skip to content

Commit

Permalink
Merge pull request #300 from immobiliare/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
antoniomuso authored Aug 29, 2023
2 parents c7ee300 + 32e48ea commit 3534189
Show file tree
Hide file tree
Showing 28 changed files with 7,650 additions and 6,484 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ jobs:

- name: Test
run: yarn tsc --noEmit
fmt-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: yarn install
- name: Test
run: yarn prettier --check .
test:
runs-on: ubuntu-latest
steps:
Expand Down
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.2.0-alpha.3](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2023-08-29)

### Bug Fixes

- no data error ([b44eb1d](https://github.com/immobiliare/backstage-plugin-gitlab/commit/b44eb1de87add06bc7ff10a7c7fd69358644add9))
- reconverted body into a stream ([e1c4b8b](https://github.com/immobiliare/backstage-plugin-gitlab/commit/e1c4b8b2d7b0e79940af75636598e449e713f417))

# [6.2.0-alpha.2](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2023-08-28)

### Bug Fixes

- path can be empty string ([1195451](https://github.com/immobiliare/backstage-plugin-gitlab/commit/1195451819930167f6c6323383a5f6b727484792))

# [6.2.0-alpha.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2023-08-28)

### Bug Fixes

- graphql query ([cf3aefb](https://github.com/immobiliare/backstage-plugin-gitlab/commit/cf3aefb211da684b07120428a5c4c977acef36dc))
- routes intersection ([ea6de8c](https://github.com/immobiliare/backstage-plugin-gitlab/commit/ea6de8cedd623face5153473d68305dbb5282963))

# [6.2.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.1.0...v6.2.0-alpha.0) (2023-08-25)

### Bug Fixes

- Fix prettier formatting ([fc8f4c0](https://github.com/immobiliare/backstage-plugin-gitlab/commit/fc8f4c0ad1cce7a8efaef45070a6ff05f2a453df))
- Fix review comments ([5cf88d3](https://github.com/immobiliare/backstage-plugin-gitlab/commit/5cf88d3148aa16461bb62c0965d652517fc5db14))
- Forbid mutation queries ([455994e](https://github.com/immobiliare/backstage-plugin-gitlab/commit/455994e633d60f86357c9ddff5e88c3d511b3141))

### Features

- Add Coverage card ([0946e52](https://github.com/immobiliare/backstage-plugin-gitlab/commit/0946e529623bd578e21831bbdbbfcb1072ac739c))
- Add graphql query to mock ([e035819](https://github.com/immobiliare/backstage-plugin-gitlab/commit/e035819ade4aeec500e4571b940dca1f44306b75))
- Add info card variant prop ([aed18ec](https://github.com/immobiliare/backstage-plugin-gitlab/commit/aed18ecc0021a2e89b311d172bafd8833b7760ac))
- Add tests, refactored gitlab client ([8577210](https://github.com/immobiliare/backstage-plugin-gitlab/commit/8577210eecd4f9271672eab3db5d375705107cf2))

# [6.1.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.1.0-alpha.0...v6.1.0) (2023-08-22)

**Note:** Version bump only for package root
Expand Down
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ $ yarn lint

## Contributors

[@JellyBellyDev](https://github.com/JellyBellyDev)
[@simonecorsi](https://github.com/simonecorsi)
[@dnlup](https://github.com/dnlup)
[@JellyBellyDev](https://github.com/JellyBellyDev)
[@simonecorsi](https://github.com/simonecorsi)
[@dnlup](https://github.com/dnlup)
[@antoniomuso](https://github.com/antoniomuso)
[@sergeyshevch](https://github.com/sergeyshevch)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ metadata:
gitlab.com/project-id: 'project-id' #1234. This must be in quotes and can be found under Settings --> General
# or
gitlab.com/project-slug: 'project-slug' # group_name/project_name
# or
gitlab.com/instance: gitlab.internal.abcd # abcd, represents local instance used
spec:
type: service
# ...
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"useNx": true,
"useWorkspaces": true,
"npmClient": "yarn",
"version": "6.1.0"
"version": "6.2.0-alpha.3"
}
2 changes: 1 addition & 1 deletion lint-staged.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
'*.{js,css,json,md,yaml,yml}': ['prettier --write'],
'*.{js,css,json,md,yaml,yml,ts,tsx,cjs}': ['prettier --write'],
'*.md': (filenames) =>
filenames.map((filename) => `'markdown-toc -i ${filename}`),
'*.ts': [
Expand Down
28 changes: 28 additions & 0 deletions packages/gitlab-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.2.0-alpha.3](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2023-08-29)

### Bug Fixes

- reconverted body into a stream ([e1c4b8b](https://github.com/immobiliare/backstage-plugin-gitlab/commit/e1c4b8b2d7b0e79940af75636598e449e713f417))

# [6.2.0-alpha.2](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2023-08-28)

**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend

# [6.2.0-alpha.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2023-08-28)

### Bug Fixes

- routes intersection ([ea6de8c](https://github.com/immobiliare/backstage-plugin-gitlab/commit/ea6de8cedd623face5153473d68305dbb5282963))

# [6.2.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.1.0...v6.2.0-alpha.0) (2023-08-25)

### Bug Fixes

- Fix review comments ([5cf88d3](https://github.com/immobiliare/backstage-plugin-gitlab/commit/5cf88d3148aa16461bb62c0965d652517fc5db14))
- Forbid mutation queries ([455994e](https://github.com/immobiliare/backstage-plugin-gitlab/commit/455994e633d60f86357c9ddff5e88c3d511b3141))

### Features

- Add Coverage card ([0946e52](https://github.com/immobiliare/backstage-plugin-gitlab/commit/0946e529623bd578e21831bbdbbfcb1072ac739c))
- Add tests, refactored gitlab client ([8577210](https://github.com/immobiliare/backstage-plugin-gitlab/commit/8577210eecd4f9271672eab3db5d375705107cf2))

# [6.1.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.1.0-alpha.0...v6.1.0) (2023-08-22)

**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend
Expand Down
3 changes: 2 additions & 1 deletion packages/gitlab-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@immobiliarelabs/backstage-plugin-gitlab-backend",
"version": "6.1.0",
"version": "6.2.0-alpha.3",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,6 +40,7 @@
"@backstage/config": "^1.0.8",
"@backstage/integration": "^1.5.0",
"@types/express": "*",
"body-parser": "^1.20.2",
"express": "^4.17.3",
"express-promise-router": "^4.1.0",
"http-proxy-middleware": "^2.0.6",
Expand Down
Loading

0 comments on commit 3534189

Please sign in to comment.