mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
update copyright notice
This commit is contained in:
parent
31980f38f3
commit
6cdb40ca5a
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,7 +14,7 @@ dist-ssr
|
||||
server-dist
|
||||
coverage
|
||||
*.local
|
||||
.env
|
||||
.env_*
|
||||
|
||||
/cypress/videos/
|
||||
/cypress/screenshots/
|
||||
|
||||
@ -3,6 +3,7 @@ FROM node:lts-bullseye as builder
|
||||
ADD .. /home/node/app/
|
||||
WORKDIR /home/node/app
|
||||
# Install the dependencies
|
||||
COPY Dockerfiles/frontend_build.env /home/node/app/.env
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
@ -14,8 +15,7 @@ ADD Dockerfiles/nginx.conf "${NGINX_DEFAULT_CONF_PATH}"
|
||||
COPY --from=builder /home/node/app/dist /opt/app-root/src
|
||||
RUN chgrp -R 0 /opt/app-root/src/ && chmod -R g+rwX /opt/app-root/src/
|
||||
USER 1001
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
CMD sed -i "s@replaceobpapihost@$VITE_OBP_API_HOST@g" /home/app/dist/index*.js ; nginx -g "daemon off;"
|
||||
|
||||
|
||||
|
||||
|
||||
4
Dockerfiles/frontend_build.env
Normal file
4
Dockerfiles/frontend_build.env
Normal file
@ -0,0 +1,4 @@
|
||||
VITE_OBP_API_HOST=replaceobpapihost
|
||||
VITE_OBP_API_MANAGER_HOST=replaceobpapimanagerhost
|
||||
VITE_OBP_API_VERSION=v5.1.0
|
||||
|
||||
7
components.d.ts
vendored
7
components.d.ts
vendored
@ -9,12 +9,12 @@ export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
Collections: typeof import('./src/components/Collections.vue')['default']
|
||||
Content: typeof import('./src/components/Content.vue')['default']
|
||||
ElAlert: typeof import('element-plus/es')['ElAlert']
|
||||
ElAside: typeof import('element-plus/es')['ElAside']
|
||||
ElBacktop: typeof import('element-plus/es')['ElBacktop']
|
||||
ElButton: typeof import('element-plus/es')['ElButton']
|
||||
ElCard: typeof import('element-plus/es')['ElCard']
|
||||
ElCol: typeof import('element-plus/es')['ElCol']
|
||||
ElCollapse: typeof import('element-plus/es')['ElCollapse']
|
||||
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
|
||||
@ -32,10 +32,9 @@ declare module '@vue/runtime-core' {
|
||||
ElIcon: typeof import('element-plus/es')['ElIcon']
|
||||
ElInput: typeof import('element-plus/es')['ElInput']
|
||||
ElMain: typeof import('element-plus/es')['ElMain']
|
||||
ElMenu: typeof import('element-plus/es')['ElMenu']
|
||||
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
||||
ElRow: typeof import('element-plus/es')['ElRow']
|
||||
ElTable: typeof import('element-plus/es')['ElTable']
|
||||
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
||||
ElTag: typeof import('element-plus/es')['ElTag']
|
||||
GlossarySearchNav: typeof import('./src/components/GlossarySearchNav.vue')['default']
|
||||
HeaderNav: typeof import('./src/components/HeaderNav.vue')['default']
|
||||
Menu: typeof import('./src/components/Menu.vue')['default']
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* *
|
||||
* Open Bank Project - API Explorer II
|
||||
* Copyright (C) 2023-2024, TESOBE GmbH
|
||||
*
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<!--
|
||||
- /**
|
||||
- Open Bank Project - API Explorer II
|
||||
- Copyright (C) 2023-2024, TESOBE GmbH
|
||||
-
|
||||
@ -23,7 +22,7 @@
|
||||
-
|
||||
- This product includes software developed at
|
||||
- TESOBE (http://www.tesobe.com/)
|
||||
- */
|
||||
-
|
||||
-->
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user