Skip to content

Commit

Permalink
Merge pull request #3795 from mercedes-benz/develop
Browse files Browse the repository at this point in the history
Merge `develop` into `master` for web-ui release
  • Loading branch information
sven-dmlr authored Jan 13, 2025
2 parents 01441af + bc0dbc8 commit 9a27412
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-web-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
run: |
cd sechub-web-ui && \
npm install && \
npm run generate-api-client && \
npm run build && \
cd dist && \
echo '${{ inputs.web-ui-version }}' > sechub-web-ui_version.txt && \
Expand Down
1 change: 0 additions & 1 deletion sechub-web-ui/src/auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// SPDX-License-Identifier: MIT
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
Expand Down
3 changes: 0 additions & 3 deletions sechub-web-ui/src/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// SPDX-License-Identifier: MIT
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
Expand All @@ -10,7 +9,6 @@ declare module 'vue' {
export interface GlobalComponents {
AppHeader: typeof import('./components/AppHeader.vue')['default']
Pagination: typeof import('./components/Pagination.vue')['default']
Project: typeof import('./components/Project.vue')['default']
ProjectDetails: typeof import('./components/ProjectDetails.vue')['default']
ProjectDetailsFab: typeof import('./components/ProjectDetailsFab.vue')['default']
ProjectJobList: typeof import('./components/ProjectJobList.vue')['default']
Expand All @@ -19,7 +17,6 @@ declare module 'vue' {
RouterView: typeof import('vue-router')['RouterView']
ScanCreate: typeof import('./components/ScanCreate.vue')['default']
ScanFileUpload: typeof import('./components/ScanFileUpload.vue')['default']
ScanFileUploadTest: typeof import('./components/ScanFileUploadTest.vue')['default']
ScanTypeSelect: typeof import('./components/ScanTypeSelect.vue')['default']
}
}
1 change: 0 additions & 1 deletion sechub-web-ui/src/typed-router.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// SPDX-License-Identifier: MIT
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
Expand Down

0 comments on commit 9a27412

Please sign in to comment.