Skip to content

Commit

Permalink
Fix export-dynamic command
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Jun 21, 2024
1 parent 8cfdaec commit 793b0a9
Show file tree
Hide file tree
Showing 12 changed files with 491 additions and 43 deletions.
4 changes: 2 additions & 2 deletions plugins/bulk-import-backend/api-docs/Apis/ManagementApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ All URIs are relative to *http://localhost*

| Method | HTTP request | Description |
|------------- | ------------- | -------------|
| [**ping**](ManagementApi.md#ping) | **GET** /ping | Check the health of the bulk-import backend router |
| [**ping**](ManagementApi.md#ping) | **GET** /ping | Check the health of the Bulk Import backend router |


<a name="ping"></a>
# **ping**
> ping_200_response ping()
Check the health of the bulk-import backend router
Check the health of the Bulk Import backend router

### Parameters
This endpoint does not need any parameter.
Expand Down
4 changes: 2 additions & 2 deletions plugins/bulk-import-backend/api-docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Documentation for Bulk Import
# Documentation for Bulk Import Backend

<a name="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
Expand All @@ -9,7 +9,7 @@ All URIs are relative to *http://localhost*
|------------ | ------------- | ------------- | -------------|
| *ImportApi* | [**createImportJobs**](Apis/ImportApi.md#createimportjobs) | **POST** /imports | Submit Import Jobs |
*ImportApi* | [**findAllImports**](Apis/ImportApi.md#findallimports) | **GET** /imports | Fetch Import Jobs |
| *ManagementApi* | [**ping**](Apis/ManagementApi.md#ping) | **GET** /ping | Check the health of the bulk-import backend router |
| *ManagementApi* | [**ping**](Apis/ManagementApi.md#ping) | **GET** /ping | Check the health of the Bulk Import backend router |
| *RepositoryApi* | [**findAllRepositories**](Apis/RepositoryApi.md#findallrepositories) | **GET** /repositories | Fetch Organization Repositories accessible by Backstage Github Integrations |


Expand Down
40 changes: 20 additions & 20 deletions plugins/bulk-import-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,20 @@
},
"./package.json": "./package.json"
},
"scripts": {
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"export-dynamic": "janus-cli package export-dynamic-plugin",
"lint": "backstage-cli package lint",
"postpack": "backstage-cli package postpack",
"postversion": "yarn run export-dynamic",
"prepack": "backstage-cli package prepack",
"start": "backstage-cli package start",
"test": "backstage-cli package test --passWithNoTests --coverage",
"tsc": "tsc"
},
"scripts": {},
"dependencies": {
"@octokit/auth-app": "^6.0.3",
"@octokit/core": "^5.1.0",
"@octokit/rest": "^20.0.2",
"@types/express": "^*",
"ajv-formats": "^3.0.1",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"git-url-parse": "^14.0.0",
"js-yaml": "^4.1.0",
"luxon": "^3.4.4",
"node-fetch": "^2.6.7",
"openapi-backend": "^5.10.6",
"winston": "^3.2.1",
"yn": "^4.0.0"
},
Expand All @@ -68,14 +62,20 @@
"bugs": "https://github.com/janus-idp/backstage-plugins/issues",
"bundleDependencies": true,
"peerDependencies": {
"@backstage/backend-common": "^0.19.8",
"@backstage/backend-plugin-api": "^0.6.6",
"@backstage/backend-plugin-manager": "npm:@janus-idp/[email protected]",
"@backstage/config": "^1.1.1",
"@backstage/errors": "^1.2.3",
"@backstage/plugin-auth-node": "^0.4.3",
"@backstage/plugin-permission-common": "^0.7.12",
"@backstage/plugin-permission-node": "^0.7.20"
"@backstage/backend-app-api": "^0.7.5",
"@backstage/backend-common": "^0.22.0",
"@backstage/backend-dynamic-feature-service": "^0.2.10",
"@backstage/backend-plugin-api": "^0.6.18",
"@backstage/catalog-client": "^1.6.5",
"@backstage/catalog-model": "^1.5.0",
"@backstage/config": "^1.2.0",
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/errors": "^1.2.4",
"@backstage/integration": "^1.11.0",
"@backstage/plugin-auth-node": "^0.4.13",
"@backstage/plugin-catalog-node": "^1.12.0",
"@backstage/plugin-permission-common": "^0.7.13",
"@backstage/plugin-permission-node": "^0.7.29"
},
"overrides": {
"@aws-sdk/util-utf8-browser": {
Expand Down
Loading

0 comments on commit 793b0a9

Please sign in to comment.