-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data-dashboard-backend] Change path for api to /dashboard-data #307
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ apiVersion: v2 | |
appVersion: "0.2.2" | ||
name: data-dashboard-backend | ||
description: API for data in the data dashboard | ||
version: 0.3.7 | ||
version: 0.3.8 | ||
sources: ["https://github.com/thehyve/radar-data-dashboard-backend"] | ||
deprecated: false | ||
type: application | ||
|
@@ -11,9 +11,6 @@ maintainers: | |
- email: [email protected] | ||
name: Keyvan Hedayati | ||
url: https://www.thehyve.nl | ||
- email: [email protected] | ||
name: Nivethika Mahasivam | ||
url: https://www.thehyve.nl/experts/nivethika-mahasivam | ||
- email: [email protected] | ||
name: Pim van Nierop | ||
url: https://www.thehyve.nl/experts/pim-van-nierop |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# data-dashboard-backend | ||
|
||
![Version: 0.3.7](https://img.shields.io/badge/Version-0.3.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2](https://img.shields.io/badge/AppVersion-0.2.2-informational?style=flat-square) | ||
![Version: 0.3.8](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2](https://img.shields.io/badge/AppVersion-0.2.2-informational?style=flat-square) | ||
|
||
API for data in the data dashboard | ||
|
||
|
@@ -13,7 +13,6 @@ API for data in the data dashboard | |
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Keyvan Hedayati | <[email protected]> | <https://www.thehyve.nl> | | ||
| Nivethika Mahasivam | <[email protected]> | <https://www.thehyve.nl/experts/nivethika-mahasivam> | | ||
| Pim van Nierop | <[email protected]> | <https://www.thehyve.nl/experts/pim-van-nierop> | | ||
|
||
## Source Code | ||
|
@@ -44,7 +43,7 @@ API for data in the data dashboard | |
| ingress.enabled | bool | `true` | Enable ingress controller resource | | ||
| ingress.ingressClassName | string | `"nginx"` | Ingress class name | | ||
| ingress.annotations | object | check values.yaml | Annotations that define default ingress class, certificate issuer | | ||
| ingress.path | string | `"/api"` | Path within the url structure | | ||
| ingress.path | string | `"/dashboard-data"` | Path within the url structure | | ||
| ingress.pathType | string | `"ImplementationSpecific"` | | | ||
| ingress.hosts | list | `["localhost"]` | Hosts to accept requests from | | ||
| ingress.tls.secretName | string | `"radar-base-tls"` | | | ||
|
@@ -63,7 +62,6 @@ API for data in the data dashboard | |
| managementPortal.clientId | string | `"radar_data_dashboard_backend"` | ManagementPortal OAuth 2.0 client ID, having grant type client_credentials | | ||
| managementPortal.clientSecret | string | `"secret"` | ManagementPortal OAuth 2.0 client secret | | ||
| jwtResourceName | string | `"res_DataDashboardAPI"` | JWT Resource name to use for this service in ManagementPortal | | ||
| path | string | `"/api"` | Base path to use in application | | ||
| jdbc.driver | string | `"org.postgresql.Driver"` | JDBC Driver to connect to the database. | | ||
| jdbc.url | string | `"jdbc:postgresql://postgresql:5432/data-dashboard"` | JDBC Connection url of the database. | | ||
| jdbc.user | string | `"postgres"` | Username of the database | | ||
|
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a need for documentation to be updated for this? Or maybe the
radar-home
chart?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@keyvaann No I do not think so. Since this is only a backend (used by aRMT for now) we not need it in radar-home. The change in this PR is there so we no longer have to set this in helmfile (done for MySkin).