-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(frontend): Add support for analog.js framework
The main advantage of analog.js is support for file-based routing, which helps structuring the components in the frontend.
- Loading branch information
1 parent
a881a13
commit 4efd3e3
Showing
39 changed files
with
25,226 additions
and
14,788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,5 @@ certs/* | |
/helm/charts/* | ||
/logs/* | ||
.env | ||
!frontend/.env | ||
autoscaler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
VITE_BACKEND_URL='http://localhost:8000' | ||
VITE_API_DOCS_URL='http://localhost:8000/api/docs' | ||
VITE_DOCS_URL='http://localhost:8081' | ||
VITE_PROMETHEUS_URL='http://localhost:8080/prometheus/graph' | ||
VITE_GRAFANA_URL='http://localhost:8080/grafana/' | ||
VITE_SMTP_MOCK_URL='http://localhost:5000' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
VITE_BACKEND_URL='' | ||
VITE_API_DOCS_URL='/api/docs' | ||
VITE_DOCS_URL='/docs' | ||
VITE_PROMETHEUS_URL='/prometheus/graph' | ||
VITE_GRAFANA_URL='/grafana/' | ||
VITE_SMTP_MOCK_URL='/smtp/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
VITE_BACKEND_URL='about:blank' | ||
VITE_API_DOCS_URL='about:blank' | ||
VITE_DOCS_URL='https://dsd-dbs.github.io/capella-collab-manager' | ||
VITE_PROMETHEUS_URL='about:blank' | ||
VITE_GRAFANA_URL='about:blank' | ||
VITE_SMTP_MOCK_URL='about:blank' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.